I'm working on a SQLite 3 wrapper - but that's pretty irrelevant. What I'm finding is that without the following line
But if I include the line above the error messages stop showing up and the Throw just stops the program and the Output window says "Process complete", and DebugStop is ignored.
Any ideas?
Edit: Should say that the annoying thing is that the line of code in question actually works fine.
Edit: Tell a lie - DebugStop stops the program dead but doesn't go into debug mode. Debug Build is definetely on and removing that one line gets everything working again.
Edit: Should also mention - I'm still on v1.09 (demo) for now.
Global SQLite3_Exec:Int(DBHandle:Int, SQL$z, Callback:Byte Ptr, FirstArgument:Byte Ptr, Error:Byte Ptr Ptr) "Win32"throwing exceptions shows the error messages as expected and DebugStop works fine.
But if I include the line above the error messages stop showing up and the Throw just stops the program and the Output window says "Process complete", and DebugStop is ignored.
Any ideas?
Edit: Should say that the annoying thing is that the line of code in question actually works fine.
Edit: Tell a lie - DebugStop stops the program dead but doesn't go into debug mode. Debug Build is definetely on and removing that one line gets everything working again.
Edit: Should also mention - I'm still on v1.09 (demo) for now.