Compiling DC++

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

Moderator: Moderators

Locked
ToH
Account Disabled Due to Policy
Posts: 15
Joined: 2004-12-15 09:36

Post by ToH » 2005-12-28 08:34

heh. now only one error left:

g:\microsoft visual studio 8\dc project sdc\sdc\dcplusplus\windows\upnp.h(26) : fatal error C1083: Cannot open include file: 'natupnp.h': No such file or directory
UPnP.cpp

Xan1977
Forum Moderator
Posts: 627
Joined: 2003-06-05 20:15

Post by Xan1977 » 2005-12-28 09:23


ToH
Account Disabled Due to Policy
Posts: 15
Joined: 2004-12-15 09:36

Post by ToH » 2005-12-28 12:41

download it.
now VS stuck on:
"Building StringDefs.cpp and Example.xml from StringDefs.h (you need python installed for this to work)"

wait 30 minutes, nothing happen.
and there was no dialog where i can cencel it. (i know it should appears...)

Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2005-12-28 12:46

ToH wrote:you need python installed for this to work
http://www.python.org/download/

ToH
Account Disabled Due to Policy
Posts: 15
Joined: 2004-12-15 09:36

Post by ToH » 2005-12-28 15:00

Error 16 fatal error C1189: #error : Unknown Compiler version g:\Microsoft Visual Studio 8\dc project SDC\sdc\dcplusplus\windows\main.cpp 66
Error 17 error PRJ0019: A tool returned an error code from "Compiling Help File" help

ToH
Account Disabled Due to Policy
Posts: 15
Joined: 2004-12-15 09:36

Post by ToH » 2005-12-28 15:12

ToH wrote:Error 16 fatal error C1189: #error : Unknown Compiler version g:\Microsoft Visual Studio 8\dc project SDC\sdc\dcplusplus\windows\main.cpp 66
Error 17 error PRJ0019: A tool returned an error code from "Compiling Help File" help
ok, i add || _MSC_VER == 1400 to 66 line. seems ok.

now:
Error 1 fatal error RC1015: cannot open include file 'wtl\\atlres.h'. g:\Microsoft Visual Studio 8\dc project SDC\sdc\dcplusplus\DCPlusPlus.rc 10

ToH
Account Disabled Due to Policy
Posts: 15
Joined: 2004-12-15 09:36

Post by ToH » 2005-12-28 16:42

ToH wrote: now:
Error 1 fatal error RC1015: cannot open include file 'wtl\\atlres.h'. g:\Microsoft Visual Studio 8\dc project SDC\sdc\dcplusplus\DCPlusPlus.rc 10
remove "wtl"
tnx Big Muscle :)


and finally! last error :) hope

Compiling Help File
'compile.cmd' is not recognized as an internal or external command,
operable program or batch file.
Project : error PRJ0019: A tool returned an error code from "Compiling Help File"

ullner
Forum Moderator
Posts: 333
Joined: 2004-09-10 11:00
Contact:

Post by ullner » 2005-12-28 19:30

Compile.txt wrote:Note 4; To build the HTML Help file, you will need to download and install the HTML Help Workshop
application. The custom build setup relies on it being installed to the default path, which
is: "C:\Program Files\HTML Help Workshop"
http://msdn.microsoft.com/library/defau ... nloads.asp

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2005-12-29 02:36

Split, start a new topic next time instead of hijakking someone elses.

Locked