Thanks Dave,
Billy
________________________________________
From: sqlite-users-boun...@sqlite.org <sqlite-users-boun...@sqlite.org> on 
behalf of dave <d...@ziggurat29.com>
Sent: Thursday, October 30, 2014 1:02 PM
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] New kids on block the SQLite Master Suite.

Just those two.  If you use the v110_xp, your code can run on XP and up.
'Can' meaning, assuming you yourself do not use apis specific to Vista/7/8
in your own code, of course.  The 'toolset' change alters the version of the
standard libs linked in, and that choice uses a version that avoids the
later apis.  I don't have a comprehensive list of which ones are used in the
lib that are problemattic, but I know at least one is
InitializeCriticalSectionEx from recent experience.

Good luck!

> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org
> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Billy Huynh
> Sent: Thursday, October 30, 2014 11:15 AM
> To: 'General Discussion of SQLite Database'
> Subject: Re: [sqlite] New kids on block the SQLite Master Suite.
>
>
> Thanks Dave,
> I have update 3 (there is no service pack anymore with
> vs2012) installed. I only see two items int the Platform
> toolset. the 'Visual Studio 2012 - Windows XP (v110_xp)'
> which is the current one we set. The other one is 'Vs2012
> (v110)' this will only support windows Vista and up. How many
> item do you see in your environment?
> Billy.
> ________________________________________
> From: sqlite-users-boun...@sqlite.org
> <sqlite-users-boun...@sqlite.org> on behalf of dave
> <d...@ziggurat29.com>
> Sent: Thursday, October 30, 2014 10:23 AM
> To: 'General Discussion of SQLite Database'
> Subject: Re: [sqlite] New kids on block the SQLite Master Suite.
>


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to