Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem upgrading existing project to 4.2
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00222024
Message ID:
00222027
Views:
44
>I followed the install instructions & have my new MMortals directory structor. I ran mmsetup, switch to my project directory & did startcb, then ran the new conversion utility (nice Kev!) on my project. So far so good until I went to follow the instructions in the What's New doc for "Change Error Manager Environment Settings in Existing Apps"
>
>When I try to get into the business object builder for CErrorMgr class, I'm getting a "file does not exist" error from SetProcsandLibs() in ..\common\progs\Setup.prg The string stored to lcClassLibs still contains the ref to old cevents.vcx instead of cevent.vcx. Looking at setup.prg, I can't figure out where to go next to change how that string gets built. Help? TIA!

The cClassLibs gets built from the MetaData.DBF table, which is built in setup when you have debug.txt in your project directory. I don't have 4.2 so I am not sure if you can run your app prior to making changes you are trying to make.

So, you can edit your MetaData table manually, or you could rebuild it by running the application... or you can rebuild it buy:

DO STARTCB
SET PROC TO SETUP
? BuildMetaData()

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform