Ah ... It only affects dotNOT and has nothing to do with runtime support or OS API Levels.
>-----Original Message----- >From: [email protected] [mailto:sqlite-users- >[email protected]] On Behalf Of Billy Huynh >Sent: Thursday, 30 October, 2014 15:47 >To: General Discussion of SQLite Database >Subject: Re: [sqlite] New kids on block the SQLite Master Suite. > >Hi Keith, >not at all. See this link. Maybe you have the picture. >http://stackoverflow.com/questions/15453629/use-visual-studio-2012-and- >compile-with-older-platform-toolset >Billy. >________________________________________ >From: [email protected] <[email protected]> >on behalf of Keith Medcalf <[email protected]> >Sent: Thursday, October 30, 2014 5:36 PM >To: General Discussion of SQLite Database >Subject: Re: [sqlite] New kids on block the SQLite Master Suite. > >Does this set the _WIN32_WINNT and WINVER so the correct API set are >included by windows.h / winnt.h? > >// Values of WINVER and _WIN32_WINNT for various minimum levels of Win32 >Compatability >// >// WIN6 0x0600 W2K 0x0500 NT4 0x0400 >// VISTA 0x0600 WXP 0x0501 W95 0x0400 >// W2K88 0x0600 W2K3 0x0502 NT4E 0x0401 >// WIN7 0x0601 W98 0x0410 >// WIN8 0x0602 WME 0x0490 >// WIN81 0x0603 > >>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: [email protected] >>> [mailto:[email protected]] 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: [email protected] >>> <[email protected]> on behalf of dave >>> <[email protected]> >>> 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 >>[email protected] >>http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > > >_______________________________________________ >sqlite-users mailing list >[email protected] >http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >_______________________________________________ >sqlite-users mailing list >[email protected] >http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

