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
 Problem upgrade IEvolution 7.5

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
christers Posted - Mar 04 2019 : 16:38:10
Hi,
Installed ver 7.5 but cant now load any image, size get 0x0
Uninstalled 5.0 an manullaly removed any old IEvolution2.dll and iecore.dll iecore64.dll and iecore32.dll, added the new ievolution2 7.5 reference
Running VS 2017

IEimagePtr_->IOParams->Load(fileName); execute but gives 0 size worked ok with 5.0
int imgWidth = iEBitmapPtr_->IOParams->Width; 0
int imgHeight = iEBitmapPtr_->IOParams->Height; 0

//Christer
2   L A T E S T    R E P L I E S    (Newest First)
christers Posted - Mar 07 2019 : 18:38:43
Hi Nigel,

I also loaded the image with same result. Anyway it seems to had been a mixup of old IEV 5.0 dll files works ok now after cleanup of old dll's
Cheers,
//Christer
xequte Posted - Mar 04 2019 : 17:07:10
Hi Christer

Your code is only loading saved params of an image. Are you trying to load an image itself?

If so, use LoadImage:

https://www.imageen.com/ievolutionhelp/html/14b3f80f-2daf-9a96-b4ba-fb3ea2925569.htm

Nigel
Xequte Software
www.imageen.com