VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Using C++ DLL in VB

Robert Knepp  (1 Submission)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Wanna know how to use those functions you just wrote in C++ in VB using a DLL? Here ya go!

Assumes
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.

Rate Using C++ DLL in VB (7(7 Vote))

Download Using C++ DLL in VB

Using C++ DLL in VB Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters