PDA

View Full Version : vampyre imaging library



slenkar
13-11-2010, 04:15 PM
Hi when I try to 'use' the library it says it cant find imjpeglib
but I have that .pas in my library path

Andru
13-11-2010, 04:30 PM
Did you add all these paths to your project settings?


Imaging/Source
Imaging/Source/JpegLib
Imaging/Source/ZLib
Imaging/Extras/Extensions
Imaging/Extras/Extensions/J2KObjects

slenkar
13-11-2010, 05:13 PM
oh it was my fault i pasted the directory into the wrong place.

It works until it complains that it cant find:

C:\Imaging\Source\ZLib\dzlib.pas(44,2) Fatal: Can't open include file "ImagingOptions.inc"

Andru
13-11-2010, 05:29 PM
It works until it complains that it cant find:
Sorry, my English not well, so maybe I not good understand this sentence :) If it still not work, just add path "C:\Imaging\Source\" to "Other Units Path(-Fu)" and "Include Files(-Fi)". After this it must work without this error:


C:\Imaging\Source\ZLib\dzlib.pas(44,2) Fatal: Can't open include file "ImagingOptions.inc"

slenkar
13-11-2010, 05:33 PM
yes thanks for the help