Hi all!
I have a little problem because UAsm32 lost his way in old macros that work perfectly in ML 6.14.
Using AsmC, there is some problems with $Obj() in HLL comparisons, but is easy to solve:
.elseif [xdi].$Obj(XMenuItem).dType == MENU_TYPE_SEPARATOR
@CatStr(<.elseif [xdi].>,$Obj(XMenuItem),<.dType == MENU_TYPE_SEPARATOR>)
Note: apparently XMenu.inc is the only ObjAsm file frequently included in wich $Obj() is used like this.
Regards. HSE