Subject | Status_exception |
---|---|
Author | Maverick Thunder |
Post date | 2009-06-25T15:50:43Z |
Hi,
I have an app that uses Firebird Server (2.1.2.18188) and runs fine.
Now I switched to embedded version and when I run my app, visual studio's output window
shows many lines like this:
First-chance exception at 0x7c812afb in MyApp.exe: Microsoft C++ exception:
Firebird::status_exception at memory location 0x053fefe8..
Data is stored and can be read fine in the database and the app runs without problems. The
only thing I can say that memory containing the data is allocated via VirtualAlloc and not
by malloc(heap)
I saw in bugs-tracker that this message was threatened and dll versions are ok.
Best regards,
Mauro H. Leggieri
I have an app that uses Firebird Server (2.1.2.18188) and runs fine.
Now I switched to embedded version and when I run my app, visual studio's output window
shows many lines like this:
First-chance exception at 0x7c812afb in MyApp.exe: Microsoft C++ exception:
Firebird::status_exception at memory location 0x053fefe8..
Data is stored and can be read fine in the database and the app runs without problems. The
only thing I can say that memory containing the data is allocated via VirtualAlloc and not
by malloc(heap)
I saw in bugs-tracker that this message was threatened and dll versions are ok.
Best regards,
Mauro H. Leggieri