Hi
1. I found "libpq.dll" on my computer but couldn't find "libpqd.dll", I copied libpq.dll.
2. I changed from Debug to Release mode
3. I ran the program, I got one memory error in file "malloc.c"
"Unhandled exception at 0x7c901230 in databaskoppling1.exe: User breakpoint."
and another error in "free.c"
and another error in "free.c"
"Unhandled exception at 0x7c901230 in databaskoppling1.exe: User breakpoint."
I chose "continue and the program continued.
Something is wrong right?
Something is wrong right?
The program ended prematurely. It came to the row: "work T((C, "test1");" but never to the next row.
Kind Regards
Reza
2006/3/6, Jeroen T. Vermeulen <[EMAIL PROTECTED]>:
On Mon, March 6, 2006 21:10, [EMAIL PROTECTED] wrote:
[...]
> 5. but when I try to run it, I get this error (a window pups up):
>
> "Debug Assertion Failed!
>
> Program: ...l Studio Projects\databasekoppling1\Debug\databaskoppling1.exe
> File:dbgdel.cpp
> Line: 52
>
> _expression_: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)"
This has happened to someone before... Given what I've learned from
Bart's efforts over the past few days, I'm inclined to think it may be
happening because of the incompatibility between Release and Debug builds
in Visual C++. Could it be that one of the components (libpq, libpqxx,
your own program) has been built in Release mode and other components in
Debug mode?
(If so, I'll have to write a FAQ entry about it!)
Jeroen
_______________________________________________ Libpqxx-general mailing list Libpqxx-general@gborg.postgresql.org http://gborg.postgresql.org/mailman/listinfo/libpqxx-general