Jump to content

Unigui Installation


OdontonetEs

Recommended Posts

Hi,

Our company has just purchased the professional version of unigui 1.95.0.1574. We have version 10.4.2 of Delphi.

The problem is that when installing everything goes well, but when the Delphi IDE is opened, the installed packages, components, and the option to create a Unigui project do not appear.

When we install we select the components for both Windows and Linux from Delphi version 10.4 Sidney

Thanks

Link to comment
Share on other sites

Hello,

I'm having some issues installing build 1575 in Delphi 12.

Error when build pacakage uniTools29.bpl  -> [dcc32 Fatal Error] uniTools29.dpk(46): F2063 Could not compile used unit 'InstDecode'

image.thumb.png.f77d40db288096eaf367b1d9387be8bd.png

I have tried reinstalling UniGUI again, but the problem persists.

On the same PC, I've been able to install it in Delphi 11.3 without any problem.

Any suggestion?

Thanks in advance

 

Link to comment
Share on other sites

  • Administrators
1 hour ago, sarcos said:

Hello,

I'm having some issues installing build 1575 in Delphi 12.

Error when build pacakage uniTools29.bpl  -> [dcc32 Fatal Error] uniTools29.dpk(46): F2063 Could not compile used unit 'InstDecode'

image.thumb.png.f77d40db288096eaf367b1d9387be8bd.png

I have tried reinstalling UniGUI again, but the problem persists.

On the same PC, I've been able to install it in Delphi 11.3 without any problem.

Any suggestion?

Thanks in advance

 

package uniTools29;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'FMSoft uniTools Library'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
  rtl
  {$ifndef MSWINDOWS}
  ,uniPlatform
  {$endif}
  ;

contains
{$ifdef MSWINDOWS}
  InstDecode in 'InstDecode.pas',
  CPUID in 'CPUID.pas',
  DDetours in 'DDetours.pas',
{$endif}
  uniStrUtils in 'uniStrUtils.pas',
  uniWinUtils in 'uniWinUtils.pas',
  uniLogger in 'uniLogger.pas',
  uniStreamer in 'uniStreamer.pas',
  uniSimpleEnc in 'uniSimpleEnc.pas',
  uniDateUtils in 'uniDateUtils.pas',
  uniZLibExApi in 'uniZLibExApi.pas',
  uniZLibEx in 'uniZLibEx.pas';

end.

Hello,

The DPK file for uniTools29 library should look like this.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...