RFloor
01-Aug-2007, 08:55 AM
Hello,
I was working with the TEurekaLog component. I placed it on our main form and implemented some events. Then i checked in the main form without thinking perhaps.
But then my colegues started complaining about EurekaLog giving a nasty error notification that EurekaLog should be activated. This notifictaion comes from the create of the component. There you check if EurekaLog is initialized. I think it would be a good thing to also check if EurekaLog is installed. If not then just create the component but don't let it work. Now we have to compile with the EurekaLog compiler or leave out the component.
I rather have a mix of the both of them so that we can test if our implementation is working correctly and we can still deploy our application without any hasle.
Regards,
Richard Floor
I was working with the TEurekaLog component. I placed it on our main form and implemented some events. Then i checked in the main form without thinking perhaps.
But then my colegues started complaining about EurekaLog giving a nasty error notification that EurekaLog should be activated. This notifictaion comes from the create of the component. There you check if EurekaLog is initialized. I think it would be a good thing to also check if EurekaLog is installed. If not then just create the component but don't let it work. Now we have to compile with the EurekaLog compiler or leave out the component.
I rather have a mix of the both of them so that we can test if our implementation is working correctly and we can still deploy our application without any hasle.
Regards,
Richard Floor