3 Compile Errors

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Asmodius
Posts: 1
Joined: 2003-06-20 13:40

3 Compile Errors

Post by Asmodius » 2003-06-20 13:52

I am using Visual Studio .Net 2003

I downloaded DC++ 0.251 source code. I also downloaded stlport-4.5.3-dcpp and put it in my Include files. I also downloaded DCPlusPlus-wtl7.0-src and put it in my Include files. I also downloaded the most recent SDKs. When I try to compile DC++ I get the following:

c:\Documents and Settings\Asmodius\My Documents\Visual Studio Projects\DC++\0.251\Source\windows\stdafx.cpp(28): fatal error C1189: #error : Read compile.txt and do as it says before asking stupid questions
c:\Documents and Settings\Asmodius\My Documents\Visual Studio Projects\DC++\0.251\Source\client\stdinc.h(56): error C2871: '_STL' : a namespace with this name does not exist
c:\Documents and Settings\Asmodius\My Documents\Visual Studio Projects\DC++\0.251\Source\windows\stdafx.h(68): error C2871: '_STL' : a namespace with this name does not exist


I have searched through this message forum for resolutions to these errors. For the C1189 error I found this link:

http://dcplusplus.sourceforge.net/forum ... ight=c1189

I downloaded the files from SourceForge.net but I still got the same errors.

For the C2871 error I found this link

http://dcplusplus.sourceforge.net/forum ... ight=c2871

but it didn't make sense to me.

Please if anyone can shed some like, I would appreciate it.

Asmodius

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2003-06-20 14:09

In what order have you placed the includes?
The world is coming to an end. Please log off.

DC++ Guide | Words

Locked