Okay so, this is probably going to sound dumb but i've been at this for like 3 hours. I have read multiple guides, and have uninstalled and redownloaded Simba 4 or 5 times, just to make sure i did EVERY step. And this is what happens:
1. Once i get simba correctly installed and check for all the updates and then restart, i post the code
program new;
{$DEFINE SMART}
{$i SRL/SRL.simba}
begin
SetupSRL();
end.
Just to make sure my SMART works. After 5 seconds, it starts up with RS3, which is fine for now.
2. After i realize my SMART is working, i then go to try to get it set up for 07. I follow every step making sure i got the Binaries, SRL-OSR, Renaming it, Fonts, SMART8, everything. But as soon as i do this and everything is extracted and done i then post this code:
program new;
{$DEFINE SMART8}
{$i SRL-OSR/SRL.simba}
begin
SetupSRL();
end.
Is this a valid code, to check if SMART will load 07?
and if so, then why do i get the error: Unknown declaration "SmartGetAvailablePID" at line 81, column 20 in file "C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba"
I am so sorry, i've just been at this for hours, and i cannot seem to get this to work...


Reply With Quote










