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
 jpeg problem in XE2

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
hbarclay Posted - Oct 03 2011 : 15:04:08
I am trying to upgrade some of my projects to XE2.

When I try to load a jpeg from either file or stream I get an error “Requested feature was omitted at compile time”.

I have downloaded ImageEn 4.0.1 and have tried both compiling and installing from source and letting the installer program install and register the components and I get the same result either way.

I assume I am overlooking something simple, just haven't been able to figure out what it is.

2   L A T E S T    R E P L I E S    (Newest First)
hbarclay Posted - Oct 04 2011 : 08:14:32

Problem Solved

I use the QuickPdf library and it shares many of the same obj files that are used by ImageEn. My search path in XE2 was finding the QuickPdf version of the obj files and using those apparently incompatible versions.

Changing my search path to find the ImageEn provided obj files first solved the problem and QuickPdf still seems to work fine so all is well.


fab Posted - Oct 04 2011 : 01:07:05
It seems to work, for me. I tried to put a TImageEnView component and then I just executed:

ImageEnView1.IO.LoadFromFile('input.jpg');

It works.