VB5 and 6 can be used to develop free-threaded DLLs. However, once a new thread has been created you cannot run any VB code at all until the first object has been created on it. This Type Library provides all the Win32 API and COM calls required to initialise an object into a new thread. It also provides a good demonstration of how to translate Win32 API calls into Type Library calls.
more...
Last Updated: 21 March 2000
|