Search found 5 matches

by falegname
Fri, 2010-09-17, 14:06
Forum: DCMTK - Installation
Topic: Problem with linker
Replies: 8
Views: 11214

Ohh! yes! fixed the problem, i hope that this topic helps other user!
thank you so much!
:D
by falegname
Fri, 2010-09-17, 13:53
Forum: DCMTK - Installation
Topic: Problem with linker
Replies: 8
Views: 11214

According to the CMakeLists.txt in the current DCMTK snapshot you also need "ws2_32": # define libraries that must be linked to most windows applications IF(WIN32) SET(WIN32_STD_LIBRARIES ws2_32 netapi32 wsock32) ENDIF(WIN32) Maybe, this helps ... nothing... same errors, i use dcmtk 3.5.5...
by falegname
Fri, 2010-09-17, 13:33
Forum: DCMTK - Installation
Topic: Problem with linker
Replies: 8
Views: 11214

Did you also link the standard libraries "netapi32" and "wsock32"? now yes, added before: dcmdata.lib oflog.lib ofstd.lib netapi32.lib wsock32.lib now 11 link error: 1>Link: 1> Creazione della libreria C:\Users\homeless\Desktop\provadcm\provadcm\Debug\provadcm.lib e dell'oggetto...
by falegname
Fri, 2010-09-17, 11:18
Forum: DCMTK - Installation
Topic: Problem with linker
Replies: 8
Views: 11214

Hi, Be sure to have your installed DCMTK compiled with the same multi-threading options (/MTd /MT /MD or MDd) as you compile your project. This lets you get rid of most LNK2005 linker errors, see FAQ #26 . Best regards, Michael i've compiled and installed DCMTK with MDd option (editing the CMakeLis...
by falegname
Fri, 2010-09-17, 09:59
Forum: DCMTK - Installation
Topic: Problem with linker
Replies: 8
Views: 11214

Problem with linker

Hi all, i'm new with dcmtk (sorry for my bad english), i've read many FAQs and article but i've a big problem: i have create a new visual studio project, then included dcmtk headers (project -> directory of vc++ -> include directory : C:\Program Files\DCMTK\include) Now go to linker -> additional di...