Compiling DC++

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

Moderator: Moderators

Locked
C++
Posts: 1
Joined: 2004-02-08 18:43

Compiling DC++

Post by C++ » 2004-02-08 19:14

How to compile dc++ with Microsoft Visual C++ 6.0. Please help me.



Thank You :)

Twink
Posts: 436
Joined: 2003-03-31 23:31
Location: New Zealand

Post by Twink » 2004-02-08 20:36

visual studio 6 is no longer supported as its too hard to keep compatibility with it, visual studio .net is alot more compliant with the c++ standards and means nicer code. You may be able to find some information by searching this forum but most people just gave up and got .net 2003 instead.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-02-09 09:23

For generic help, download the source and look at the instructions in Compile.txt... Most of it has been documented for your pleasure, and our convenience.

Locked