Karel, Thanks for wanting to help me out, but I already solved the problem this weekend.
The problem had to do with different runtime code linked in the Mico DLL and the application executable. The Mico DLL was compiled with /MD (Multi-threaded DLL) and the executable was compiled with /MT (Single-threaded static). In this case the executable cannot free memory allocated by the DLL. This caused the application to crash. After compiling the executable with /MD as well, the problem disappeared. Thanks again, Eric Zuur -----Original Message----- From: Karel Gardas [mailto:[EMAIL PROTECTED] Sent: zaterdag 19 augustus 2006 16:01 To: Zuur, Eric KF SIEP-EPT-RHR Cc: [email protected] Subject: Re: [mico-devel] Crash while assigning ObjectID's On Wed, 16 Aug 2006, [EMAIL PROTECTED] wrote: > Hi, > > I have some problems with a some code generating crashes on Windows but not > on Linux. Hi, please send the backtrace of your observed crash, since otherwise we might just guess what has been going wrong. Cheers, Karel -- Karel Gardas [EMAIL PROTECTED] ObjectSecurity Ltd. http://www.objectsecurity.com --- Need experienced, fast, reliable technical MICO support? ---> http://www.objectsecurity.com/mico_commsup_referral.html <--- --- _______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
