mkrausnick
Programmer
I have a VFP utility (a .EXE) that runs with no user interface, so I have a 1-LINE config.fpw in the project that contains SCREEN=OFF. It usually runs fine.
Recently I had occasion to run it while the home folder of another VFP application was the current folder. That application has its own config.fpw.
When I ran the utility, I got a dialog box with the message "Resource file version mismatch". Clicking OK yielded another dialog box with the message "Visual Foxpro could not start. Resources could not be loaded". If I delete the second application's config.fpw, the first utility runs OK from the same folder.
I'm not running the second application at the time; it just so happens that the second application's home folder is current when the utility runs.
How can I get the utility to run without an error even if the current folder contains a config.fpw?
Mike Krausnick
Dublin, California
Recently I had occasion to run it while the home folder of another VFP application was the current folder. That application has its own config.fpw.
When I ran the utility, I got a dialog box with the message "Resource file version mismatch". Clicking OK yielded another dialog box with the message "Visual Foxpro could not start. Resources could not be loaded". If I delete the second application's config.fpw, the first utility runs OK from the same folder.
I'm not running the second application at the time; it just so happens that the second application's home folder is current when the utility runs.
How can I get the utility to run without an error even if the current folder contains a config.fpw?
Mike Krausnick
Dublin, California