Search found 4 matches

by massimo
Thu, 2005-03-17, 19:39
Forum: DCMTK - Installation
Topic: can't compile dcmtk (link error LNK2005)
Replies: 1
Views: 5507

can't compile dcmtk (link error LNK2005)

I tried almost everithing but i can't link dcmtk. I'm using VS.NET 2003 I did the following steps: - deleted all .vcproj and .sln files - changed MT to MD and MTd to MDd options in CMakeLists (i need to use the toolkit in a MFC application) - activated all external libraries support in CMake - build...
by massimo
Thu, 2005-03-10, 11:47
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45440

actually I discovered that I can't compile dcmtk. after extacting the package, deleting dcmtk project file, reconfiguring with cmake it compiles perfectly. but after changing flags in CmakeLists from MT to MD and from MTd to MDd to change settings to Multheaded DLL (i have to use it in mfc apps), i ...
by massimo
Thu, 2005-03-10, 10:22
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45440

thanks to everybody,i'll try tour suggestions and let you know.
bye
by massimo
Tue, 2005-03-08, 10:49
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45440

I have the same link2005 error and some others too msvcprtd.lib(MSVCP70D.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$b...