Search found 2 matches

by tikna
Mon, 2015-03-16, 10:58
Forum: DCMTK - Installation
Topic: LNK 2001 errors unresolved external symbols _declspec VS2012
Replies: 1
Views: 7116

Re: LNK 2001 errors unresolved external symbols _declspec VS

In Visual Studio 2008 msvcprt.lib was added in the ignore specific default libraries. I removed them and the project built fine in visual studio 2012. But the thing that I still don't get is why do we need to ignore in 2008 and not in 2012.
by tikna
Wed, 2015-03-04, 11:06
Forum: DCMTK - Installation
Topic: LNK 2001 errors unresolved external symbols _declspec VS2012
Replies: 1
Views: 7116

LNK 2001 errors unresolved external symbols _declspec VS2012

Hi, I am trying to migrate an application from 32 bit to 64 bit. It is a solution which has multiple projects(68), of which most are c# projects and a few c++ ones. One of the projects require DCMTK libraries. While building I get the following errors. Error 3767 error LNK1120: 41 unresolved externa...