Search found 4 matches

by ruchir_iit
Mon, 2016-12-05, 10:52
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55095

Re: error LNK2019: unresolved external symbol

Yeah, @J. Riesmeier is right. The errors are when I integrate DCMTK with VS and compile a trial VS project. DCMTK compilation was fine. Did you try a static (i.e. non-shared) build as I proposed before? During CMake configuration, I did not check the box against BUILD_SHARED_LIBS which should mean s...
by ruchir_iit
Thu, 2016-12-01, 11:14
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55095

Re: error LNK2019: unresolved external symbol

Hi Michael, Thanks for the suggestions. OK, I tried the snapshot without building shared libraries when configuring using CMake. I am using VS2013. Upon compilation I was getting a few other errors which I resolved. But still the following errors remain: ofstd.lib(ofstd.obj) : error LNK2019: unresol...
by ruchir_iit
Tue, 2016-11-29, 10:34
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55095

Re: error LNK2019: unresolved external symbol

Thanks Michael for your reply. I used the guidelines on http://support.dcmtk.org/redmine/projec ... uration360 to configure CMake. Sorry but I'm not sure where is the option to choose shared or static libraries.

Regards,
Ruchir
by ruchir_iit
Mon, 2016-11-28, 09:23
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55095

Re: error LNK2019: unresolved external symbol

Hi Michael, I followed the steps listed above but still I get the error message: dcmdata.lib(dcuid.obj) : error LNK2019: unresolved external symbol _Netbios@4 referenced in function "unsigned char * __cdecl getMACAddress(unsigned char * const)" (?getMACAddress@@YAPAEQAE@Z) Not sure what's ...