[twsocket] ICS Server raises external exception 000000d1

2007-09-24 Thread Fastream Technologies
Hello, What does this mean? How does an external exception differ from an AV? Please help! SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Fastream Technologies
Corrected the message. See subject. Sometimes it gives "privileged instruction" and then crashes. I guess it is a critical section (lack of) problem but cannot find where! Any tool to show which line? MadExcept fails. Regards, SZ - Original Message - From: "Fastream Technologies" <[EM

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Francois Piette
http://www.google.be/search?q=C0d1 > Sometimes it gives "privileged instruction" and then crashes. This usually happend when executing data as instructions. This mostly result of bad pointer or using an object or memory block after it has been freed. -- [EMAIL PROTECTED] Author of ICS (Inter

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Fastream Technologies
Alright, perhaps the problem is in my conversion from MSG to TMessage: TMessage message; message.Msg = msg.message; message.WParam = msg.wParam; message.LParam = msg.lParam; Isn't these routines sufficient for the task? I do nothing about the result value. Regards, SZ - Original Mess

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Fastream Technologies
And I sometimes get like this: First chance exception at $76813843. Exception class EAccessViolation with message 'Access violation at address 0017FD8E. Write of address 001B'. Process IQEngineDebug.exe (3216) What is a "first chance exception" anyway? Regards, SZ - Original Message

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Arno Garrels
Fastream Technologies wrote: > What is a "first chance exception" anyway? Google is your friend, anyway: http://www.google.com/search?q=What+is+a+%22first+chance+exception%22 -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > Regards, > > SZ > > - Original Mess