T O P I C R E V I E W |
dfields |
Posted - Oct 27 2012 : 11:57:33 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 |
3 L A T E S T R E P L I E S (Newest First) |
w2m |
Posted - Oct 27 2012 : 17:13:56 That sort of thing sometimes takes place with delphi. It is always best to test the exe outside of Delphi if you are having problems.
William Miller |
dfields |
Posted - Oct 27 2012 : 16:50:11 Strangely, it works outside the IDE. I can run it from Windows Explorer and open a file just fine. I'll have to see if that is true for any other demos.
Daniel Fields |
w2m |
Posted - Oct 27 2012 : 16:28:35 I just compled the ImageEditing\Radial demo with Delphi 2010... Found no problem. It compiled and runs without exceptions here.
William Miller Adirondack Software & Graphics Email: w2m@frontiernet.net EBook: http://www.imageen.com/ebook/ Apprehend: http://www.frontiernet.net/~w2m/index.html |