Version 0 of How Tcl accesses the Win32 API

Updated 2001-08-27 16:51:52

The Win32 implementations of Perl and Python more-or-less build in direct access to all of Microsoft's Win32 API(s).

[more detail - what kind of interface is this?]

Tcl does not, a crippling disadvantage in some contexts.

[What is the proposed solution here then?]

However, Tcl has its own approaches, including ffidl ...