How do I Build DC++ - for fools like me :)

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

Moderator: Moderators

Locked
rnysmile
Posts: 2
Joined: 2003-01-16 09:39

How do I Build DC++ - for fools like me :)

Post by rnysmile » 2003-02-17 08:15

VC6 & DC++0.22 for example

1. Start menù --> Programs --> Microsoft Platform SDK --> Visual Studio Registration --> Register PSDK Directories with Visual Studio
refer to: http://dcplusplus.sourceforge.net/forum ... .php?t=261

2. Open work space, Project Setting -> C/C++ -> Category(Preprocessor) -> Additional Include Directories: [ WTL & STL dirs herer]

3. Also, Project Setting -> Resource -> Additional Resource Include Directiory: [ WTL & STL dirs herer]

4. Bulid.......

PS: I don't know why I got few errors like that:
\dcplusplus-0.22-src\windows\flattabctrl.h(155) : error C2001: newline in constant

here is the source code: chevron.SetWindowText("?);
change it to chevron.SetWindowText("?");

That will be OK.

Is that help?

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

Re: How do I build DC++

Post by GargoyleMT » 2003-02-17 08:28

rnysmile wrote:VC6 & DC++0.22 for example
change it to chevron.SetWindowText("?");
Well, I build mine with VS.NET, I don't have a copy of 6 to test with. Arne's using .NET, so perhaps an upgrade for you is in order?

My copy of the source has the chevron properly quoted, are you sure you've got a clean copy of the source?

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

Post by GargoyleMT » 2004-06-30 08:18

Then the chevron and quote must correspond to one of the multi-byte sequences on your OS.

Locked