Hi list,

I am trying to compile and run the driver program with Visual Studio 2008 (C++) I use the 7.6.03 build 001 version of the APIs (arapi7603_build001.lib, arapi7603_build001.dll, ... )
As stated in the C API Reference, I set the :
- structure alignment to 8 bytes
- Code Generation to Multithreaded DLL
I also specify /nodefaultlib:”MSVCRTD” (though it doesn't seem to be necessary)

The compilation is OK. When I try to export the definition of an item, the program crashes on a free() statement.

What am I missing? The doc says "Compile your program with Microsoft Visual C++ .NET 2003 (version 7.1).", but VS 2008 should work as well.

Thanks for your help

A. Delcroix

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to