I've just downloaded 6.1 and got my first project setup. But after running SetIncl.Prg as well as StartCB(.T.) and then recompiling all files from the Project Manager, I've got the following problems,
Visual Class Library d:projectscodebookcommonlibscsecure.vcx has the following errors: Visual Class Library ICUSTCTL - Undefined
Visual Class Library d:projectscodebookcommonlibscctlcont.vcx has the following errors: Visual Class Library IPHONETEXTBOX - Undefined Visual Class Library ISTATECOMBOBOX - Undefined Visual Class Library IZIPCODETEXTBOX - Undefined Visual Class Library IIFCOMBOBOX - Undefined Visual Class Library IDATETEXTBOX - Undefined
You can also verify this problem by attempting to open the CUserMaintenanceForm class from the CSecure.vcx
I can fix the references in the .vcx files, but I really need to know what the correct references. If you open the csecure.vcx as a dbf and go to record #73 you'll see the first problem or you can use
LOCATE FOR 'icustctl' $ classloc
after opening the file.
ClassLoc: ..ilibsicustctl.vcx ObjName: CtxtUserResourceFile
CtxtUserResourceFile is a class in the CSecure.vcx but I'm wondering if the ObjName is incorrect and should be changed to ItxtUserResourceFile OR if the ClassLoc value should be changed.
I understand Ed has separated the classes that used to be located in ICustCtl.vcx into separate .vcxs in the CustCtl subdirectories in the Libs and iLibs directories. Therefore I need some help in what the new class structure should be. Once I can fix this one, I think the other fixes will model this one and get the update to Ed.
Many thanks. Paul
©2001 Paul D Hardy |