Forum Discussion

JNeedles's avatar
JNeedles
Contributor
12 years ago

NameMapping across application versions with different structures but similar traits

We're currently upgradding from one version of an application that is MS-Dos 16bit based to something that is 32 bit Windows based.. 



the screens of the application have the same WndCaption in each version, but the overlying structure is different.



I.e. 



NameMapping.Sys.MGRNTW.wndMagic8RunTime.MDIClient.AALVP_APHON 



vs 



NameMapping.Sys.MgxpaRuntime.GuiForm.MdiClient.AALVP_APHON



I should note that the older application uses WndClass while the newer app uses ClrFullClassName



Is my best option to go with conditional mode for the middle two components, or would I be better off flagging all of the Mdiclient.<component> pieces as Extended and move them up under .Sys?