II have developed programs and it runs fine for me, but when I tried it to run on my client's PC it gives me this error, I've copied the files that is needed to the client PC, any idea what I'm missing?
Â
Microsoft Visual FoxPro
Visual FoxPro cannot start. Could not load resources.
Foxpro could not load resources
Â
Hi Jobi Mathias,
The error message you are facing, it is just because of the dissimilar code combination. Your code was stored in one version of VFP but installed run time libraries are of different version.
So, keep the same code and get rid of the problem.
I think your problem will be solved.
Hathy
Â
Foxpro could not load resources
Hello? First you have to make sure that the entire DDL file on that PC, Also check the registration of the DDL and add the vfp8renu.dll for version 9.1 and 9.0 and vfp7renu.dll for version 9.0. You will have to acquire a vfp6.exe to run the program. It worked fine for me.