Compiling with Microsoft VC Toolkit 2003

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

Moderator: Moderators

Locked
MatB
Posts: 2
Joined: 2004-10-22 03:26
Location: Germany

Compiling with Microsoft VC Toolkit 2003

Post by MatB » 2004-10-22 03:47

Hi,
i'd like to compile DC++ with the free MS toolkit 2003 since i don't have Visual Studio.
I installed the Windows SDK and have the stl libs at hand.
The problem is, i don't have the nmake tool that i think is needed to build the executable.
Being a newbie i'm quite lost.
Does anybody has experience about this?
Thanks in advance,

MatB

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

Post by GargoyleMT » 2004-10-24 16:21

I don't believe that the tookit includes the ATL files. They're not included with the Core SDK either - they're distributed exclusively with Visual Studio. You need those files to compile, so you won't be able to do so.

Locked