I just installed it, without any issues, into Delphi 2010. I opened the ImageEditing/Radial demo, compiled and ran it. As soon as I open a file from the menu the application closes without showing an error or exception. When I debug it fails on line 113 when LoadFromFile is called.
with ImageEnView1.IO do LoadFromFile(ExecuteOpenDialog('', '', false, 0, '')); Is there something I need to do to make this work?
Daniel Fields |