App. runs well on my end. after loading to user's machine, hit the error:
Visual Foxpro cannot start. Could not load resources.
I already copied all VFP9 library files under the app. folder. What else shall I do
Visual FoxPro General
App. runs well on my end. after loading to user's machine, hit the error:
Visual Foxpro cannot start. Could not load resources.
I already copied all VFP9 library files under the app. folder. What else shall I do
You may check if you have all runtime files needed:
http://fox.wikis.com/wc.dll Wiki~VFP9RuntimeFiles
Also make sure that your config.fpw is placed with the .EXE and the tmpFiles =, sortwork =, progwork = and editwork = in the config.fpw file are pointing to the valid temp folder on the user's machine. Typicaly the tmpFiles =, sortwork etc are set to something like GETENV("TEMP"), thus, I would check the Environment Variable "TEMP" on the user's machine.
I had a strange problem once where I would get your message because the Temp folder did not exist.
Hope this helps.
Thank you all for your reply. I will check again when I am back to the office.
After carefully comparing the files, I found VFP9renu.dll is missing. There was a file called VFP9enu.dll. I do not know where it came from. Thank you dni, for your list.