On 8/6/07, Severin Müller <[EMAIL PROTECTED]> wrote:

> I'm trying to use SQLite3 for my File, because I thinks it's a great API and
> easy to use. But I'm having trouble to use the library properly.

> When i run the Program, I get get the following Error:

> Unhandled exception… so its some kind of a segmentation fault.

Which exception, exactly?

> And my Debugger is tracing the error in a file called "gs_support."…

I believe gs_support is part of VS's buffer overflow security checks
(mostly stack-based).  It's possible you have an error in your own
code that is only triggered when you try to call out to sqlite3.

It's also possible there's something wrong with the way the sqlite3
library was built; did you compile it yourself or are you using a
precompiled version from somewhere else?

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to