November 07, 2002

User Customisable Schemes

Roughly as suggested in the article I've mostly implemented the user-customisable scheme settings which are used at scheme compile time. It's not enabled in the code yet, but will be for the next release - it was actually more simple to write than I thought it would be - that means it's going to be more difficult when I get to writing the actual configuration dialog.

Those that are interested can see the UserSettingsParser class in SchemeCompiler.h and SchemeCompiler.cpp.

I also added the missing _CrtDumpMemoryLeaks() call and added some missing tear-down code. Much cleaner now. In addition I removed some un-neccessary calls to CString.Format in the compiler - should improve speed a little.

Posted by Simon at November 7, 2002 09:48 PM
Feedback