Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

New UserVarManager implementation

<< < (4/4)

AndrewCot:
An issue I just came across and it's in the existing implementation a well is that there are no errors in the log if a variable is not found due to using the wrong variable set. May be an idea to add logging of errors/warnings when variables are not found.

BlueHazzard:
My idea was to return a error log in the ReplaceMacros function. So it could be outputed to the compiler log during compiling and in the codeblocks log when other. I mean if i compile something and then it does not work, it would be nice to see in the compiler log...

AndrewCot:
Sounds good.

ollydbg:

--- Quote from: BlueHazzard on September 19, 2022, 11:33:09 pm ---My idea was to return a error log in the ReplaceMacros function. So it could be outputed to the compiler log during compiling and in the codeblocks log when other. I mean if i compile something and then it does not work, it would be nice to see in the compiler log...

--- End quote ---

I totally agree with this idea.

AndrewCot:
I could not find the implementation of the following:
    wxString GetMemberValue(const wxString & setName, const wxString & varName, const wxString & memberName) const;

Navigation

[0] Message Index

[*] Previous page

Go to full version