|
-
September 7th, 2001, 08:40 PM
#1
Call a Class within a non-COM DLL
I have a series of instances where I need to call a DLL, non-COM, from VB. Calling a function is easy - I do that all the time. Even if I have a non stdcall function, I use a helper C++ DLL to call it and pass it through.
But what if I need to call a CLASS within a non-COM DLL? How is this done? Can anyone point to some sample code or a reference where it is explained how to do this?
Garth Hjelte
[email protected]
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
|