RE: [sqlite] Trying to compile under VC.NET

2005-12-14 Thread Doug Nebeker
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: sqlite-users@sqlite.org
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: sqlite-users@sqlite.org
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.



RE: [sqlite] Trying to compile under VC.NET

2005-12-13 Thread Mike Marshall
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: sqlite-users@sqlite.org
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




Re: [sqlite] Trying to compile under VC.NET

2005-12-13 Thread Noel Frankinet

Henning Folger wrote:


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



 


turn off precompiled header ?

--
Noël Frankinet
Gistek Software SA
http://www.gistek.net



[sqlite] Trying to compile under VC.NET

2005-12-13 Thread Henning Folger
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