Yes, I develop plug-in for Remedy.
It's stranger that this problem go away when I just compile and occur when I start debug. Ok, thanks for information ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Hugo Visser Sent: Tuesday, May 29, 2007 1:04 PM To: [email protected] Subject: Re: Problem with function FreeARQualifierStruct ** From the C API Reference guide: ****** Before you write C API programs, you must verify system requirements and install the API package, which includes the following components: Microsoft Visual Studio .NET 2003 or later, or built with Microsoft Visual C++ version 7.0 (for Windows) Code generation: Multithreaded DLL Structure member alignment: 8 bytes (default) Set code generation to Multithreaded DLL, not Debug Multithreaded DLL. Where other included libraries cause conflicts, add /nodefaultlib:"MSVCRTD" to the project options to avoid using the Debug C runtime library. If your program references this library at runtime, memory management errors will occur when memory pointers are referenced by both the Debug and Release C runtime libraries. ******* They state .NET 2003 "or later", but that is not what I experienced. If possible try the same in VS.NET <http://VS.NET> 2003, and test with a release build. The 7.01 API is linked against MSVCR71.DLL, while 2005 is using MSVCR80.DLL. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

