[reSIProcate] [PATCH] Visual Studio 2008

Justin Matthews jmatthewsr at gmail.com
Tue Jan 29 08:33:41 CST 2008


FYI, some of the ipv6 structures have changed.  From my initial testing with
VS 2008, to compile with USE_IPV6 the target OS must be set to Win2k SP1 or
above (using some new macros defined in VS 2008).  Let me know if you have
found any different, or a better way.

 

#ifdef USE_IPV6

#if (_MSC_VER >= 1500)

#define _WIN32_WINNT _WIN32_WINNT_WIN2K

#define NTDDI_VERSION NTDDI_WIN2KSP1

#else

//with VS < 2008 technically the following could be set to less than 0x0500
to build.

#define _WIN32_WINNT 0x0500

#define WINVER 0x0500

#endif

#else

//set whatever target platform here without V6 support.

#endif

 

Thanks,

 

-justin

 

From: resiprocate-devel-bounces at resiprocate.org
[mailto:resiprocate-devel-bounces at resiprocate.org] On Behalf Of Aron
Rosenberg
Sent: Tuesday, November 27, 2007 9:02 PM
To: resiprocate-devel
Subject: [reSIProcate] [PATCH] Visual Studio 2008

 

Attached is a patch adding Visual Studio 2008 project files.

 

-Aron

 

 

---------------------------------------------

Aron Rosenberg

Founder and CTO

SightSpeed - http://www.sightspeed.com/

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20080129/fc49ff2b/attachment.htm>


More information about the resiprocate-devel mailing list