Hi,
I have a problem with an old code that use to work with older ImageEn verion.
In version 8.1.1 this code produces access violation.
I have extracted suspicious part that throws error:
TImageEnIO *IO = new TImageEnIO((TComponent*)0);
IO->SelectAcquireSource(); // access violation
First I thought that there was a problem with TImageEnIO construction parameter,
but whatever I put there, access violation always occurs.
This code use to work in one of the old versions of ImageEn, but now I don't know if I'm doing something wrong.
It works ok when there is some ImageEnView
PaintView->IO->SelectAcquireSource(); // test
However, I need to acquire image without any ImageView/ImageEnVect object.
Any suggestion.
TIA,
Siniša