Hello,
I've looked a plethora of places for the current error I'm running into; a few of the
answers touched on one specific method, which I already had enabled -- but I'm still
crashing.
I have MySQL++ integrated into an OpenGL rendering context, pulling info off a database to
later be rendered; I have Multithreaded Debug DLL (/MDd) enabled in my project, but I'm
still crashing. It runs through all the code, including the con.query(); which seems to
be causing the problem. I've commented out everything past this line, and many before;
and this is the line that, when left in, is causing the crash.
I've debugged, checked the call-stack, done everything in my current knowledge-base that I
could think of, but still to no avail. If anyone has any info, that'd be wonderful.
Thanks.