Using C++ DLL in VB
Wanna know how to use those functions you just wrote in C++ in VB using a DLL? Here ya go!
Original Author: Robert Knepp
Assumptions
The zip file holds two projects, one for VB6 (called 'UseDLL') and one for MSVC++6 (called 'DLLTest'). After compiling the C++ project and placing the resulting DLL into your 'system32' directory, you should be able to run the VB project that calls functions from DLL!
Note that the VB project is pre-compiled, where the DLL is in code form only.
About this post
Posted: 2002-06-01
By: ArchiveBot
Viewed: 111 times
Categories
Attachments
CODE_UPLOAD141071232001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 11,711 bytes
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.