PDA

View Full Version : EOleException


pereirac@bnsgroup.com.au
20-Jul-2005, 05:34 AM
Hi,

I am running Delphi 5 with current updates and EurekaLog 5.02. My application is getting an EOleException from making a call to ADO however EurekaLog is not returning from the exception but sitting in some kind of loop. Disabling EurekaLog recompiling and running the app will see the OleException raised and my try except capture it with control returning to the app.

Short of disabling Eureaka what can I do.


Clive

admin
23-Jul-2005, 03:44 PM
Can you create and send to me a little source demo capable to reproduce it, please?

rmaclean
21-Oct-2005, 10:48 AM
I can confirm this issue on my setup
Delphi: 2005 Update 3
EL: 4.6.6 (downloading 4.6.7 as I type).

Steps to reproduce:
Start a new project, on the form drop a button, on the onlick for the button add

Raise EOleException.Create('Show Me',0,'source','',0);


You will also need to add ComObj to uses clause

rmaclean
21-Oct-2005, 10:53 AM
This bug is fixed in version 4.6.7

admin
21-Oct-2005, 10:56 AM
rmaclean wrote:
> This bug is fixed in version 4.6.7

Perfect! ;)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.

admin
21-Oct-2005, 10:57 AM
rmaclean wrote:
> This bug is fixed in version 4.6.7

Why don't upload to the last EurekaLog 5.0.4? :)

What do you think of the 5.x version?

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.