Open rabe-soft opened 9 months ago
This also happen to object names. Oe and oe are not accepted at the same time (WebBox code).
Additionally, glue can also get confused without an error message when there are two global symbols that only differ in casing. In V-Convert, it happened that some function handling CGM opcodes would have the same name as the variables they change (e.g. CGM_ColorSelectionMode
changes cgm_ColorSelectionMode
). Apparently this is not a good idea, and causes some relocs to be refering to the wrong symbol.
This issue happens in "Typing Tutor" code, Appl/EduApps/Ttype/ttui.goc in resource TTStrings.
If the chunks are named as follows (as in original code), the following error message appears.