Search found 1 match
- Tue, 2004-12-07, 16:08
- Forum: DCMTK - Installation
- Topic: Problems linking DCMTK 3.5.3 with Visual Studio .NET 2003
- Replies: 8
- Views: 22947
Additional Library Directories may not be enough...
Showing the compiler only the paths may not be enough in .net Visual C++, system may also require the exact names of the libraries 2 be used. Try checking the libraries being asked to the Additional Dependencies part in the Linker->Input settings. If the library being asked is not given in there, si...