PDA

View Full Version : Error: Unknown declaration "GetTickCount64" on login.simba



Lipcot
09-25-2017, 03:36 PM
Noob question.

Recently came back to RS and villavu and im trying to install reflection.

Getting the following when trying to include reflection:

Error: Unknown declaration "GetTickCount64" at line 156 on login.simba

What am i missing here?

I am using the latest simba and Aerolib is working.

Im also having a weird plugin situation. It always says i have version 1 and tries to update (although i've manually installed to the latest plugins and the update always ends on "killing the updater".

Joopi
09-25-2017, 03:42 PM
Are you trying to run it with Simba 1.2?
Because Reflection only works with Simba 1.1 (the one that comes with the installer off of Wizzup's website) afaik

Lipcot
09-25-2017, 04:10 PM
Are you trying to run it with Simba 1.2?
Because Reflection only works with Simba 1.1 (the one that comes with the installer off of Wizzup's website) afaik

Yeaaaah i was running simba 1.2.

Will try with 1.1

EDIT:

Now with 1.1 Im getting the following error:

Error: Unknown declaration "SSLSocket" at line 83 on misc.simba

I've already installed latest Prosocks from Brandon releases, and erased (following flights aerolib include instruction):


{$IFNDEF Aerolib}
{$include reflection/lib/misc/prosocks.simba}
{$ENDIF}


And im still getting the same error.

Joopi
09-25-2017, 04:43 PM
I don't think you're supposed to get the latest of everything if you expect support from all projects...

Lipcot
09-25-2017, 05:07 PM
I don't think you're supposed to get the latest of everything if you expect support from all projects...

Exactly.

Was using Aerolib 2.0 when i should've been using 1.6

Thank you :)