Hi guys,
I know that VB6 using the API CreateThread is not safe, but in C++, it is. Therefore i just want to know if somebody have a clue to make a C++ dll and use function pointer to make TRUE multithread to run VB6 function. Thanks
Printable View
Hi guys,
I know that VB6 using the API CreateThread is not safe, but in C++, it is. Therefore i just want to know if somebody have a clue to make a C++ dll and use function pointer to make TRUE multithread to run VB6 function. Thanks
VB6 doesn't support multithreading - was never designed to do so.
However, rather than going path you think may work I'd recommend looking at Woka's example - that is as close as it can possibly be.
VB.NET, however, does support multithreading, so rather than doing a C++ dll, perhaps switching to that development platform would be easier.