Search found 2 matches

by MatB
2004-10-25 06:51
Forum: Programmer's Help
Topic: Compiling with MS Visual C++ 2005 Express Beta 1
Replies: 2
Views: 2205

Compiling with MS Visual C++ 2005 Express Beta 1

Hi folks! I'm trying to build with VC++2005 but i have no luck. Maybe i'm missing something more than luck. My include files are like this: - the stl folder - $(VCInstallDir)include - $(VCInstallDir)\SDK\ - $(FrameworkSDKDir)include with this configuration, it asks for the Winsock2.h (that comes wit...
by MatB
2004-10-22 03:47
Forum: Programmer's Help
Topic: Compiling with Microsoft VC Toolkit 2003
Replies: 1
Views: 1763

Compiling with Microsoft VC Toolkit 2003

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 experien...