From: David (ROONWHIT) [#1]
20 Jun 2007
To: ALL
Jugoslav,
I am trying to migrate to use XEffort features in my existing app, and want to use XMessageBox and XRegOpen.
I have included USE XEffort and USE XFtdialog, but am getting undefined errors for HKEY_LOCAL_MACHINE, MB_YESNO, etc. Which modules are these defined in that I have missed?
Thanks, David
From: xeffort [#2]
20 Jun 2007
To: David (ROONWHIT) [#1] 20 Jun 2007
USE IFWIN or IFWINTY.
Xeffort uses a lot of Windows API constants, but does not redefine them (otherwise, you would get name clash if you pull in IFWINTY for other reasons).