Thanks for answers. But still didn't work.
But there is another question. Let's assume that it did work on my computer.
Can I be sure that when I compile my program to .exe, and send to my friends, will it work on any computer regardless their settings.
I think it won't work. In this case, I...
Is there any way to display Polish characters in VFP, like ą, ć, ę, ł, ń, ó, ś, ż, ź (to type this characters outside VFP, I use right ALT + letter)
When I type them in VFP, I'getting this:
When I copy these funny characters outside VFP, I'm getting them back: ą, ć, ę, ł, ń, ó, ś, ż, ź
B.T.W. In C:\Program Files (x86)\Common Files\Microsoft Shared\VFP\ and don't have any gdi dll.
In Windows\WinSxS I have 11 gdi files:
gdi32full.dll
GdiPlus.dll
gdi32.dll
with sizes from 9KB to 1,669KB.
And others in Windows, Program Files
Jerzy
Thanks Chris for taking your time.
The problem is solved:
In my code I had hard-coded path "D:\Mosaic\Pictures"!!!
So when I run on my wife's computer I got error "loBmp is not an object".
When I change path to "Pictures" everything is working.
Another thing, I deleted gdi dll, and it's still...
Thanks for your answer. I had gdiplus DLL.
But when I changed the line from: loBmp = .Bitmap.FromFile(GETPICT()) to: loBmp = .Bitmap.New(GETPICT()) the error is gone!
But then I got another error when excuting the next part of the program...
I created couple of games in VFP.
They are running fine on my computer (that has VFP installed of course).
I run these games on another computer that doesn't have VFP.
They are running fine, becasue I copied to this computer all needed VFP dll's.
Then I created another game that is using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.