|
-
Dec 18th, 2007, 07:36 PM
#1
Thread Starter
Addicted Member
Multithread VB6 + C++
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
-
Dec 18th, 2007, 09:48 PM
#2
Re: Multithread VB6 + C++
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.
-
Dec 19th, 2007, 09:21 AM
#3
Re: Multithread VB6 + C++
VB.NET, however, does support multithreading, so rather than doing a C++ dll, perhaps switching to that development platform would be easier.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|