-Original Message-
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
On Behalf Of Noel Frankinet
Sent: Tuesday, November 13, 2012 9:19 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
why would you need stdafx.h for sqlite ? what
On Tue, Nov 13, 2012 at 10:29 AM, Arbol One wrote:
> Further inspection showed that there is a macro that is added, and not the
> stdafx.h file name, the macro is
> '%(PrecompiledHeaderFile);%(ForcedIncludeFiles)'. Nevertheless, VS10 still
> complains with the following error:
> fatal error C18
e.org [mailto:sqlite-users-boun...@sqlite.org]
On Behalf Of Michael Schlenker
Sent: Tuesday, November 13, 2012 8:57 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
Am 13.11.2012 14:33, schrieb Arbol One:
> I would also keep this feature, however, in the case of
cap
AO> Eat Kosher
AO> -Original Message-
AO> From: sqlite-users-boun...@sqlite.org
AO> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of John Drescher
AO> Sent: Monday, November 12, 2012 7:44 PM
AO> To: General Discussion of SQLite Database
AO> Subject: Re: [sqlite] VC++ a
osher
-Original Message-
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
On Behalf Of John Drescher
Sent: Tuesday, November 13, 2012 9:57 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
On Tue, Nov 13, 2012 at 8:51 AM, Arbol One
On Tue, Nov 13, 2012 at 8:51 AM, Arbol One wrote:
> Following the advice of MSN:
> Open the project's Property Pages dialog box. For details, see Setting Visual
> C++ Project Properties.
> Click the C/C++ folder.
> Click the Advanced property page.
> Modify the Force Includes property.
>
> and no
On Tue, 13 Nov 2012 09:51:01 -0500
Arbol One wrote:
Following the advice of MSN:
Open the project's Property Pages dialog box. For
details, see Setting Visual C++ Project Properties.
Click the C/C++ folder.
Click the Advanced property page.
Modify the Force Includes property.
and now my F
, November 13, 2012 9:19 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
why would you need stdafx.h for sqlite ? what is the added benefit ?
On 13 November 2012 14:57, Michael Schlenker wrote:
> Am 13.11.2012 14:33, schrieb Arbol One:
> > I would
o:sqlite-users-boun...@sqlite.org]
On Behalf Of Michael Schlenker
Sent: Tuesday, November 13, 2012 8:57 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
Am 13.11.2012 14:33, schrieb Arbol One:
> I would also keep this feature, however, in the case of SQLite3
dity is no handicap Eat
> > Kosher
> >
> > -Original Message- From: sqlite-users-boun...@sqlite.org
> > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of John Drescher
> > Sent: Monday, November 12, 2012 7:44 PM To: General Discussion of
> > SQLite Database S
2 7:44 PM To: General Discussion of
> SQLite Database Subject: Re: [sqlite] VC++ and SQLite
>
> On Mon, Nov 12, 2012 at 1:52 PM, Doug Nebeker
> wrote:
>> You might be surprised at the speed increase you see in compile
>> time if you've got large projects. The ti
Eat Kosher
>
> -Original Message-
> From: sqlite-users-boun...@sqlite.org [mailto:
> sqlite-users-boun...@sqlite.org] On Behalf Of John Drescher
> Sent: Monday, November 12, 2012 7:44 PM
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] VC++ and SQLit
12 7:44 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
On Mon, Nov 12, 2012 at 1:52 PM, Doug Nebeker wrote:
> You might be surprised at the speed increase you see in compile time
> if you've got large projects. The time isn't lost to CPU as mu
On Mon, Nov 12, 2012 at 1:52 PM, Doug Nebeker wrote:
> You might be surprised at the speed increase you see in compile time if
> you've got large projects. The time isn't lost to CPU as much, but disk I/O
> time adds up when hitting many hundreds of small (header) files (even with
> an SSD).
>
T
users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Rob Richardson
Sent: Monday, November 12, 2012 1:33 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
I always turn pre-compiled headers off for every VC++ project. In my
opinion, they are arti
-Original Message-
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
On Behalf Of Adam DeVita
Sent: Monday, November 12, 2012 10:49 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] VC++ and SQLite
It isn't VS2010 specific. Even going back to VS6 wr
It isn't VS2010 specific. Even going back to VS6 writing your own C++
wrapper and including the.c file you had to tell it to not use
precompiled headers for that file. (Both Debug and Release builds)
You should tell VS that this file will not ever be using precompiled headers.
On VS2012 Professio
>> I know this question is not a SQLite question, but I am hoping that
>> someone here has had a similar experience and/or can point me to the right
>> place to ask this question.
>>
>> After years or using Code::Blocks and Dev-Cpp, I have recently installed
>> Visual Studio 10 Express; it is the f
Remove "use precompiled header" from your configuration.
On 10 November 2012 14:11, Arbol One wrote:
> I know this question is not a SQLite question, but I am hoping that
> someone here has had a similar experience and/or can point me to the right
> place to ask this question.
>
> After years
19 matches
Mail list logo