PDA

View Full Version : Eurekalog in plugin application


JanneTimmerbacka
12-Dec-2006, 12:36 PM
Hi. I'm using Eurekalog 4.5.8 already and I would like to know if newer eurekalog version provide better support for my plugin application needs.

I have implemented the plugin framework with ShareMem and Plugins are dll's.

Current problems/limitations:
-I would like to set Eurekalog options only in one place => in plugin host application
-it would be very nice to handle all the exceptions in the plugin host application eurekalog. Currently each plugin stores and handels exceptions with eurekalog, and it is difficult to define alternative processing methods for exceptions since any of the plugins will handel them. What I mean is if exception is raised in host application it might be handled in plugin eurekalog instead in host application. This is not good, since I might want that exception to be handled differently :confused: .

Any improvements for these?

admin
18-Dec-2006, 07:50 AM
Hi,

JanneTimmerbacka wrote:
> Hi. I'm using Eurekalog 4.5.8 already and I would like to know if newer
> eurekalog version provide better support for my plugin application
> needs.
>
> I have implemented the plugin framework with ShareMem and Plugins are
> dll's.
>
> Current problems/limitations:
> -I would like to set Eurekalog options only in one place => in plugin
> host application
> -it would be very nice to handle all the exceptions in the plugin host
> application eurekalog. Currently each plugin stores and handels
> exceptions with eurekalog, and it is difficult to define alternative
> processing methods for exceptions since any of the plugins will handel
> them. What I mean is if exception is raised in host application it
> might be handled in plugin eurekalog instead in host application. This
> is not good, since I might want that exception to be handled
> differently :confused: .
>
> Any improvements for these?

All these are possible with the last EurekaLog 5.

Try to see the "Use Main Module Options" options here:
http://www.eurekalog.com/docs/advancedtab.html

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

JanneTimmerbacka
18-Dec-2006, 05:49 PM
Excellent! I just purchased a new eurekalog versio and I will check it out soon