Well i am really stuck with this one. I have tried all type's of reference's ect, nothing seem's to work
Error: undefined reference to `RegCloseKey@4'
When i opened "advapi32.a" in the lib folder it had "RegCloseKey@4" too so i dont understand this Error/Bug.
Extern "Win32" Function RegCloseKeyA( hKey:Int ) = "RegCloseKey@4" End Extern Local hCurKey:Int RegCloseKeyA( hCurKey )
Error: undefined reference to `RegCloseKey@4'
When i opened "advapi32.a" in the lib folder it had "RegCloseKey@4" too so i dont understand this Error/Bug.