Quote:
Originally Posted by RangerDown
My guess is that one of the fields from the starting_points table that the server's trying to query is NULL. If atoi() is called on a NULL string then you'll get a crash.
Check your starting_points table and see if any fields are NULL. If they are, make em be something and try again.
|
I tried that too. No go. :(
Then I switched Visual Studio's debugger to "disassembly mode" and noticed that it's not even getting ot the atoi() function calls. It's crapping out on the "
if (row)"! i can't tell exactly what's causing this but it's looking like the program thinks that the row variable doesn't even exist! Which is weird...
