Log in

View Full Version : Code error (msi)



stelthfire3
12-22-2011, 01:38 PM
when i simple open MSI and click run , "type" gets highlighted in red and i know that means error but i dont know what error : P

Helper
12-23-2011, 02:19 AM
can you post the error please.

stelthfire3
12-23-2011, 02:49 AM
//-----------------------------------------------------------------//
//-- Scar Standard Resource Library --//
//-- Simba.simba --//
//-----------------------------------------------------------------//

{$ifdef Simba}
{$loadlib irokiplugin}

//{$define SimbaDebug}
type ( <---------(ERROR))
TDTMPointDef = TSDTMPointDef;
TDTMPointDefArray = TSDTMPointDefArray;
TDTM = TSDTM;
function AddDTM(DTM : TDTM) : integer;
begin
result := AddSDTM(dtm);
end;

function InitializeHTTPClient(HandleCookies,handleredirects : Boolean): Integer;
begin
-------------------------------------------------
Opening MSI...
[Error] C:\Simba\Includes\SRL/SRL/core/simba.simba(11:1): Identifier expected at line 10
Compiling failed.
[Error] (1:1): Unexpected end of file at line 0
Compiling failed.

Kyle Undefined
12-23-2011, 03:22 AM
What? You don't run that script, that's part of the include :duh: