how to include dll

D

Deepa

hello everyone,

i'm getting the below error when i try to load a DICOM image.

Loaded 'D:\VC++\Debug\LTDic12n.dll', no matching symbolic information
found.

this is leadtool's dll,which is an image processing tool.

it is also throwing out of memory exception .

i included all library files required for the application.is there
anything else i have to include.

what is this error actually mean?

i would be thankful if anyone come up with suitable explanation.

thanks in advance

Deepa
 
V

Victor Bazarov

Deepa said:
i'm getting the below error when i try to load a DICOM image.

What's a "DICOM image"?
Loaded 'D:\VC++\Debug\LTDic12n.dll', no matching symbolic information
found.

this is leadtool's dll,which is an image processing tool.

it is also throwing out of memory exception .

Your program probably runs out of memory while executing code in
that library.
i included all library files required for the application.is there
anything else i have to include.

Why don't you ask 'Leadtools'?
what is this error actually mean?

Doesn't seem like an error. Why do you think it is an error?
The library is reported "loaded", that's what you want, isn't it?
No symbolic information found in it, but that's what you'd expect
from a third-party library, unless they send you a debug version.
i would be thankful if anyone come up with suitable explanation.

Ask Leadtools.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,408
Latest member
AlenaRay88

Latest Threads

Top