ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Issue with v10.2.0 and WinXP
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

edbored

Canada
3 Posts

Posted - Dec 09 2021 :  22:10:28  Show Profile  Reply
I'm having a problem getting old D7 code running on XP machines...

D7 Enterprise,
ImageEn Build 10.2.0.20.8287
WinXP Pro SP3 (

Simplest example code:


unit uSmallTest;
interface
uses
  iexBitmaps,
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs;

type
  TForm1 = class(TForm)
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}
initialization
     iexBitmaps.IERegisterFormats; 
finalization
     iexBitmaps.IEUnregisterFormats;
end.


Running this "simplest program" in XP results in A/V with:

"This application has failed to start because propsys.dll was not found. Re-installing the application may fix this problem."

This also failed in 10.1, but worked in 9.2 and earlier...

Cheers,
EdB

xequte

38191 Posts

Posted - Dec 09 2021 :  23:26:52  Show Profile  Reply
Hi Ed

For XP support you should undefine some modules in ie.inc:

  {$undef IEIncludeHashing}
  {$undef IESupportWICExif}
  {$undef IEINCLUDEMEDIAFOUNDATION}


Ensure that the ImageEn source folder is on your search path. It should not be necessary, but you may want to recompile your pages:

https://www.imageen.com/help/Installation.html



Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: