Also be sure to #define THREADSAFE in your project settings if you'll be using multiple threads.
________________________________ From: Mike Marshall [mailto:[EMAIL PROTECTED] Sent: Tue 12/13/2005 2:17 AM To: [email protected] Subject: RE: [sqlite] Trying to compile under VC.NET Just switch off the Using Precompiled Headers directive in the project you are compiling Project -> Properties -> C/C++ -> Precompiled Headers And everything will be AOK Mike M -----Original Message----- From: Henning Folger [mailto:[EMAIL PROTECTED] Sent: 13 December 2005 08:08 To: [email protected] Subject: [sqlite] Trying to compile under VC.NET Hello, I am happy to find sqlite. This backend fully matches my need regarding to a projekt of mine. But i have to make some changes to fit into my project. So i tried to recompile the sources under VC.NET. On the web page i found a howto to do it, but i have no luck with it. I always get the error C1010, unexpected end of file while looking for precompiled headers. Is there anyone out who can help me or can send me an an howto or maybe a dsw-File? Thanks for your help Henning To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd.

