#trying to connect a database in cpp with a basic test code

10 messages · Page 1 of 1 (latest)

near crestBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

cerulean kindle
#

run it with a debugger attached (should be F5)

#

it will pause at the location where the crash happens

#

then you can inspect the state of any variables in scope at any point in the callstack

cerulean kindle
#

when you let it finish from the debugger, does it report the same error code?

#

(or just any non-zero return value)

cerulean kindle
#

yeah it sounds like you have some logic to work through

#

the debugger should help for that though

#

feel free to ping me if you get stuck

near crestBOT
#

Thank you and let us know if you have any more questions!

This thread is now set to auto-hide after an hour of inactivity