Compiling dc++

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

Moderator: Moderators

Locked
tannic
Posts: 2
Joined: 2003-01-21 14:19

Compiling dc++

Post by tannic » 2003-01-21 14:24

Hi!

I had tried to build the dc++ 0.22 source with vc++ 6.0

I get the following errors:
Compiling...
stdinc.cpp
g:\dcpp_src\stlport\stl\_threads.h(116) : error C2733: second C linkage of overloaded function 'InterlockedIncrement' not allowed
g:\dcpp_src\stlport\stl\_threads.h(116) : see declaration of 'InterlockedIncrement'
g:\dcpp_src\stlport\stl\_threads.h(117) : error C2733: second C linkage of overloaded function 'InterlockedDecrement' not allowed
g:\dcpp_src\stlport\stl\_threads.h(117) : see declaration of 'InterlockedDecrement'
g:\dcpp_src\stlport\stl\_threads.h(118) : error C2733: second C linkage of overloaded function 'InterlockedExchange' not allowed
g:\dcpp_src\stlport\stl\_threads.h(118) : see declaration of 'InterlockedExchange'
Error executing cl.exe.

DCPlusPlus.exe - 3 error(s), 0 warning(s)

is there someone out there that can help me ??

// TANNiC

tannic
Posts: 2
Joined: 2003-01-21 14:19

Post by tannic » 2003-01-21 15:23

i just updated the MS SDK and i seems to work now :D

Locked