Results 1 to 2 of 2

Thread: Problem with instalation of package NativeJPG by SimDesign

  1. #1

    Problem with instalation of package NativeJPG by SimDesign

    Hello. Since tomorow I am trying to install compile or build the NativeJpg package as found and downloaded here:
    https://github.com/acbarbosa1964/sim...mlib/nativejpg
    There are some dependencies on simdesign-master\simlib\general

    so I have tried to create my own package with general and compile/build it. Also the

    simdesign-master\simlib\nativejpg\packages\NativeJpgD7.dpk I have tried with the same error.

    in general/sdStringtable.pas on line 75 there is this component needed:

    TsdStringTable = class(TsdDebugComponent)

    which is contained in simdesign-master\simlib\debug\sdDebug.pas

    But still the error is like it is not declared. Any advices how to compile this for Delphi 7?

  2. #2
    Now, after creating new package I am getting this error:

    [Error] Never-build package 'NativeJpgD7_repaired_next_try' requires always-build package 'GR32_D7'

    Code:
    requires
      rtl,
      vcl,
      vcljpg,
      GR32_D7; // compiler added this automatically
    Problem solved by implicitly building in Project options - Description section.
    Last edited by chlopik; 14-Jul-22 at 22:20.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •