FF_GetRegistryDWord

Started by Joerg B., March 15, 2013, 03:42:16 PM

Previous topic - Next topic

Joerg B.

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.  ;)
Greeting from Germany

Joerg

José Roca

The last parameter is a DWORD value, not a string. Use FF_GetRegistryDWord  ( %HKEY_LOCAL_MACHINE, "\SOFTWARE\Microsoft\Windows NT\CurrentVersion\","InstallDate", 0)

Joerg B.

Hello Jose

May thanks for your help. Your right.

Joerg
Greeting from Germany

Joerg