PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Joerg B. on March 15, 2013, 03:42:16 PM

Title: FF_GetRegistryDWord
Post by: Joerg B. on March 15, 2013, 03:42:16 PM
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.  ;)
Title: Re: FF_GetRegistryDWord
Post by: José Roca on March 15, 2013, 03:56:25 PM
The last parameter is a DWORD value, not a string. Use FF_GetRegistryDWord  ( %HKEY_LOCAL_MACHINE, "\SOFTWARE\Microsoft\Windows NT\CurrentVersion\","InstallDate", 0)
Title: Re: FF_GetRegistryDWord
Post by: Joerg B. on March 15, 2013, 07:30:43 PM
Hello Jose

May thanks for your help. Your right.

Joerg