Hi folks!
I'm trying to build with VC++2005 but i have no luck. Maybe i'm missing something more than luck.
My include files are like this:
- the stl folder
- $(VCInstallDir)include
- $(VCInstallDir)\SDK\
- $(FrameworkSDKDir)include
with this configuration, it asks for the Winsock2.h (that comes with the Platform SDK).
As soon as i include the folder of the SDK (c:\Program Files\Microsoft SDK\include) i get thousand of errors, the firsts being:
------ Build started: Project: MakeDefs, Configuration: Debug Win32 ------
Compiling...
cl : Command line warning D9002 : ignoring unknown option '/YXstdafx.h'
MakeDefs.cpp
c:\...\stl\stdexcept(72) : warning C4996: 'strncpy' was declared deprecated
c:\Programme\Microsoft Visual Studio 8\VC\include\string.h(121) : see declaration of 'strncpy'
c:\...\DCPlusPlus-0.4034-src\client\DCPlusPlus.h(41) : warning C4996: '_vsnprintf' was declared deprecated
c:\Programme\Microsoft Visual Studio 8\VC\include\stdio.h(304) : see declaration of '_vsnprintf'
c:\...\DCPlusPlus-0.4034-src\client\Text.h(94) : error C2143: syntax error : missing ',' before '*'
c:\...\DCPlusPlus-0.4034-src\client\Text.h(94) : error C2734: 'u_int8_t' : const object must be initialized if not extern
c:\...\DCPlusPlus-0.4034-src\client\Text.h(94) : error C2146: syntax error : missing ')' before identifier 'u_int8_t'
I simplified the paths above with "...".
It looks like a lot of grammar errors. Seems really strange to me.
Any idea?
Thanks,
MatB
Compiling with MS Visual C++ 2005 Express Beta 1
Moderator: Moderators
-
- Forum Moderator
- Posts: 1420
- Joined: 2003-04-22 14:37
None of the developers have access to VC++2005.
The following link might be useful:
http://dcplusplus.sourceforge.net/forum ... light=2005
The following link might be useful:
http://dcplusplus.sourceforge.net/forum ... light=2005
-
- DC++ Contributor
- Posts: 3212
- Joined: 2003-01-07 21:46
- Location: .pa.us