When I export registry key to .reg file, and then when I read the first line: "Windows Registry Editor Version 5.00", VFP retrieves "˙ţW i n d o w s R e g i s t r y E d i t o r V e r s i o n 5 . 0 0", two funny charactes on the beginning and spaces between characters.
When the lines is...
Thanks for your answer. I tested it in 2 cases:
1. Using "HKEY_CURRENT_USER\SOFTWARE\Native Instruments" - this retrieves all the keys, but some sub-keys, not all.
2. Using "HKEY_LOCAL_MACHINE\SOFTWARE\Native Instruments" - this retrieves some keys, and some sub-keys.
What I'm doing now is...
Under HKEY_LOCAL_MACHINE\SOFTWARE\Native Instruments\ I have many keys, each represents name of library (for example: "Symphobia 2", "Electric Keys", "Guitar Swell", etc.)
I need to get a list of all those keys, and for each key get a value of a sub-key "ContentDir".
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.