Results 1 to 5 of 5

Thread: vampyre imaging library

  1. #1

    vampyre imaging library

    Hi when I try to 'use' the library it says it cant find imjpeglib
    but I have that .pas in my library path

  2. #2
    Did you add all these paths to your project settings?
    Code:
    Imaging/Source
    Imaging/Source/JpegLib
    Imaging/Source/ZLib
    Imaging/Extras/Extensions
    Imaging/Extras/Extensions/J2KObjects
    Last edited by Andru; 13-11-2010 at 04:34 PM.

  3. #3
    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"
    Last edited by slenkar; 13-11-2010 at 05:19 PM.

  4. #4
    Quote Originally Posted by slenkar
    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:
    Code:
    C:\Imaging\Source\ZLib\dzlib.pas(44,2) Fatal: Can't open include file "ImagingOptions.inc"
    Last edited by Andru; 13-11-2010 at 05:36 PM.

  5. #5

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •