Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-08 Thread Black, Michael (IS)
: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++ Here is my email address fixed-term.seak.meng...@us.bosch.com Thanks Black, Michael (IS) wrote: > > I've got Visual Express 2008 C++ -- I made a Win32 console application and > compiled this just fine. > > If you want to

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread Subhadeep Ghosh
Hello Seak, Try doing the following, 1. In your project select and right click on the sqlite3.c file. 2. Then click on the 'Properties' on the drop down menu. 3. When the 'sqlite3.c Property Pages' dialog opens up, click on the 'C/C++' tree node. 4. Next click on the 'Advanced' item in the

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread smengl90
Still doesn't work. Do I need the precompiled binaries at all? or including sqlite3.c and sqlite3.h found in the amalgamation is enough? SimonDavies wrote: > > On 7 July 2010 18:19, smengl90 > wrote: >> >> Ok, I did just that, but now I get errors when

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread smengl90
>> Michael D. Black >> Senior Scientist >> Northrop Grumman Mission Systems >> >> >> >> >> From: sqlite-users-boun...@sqlite.org on behalf of smengl90 >> Sent: Wed 7/7/2010 12:19 PM >> To: sqlite-users@

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread smengl90
gt; To: sqlite-users@sqlite.org > Subject: Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++ > > > > > Ok, I did just that, but now I get errors when compiling, all related to > the > malloc operations. > > 1>Compiling... > 1>TestSqlite.cpp >

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread Simon Davies
On 7 July 2010 18:19, smengl90 wrote: > > Ok, I did just that, but now I get errors when compiling, all related to the > malloc operations. > > 1>Compiling... > 1>TestSqlite.cpp > 1>c:\documents and settings\las1pal\my documents\visual studio >

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread Black, Michael (IS)
From: sqlite-users-boun...@sqlite.org on behalf of smengl90 Sent: Wed 7/7/2010 12:19 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++ Ok, I did just that, but now I get errors when compiling, all related to the malloc

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread smengl90
> > > > > From: sqlite-users-boun...@sqlite.org on behalf of smengl90 > Sent: Tue 7/6/2010 5:09 PM > To: sqlite-users@sqlite.org > Subject: EXTERNAL:Re: [sqlite] EXTERNAL: setup sqlite in vc++ > > > > > I found out that in

Re: [sqlite] EXTERNAL:Re: EXTERNAL: setup sqlite in vc++

2010-07-07 Thread Black, Michael (IS)
To: sqlite-users@sqlite.org Subject: EXTERNAL:Re: [sqlite] EXTERNAL: setup sqlite in vc++ I found out that including the header file alone is not enough. I need to link the sqlite lib to my project. But how can can I get the lib? smengl90 wrote: > > Thanks for prompt replies. I did