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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Issue with v10.2.0 and WinXP

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
edbored Posted - Dec 09 2021 : 22:10:28
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
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 09 2021 : 23:26:52
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