Hi,
when using visual studio 2003 to edit resources, it changes DIALOG to DIALOGEX automatically for some reason (even when editing only the text on a button in the dialog). When we call 'Modal' from ADM's Dialog suite, the dialog is not shown in illustrator cs2 (but it does disable all menu's! So illustrator hangs).
This happens only when the dialog is declared in the rc file as DIALOGEX, not when it's declared as DIALOG.
Is this something in our code, or a illustrator bug, or something else? Any way to fix this (I can edit all DIALOGEX back to DIALOG by hand, but that's not a very good solution to me). Or is there a way to stop VC++ 2003 changing DIALOG to DIALOGEX?