This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, February 25, 2009 9:55:07 PM(UTC)
Groups: Registered
Posts: 4
HI,
I have just installed evaluation version of leadtool 16 version.
i am developing a test application but when i load an image in rasterimageviewer it gives and error
"LFCMP Dll missing"
can any one tell where to find this dll as i searched it on my pc but i did not find it.
Regards:
Naseer
#2
Posted
:
Wednesday, February 25, 2009 11:01:17 PM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
How exactly are you trying to load the image in the Rasterimageviewer?
What is the format of the image that you are trying to load?
Do you face this issue with any image that you try to load?
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Wednesday, February 25, 2009 11:50:12 PM(UTC)
Groups: Registered
Posts: 4
Hi,
Here is the code peace that gives exception. i used this code from an example given with the evaluation version.it does not give error in that example but when i use this iin my test app it gives error.
RasterImage image
= dsFileValues.GetImage(element, x, 0, RasterByteOrder.Rgb | RasterByteOrder.Gray, DicomGetImageFlags.AutoApplyModalityLut | DicomGetImageFlags.AutoApplyVoiLut);
Imag is of format ".DCM"
Regards:
#4
Posted
:
Thursday, February 26, 2009 12:36:07 AM(UTC)
Groups: Registered
Posts: 4
Hi,
Also i am not getting this error with all dcm files.i am getting this error with those files which has imagecount more then
1.
DataSet.GetImageCount() greater then 1;
Regareds;
Naseer
#5
Posted
:
Thursday, February 26, 2009 1:13:35 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Naseer,
One possible cause of the problem is missing .NET DLLs. Make sure you add references to Leadtools.Codecs.DLL and other codec files such as Leadtools.Codecs.Cmp.dll
For full details on needed files, see the help topic "Files to be Included with Your Application"
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#6
Posted
:
Thursday, February 26, 2009 4:01:48 AM(UTC)
Groups: Registered
Posts: 4
Hi,
Thank for suggestion, i added the reference and my problem is solved.
Thanks,
Regards:
Naseer
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.