Aslan - 2012-04-23

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