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
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