[mico-devel] Crash while assigning ObjectID's
Eric.Zuur at shell.com
Eric.Zuur at shell.com
Mon Aug 21 09:37:38 PDT 2006
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:kgardas at objectsecurity.com]
Sent: zaterdag 19 augustus 2006 16:01
To: Zuur, Eric KF SIEP-EPT-RHR
Cc: mico-devel at mico.org
Subject: Re: [mico-devel] Crash while assigning ObjectID's
On Wed, 16 Aug 2006, Eric.Zuur at shell.com 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 kgardas at objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
---
Need experienced, fast, reliable technical MICO support?
---> http://www.objectsecurity.com/mico_commsup_referral.html <---
---
More information about the Mico-devel
mailing list