I have a 3rd party dll written in VC6.0 that I want to use within a C# application. When I call one of the exported functions I get a can't find entry point exception.
The dll is called diodrv.dll and there are 4 exported functions. Dumpbin and Depends both report this:
File Type: DLL
Section contains the following exports for diodrv.dll
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Bookmarks