Search found 4 matches

by sguox002
Mon, 2018-03-12, 22:22
Forum: DCMTK - General
Topic: anyone help me: dcmtk3.6.3 cannot link the globals
Replies: 3
Views: 2715

Re: anyone help me: dcmtk3.6.3 cannot link the globals

I did not install. I just configured the correct directory for include and lib files.
Any difference?
by sguox002
Mon, 2018-03-12, 22:19
Forum: DCMTK - General
Topic: static lib compiled with /MD option problem
Replies: 3
Views: 2384

Re: static lib compiled with /MD option problem

Yes, I generate the dcmtk library with /MD exactly by the way you mentioned
by sguox002
Mon, 2018-03-12, 18:26
Forum: DCMTK - General
Topic: static lib compiled with /MD option problem
Replies: 3
Views: 2384

static lib compiled with /MD option problem

Hello, since I cannot get dcmtk3.6.3 working under a single dll and I have to go back to static library. I have to use /MD option since my project all compiled under /MD. I had a test program which works under debug+debug lib, release+release lib. However it does not work under any other combination...
by sguox002
Fri, 2018-03-09, 19:23
Forum: DCMTK - General
Topic: anyone help me: dcmtk3.6.3 cannot link the globals
Replies: 3
Views: 2715

anyone help me: dcmtk3.6.3 cannot link the globals

I am building dcmtk 3.6.3 using msvc2010 into a single dll and I used the lib to link to my program, and the globals defined in the library all reports unresolved external symbol. I checked both the dll and lib file using dumpbin tool and found that these globals are actually exported. The functions...