Hello Paul
Maybe i have a red big fruit in front of my eyes ......
If i use FF_GetRegistryDWord ( %HKEY_LOCAL_MACHINE, "\SOFTWARE\Microsoft\Windows NT\CurrentVersion\","InstallDate", "") the compiler say Error 420 - Relational operator expected.
At the moment i don't see any mistake. All other works fine.
Maybe you have an example, if the mistake sits in front of the my computer. ;)
The last parameter is a DWORD value, not a string. Use FF_GetRegistryDWord ( %HKEY_LOCAL_MACHINE, "\SOFTWARE\Microsoft\Windows NT\CurrentVersion\","InstallDate", 0)
Hello Jose
May thanks for your help. Your right.
Joerg