|
-
Aug 11th, 2003, 06:28 PM
#1
C++ DLL Project and VB .NET
I have a C++ managed code project (though there is no managed code in it, currectly it'
s only unmanaged) and I've successfully made it into a DLL.
Now I put the DLL into a VB solution and referenced VB to that DLL
Now I can't figure out how to access the functions from within VB.
When I made a VB DLL, I had to declare the funcions as shared but that doesn't seem to work with C++ so I'm not sure *** I'm doing worng.
Help?
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
|