help getting started.

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

Moderator: Moderators

Locked
Elmeri
Posts: 3
Joined: 2004-05-18 03:44

help getting started.

Post by Elmeri » 2004-05-18 04:00

Hi,

I've mainly done all my programming with GCC but now I would like to compile my very own DC++. So I installed VS.NET2003 and got the DC++ source. I even installed the newest SDK.
But how do I install the WTL 7.1 Package and the stlport? I mean, since I haven't use VS before, i don't know how it works. Yes, this might be a general question and perhaps doesn't belong here, but since the files I'm installing is closely related to DC++ and probably you all have installed them, I thought I'd give it a go.

Thanks in advance.

Sedulus
Forum Moderator
Posts: 687
Joined: 2003-01-04 09:32
Contact:

Post by Sedulus » 2004-05-18 04:16

installing, here, means nothing more than chucking them into some directory
and adding those directories as include paths (which can be found somewhere in configuration under c++ settings.. or something)
http://dc.selwerd.nl/hublist.xml.bz2
http://www.b.ali.btinternet.co.uk/DCPlusPlus/index.html (TheParanoidOne's DC++ Guide)
http://www.dslreports.com/faq/dc (BSOD2600's Direct Connect FAQ)

Elmeri
Posts: 3
Joined: 2004-05-18 03:44

Post by Elmeri » 2004-05-18 05:58

OK thanks. Now I have everything in my include path and the compiler finds them. However, I get an error "stdarg.h(23) : fatal error C1014: too many include files : depth = 1024". Now what's this? I know it means that the include nests too deep, but how I can overcome it? It should not happen after I followed all the instructions about compiling (at DC++ website), or should it?

Elmeri
Posts: 3
Joined: 2004-05-18 03:44

Post by Elmeri » 2004-05-20 06:41

Never mind, it seems that when I re-installed the stlport and wtl (meaning, I re-unpacked them from zips) everything worked just fine. I don't know why it bugged like that the first time, and actually I don't care. Now it works, and the program is compiled :)

Thanks again...

Locked