jacobhoover
18-May-2010, 02:24 PM
EL: 6.0.23
I'm experiencing a somewhat random issue while using Eureka Log within Delphi 2010. Delphi 2010 introduced the concept of option sets. By default, every project comes with a debug and release set, which is derived from the base. I have gone through and fixed all projects so that EUREKALOG and EUREKALOG_VER6 are defined in the base, and that DEBUG is only defined in the DEBUG option, and RELEASE is only defined in the release option.
The bug I am experiencing is that DEBUG keeps getting rewritten as a base option, which causes DEBUG being defined for the RELEASE configuration. I have yet to disable the expert in the IDE to see if it has any effect, but one would assume that the IDE feature would have been functionally tested before being released. EurekaLog is the only 3rd party tool we have installed other than the default designer packages provided with the IDE.
I've browsed the source for the expert, but I can't seem to find what allows Eureka Log the ability to rewrite the DPROJ/DPK files.
Has anyone else reported a similar problem? Is this a known bug with the IDE?
I'm experiencing a somewhat random issue while using Eureka Log within Delphi 2010. Delphi 2010 introduced the concept of option sets. By default, every project comes with a debug and release set, which is derived from the base. I have gone through and fixed all projects so that EUREKALOG and EUREKALOG_VER6 are defined in the base, and that DEBUG is only defined in the DEBUG option, and RELEASE is only defined in the release option.
The bug I am experiencing is that DEBUG keeps getting rewritten as a base option, which causes DEBUG being defined for the RELEASE configuration. I have yet to disable the expert in the IDE to see if it has any effect, but one would assume that the IDE feature would have been functionally tested before being released. EurekaLog is the only 3rd party tool we have installed other than the default designer packages provided with the IDE.
I've browsed the source for the expert, but I can't seem to find what allows Eureka Log the ability to rewrite the DPROJ/DPK files.
Has anyone else reported a similar problem? Is this a known bug with the IDE?