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
|