Version variable control

delphi package - automated exception handling
Post Reply
mj
Posts: 13
Joined: Wed Sep 15, 2004 8:00 pm

Version variable control

Post by mj »

[madExcept] MyApp.dpr: The specified version variable was not found!
I've just upgraded to madExcept 3, and then changed my code, and I'm getting this warning in the IDE. I can't find out how to change the setting for the version variable (which I need for sensible reports since I put in other things). Is it available in the options dialog?

Thanks,

Matthew Jones
madshi
Site Admin
Posts: 10766
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Hi Matthew,

the version variable setting is currently not accessible in the settings dialog. But it's still supported. You just need to manually edit the "yourProject.mes" file.
mj
Posts: 13
Joined: Wed Sep 15, 2004 8:00 pm

Post by mj »

Thanks - is there a better solution now, like the MESettings, or is this going to be resurfaced at some point?

Matthew
madshi
Site Admin
Posts: 10766
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Well, you can still edit the mes file. Is that so problematic?

If you don't like that, you can simply add entries to the bug report header by using a little exception handler.

Maybe I'll readd this to the option dialog later, I just don't know where!
mj
Posts: 13
Joined: Wed Sep 15, 2004 8:00 pm

Post by mj »

It isn't a problem for now, I just wanted to know your thinking on this - what your plans are. If it was on the way out, then I'll change. If it is just a "didn't know where to put it", then I'll not change.

Thanks,

Matthew
Post Reply