C++ DLL IMPORT VB.NET Problem about entry point

qwealan

New member
Joined
Nov 16, 2006
Messages
4
Programming Experience
Beginner
Hi all,
I lost the doc of dll entry point list ,how can i find the dll entry list again.Or have the tools to do that?
Thank you

best regards
 
i use "<DllImport("C:\Project\DVR SDK\DVR SDK\RDVRCodec.dll")> _" to import C++ DLL .So i cannot use object browser to find the entry list.
Or have other way import C++DLL and object browser?
 
Right click on the References in the solution explorer and browse for your dll file.
If i use this way to add ,VS said "A reference to'c:\decnetdl.dll" could not be added. This is not a valid assembly or com component. Only assemblies with extension'dll' and com component can be referenced. Pleae make sure that the file is accessible , and that it is a valid assembly or com component." Error message
 
Back
Top