Hello! I need ti import some DLL in my project. Tried DllTool -D dllname -l
libname and DllTool -D dllname -z defname and other parameter combination,
maximum what I can get is lib with NO export function names and DEF file with
empty EXPORT section, while I can see DLL export functions by Dependency
Walker from Visual Studio. Please help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello! I need ti import some DLL in my project. Tried DllTool -D dllname -l
libname and DllTool -D dllname -z defname and other parameter combination,
maximum what I can get is lib with NO export function names and DEF file with
empty EXPORT section, while I can see DLL export functions by Dependency
Walker from Visual Studio. Please help