Search found 6 matches

by enrique
Tue, 2008-05-13, 20:13
Forum: DCMTK - Installation
Topic: Several Linker error: Undefined reference to
Replies: 10
Views: 15648

Marco, I already did that...I tried with and without that macro and it made no difference.
Also, I tested the libijg8 library with another calling program, and it does worked. Thanks for the help.
Per, thanks for the tip but it didn't work.
by enrique
Fri, 2008-05-09, 20:43
Forum: DCMTK - Installation
Topic: Several Linker error: Undefined reference to
Replies: 10
Views: 15648

in fact I have traied with several links order...

could some configuration flag, cause this misbehavior?
by enrique
Thu, 2008-05-08, 21:55
Forum: DCMTK - Installation
Topic: Several Linker error: Undefined reference to
Replies: 10
Views: 15648

take a look at the log, the libraries was there... dllwrap.exe --output-def liblibdcmcjpeg.def --driver-name c++ --implib liblibdcmcjpeg.a dllmain.o -L"C:/Dev-Cpp/lib" --no-export-all-symbols --add-stdcall-alias ../dcmjpeg/dcmjpeg.a ../dcmdata/dcmdata.a ../dcmimage/dcmimage.a ../dcmimgle/d...
by enrique
Thu, 2008-04-03, 14:49
Forum: DCMTK - Installation
Topic: Several Linker error: Undefined reference to
Replies: 10
Views: 15648

Actually I had tried in both ways (with and without those libraries), but it made no difference. I should had posted the right log, sorry =( Follow thw log with the ijg* libraries: Compilador: Default compiler Building Makefile: "C:\Prog\Dicom\dll\Makefile.win" Executando make clean rm -f ...
by enrique
Fri, 2008-03-28, 18:52
Forum: DCMTK - Installation
Topic: Several Linker error: Undefined reference to
Replies: 10
Views: 15648

btw, I'm using Dev-cpp with MinGW32 compiler
by enrique
Fri, 2008-03-28, 18:50
Forum: DCMTK - Installation
Topic: Several Linker error: Undefined reference to
Replies: 10
Views: 15648

Several Linker error: Undefined reference to

Hi everybody, I'm trying to create a DLL to use the compression/decompression functions from a Delphi program. Basicly I created 2 "export" functions and copied the source of the dcmcjpeg and dcmdjpeg applications in the respective function. Before that, I build the required libraries:ofst...