Referencing a C++ DLL

dcasmey

New member
Joined
Dec 15, 2003
Messages
3
I have successfully opened a C++ (Non VS) application in Visual Studio and compiled a DLL. (I know virtually nothing about C++). I want to reference this in a VB app, but the attempt returns an error that says it is not a .NET assembly. Ive tried to create a brand new C++ class application and cut and paste... but theres just too many ; and {...} for me to handle.

You would think if it compiles and works successfully, I should be able to reference it, eh? Any thoughts?

Thx.

Dwaine
 
[mshelp=ms-help://MS.MSDNQTR.2003FEB.1033/vbcn7/html/vaconCallingWindowsAPIs.htm]Seek, and you shall find[/mshelp]
 
Back
Top