VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: MFC Jack Hoxley (14 replies, 0 views) (2000-Jun-14) sorry to post such a blunt question...
a. Is it actually possible to create a window using Win32 in VB? As suggested at the start of this thread.
b. Does anyone have the code to do 'a' - if it's possible?
As for the current discussion - Use C++ to do maths and VB to link it all together.
I wrote a simple DLL that did array access in C and one in VB.
the VB did 10,000 entries in 412ms
the C DLL did 10,000 entries in 119ms
Says enough itself..
|