wantonman
08-08-2011, 12:39 AM
[Error] C:\Simba\Includes\Reflection\./Core/TileCore.simba(97:9): Unknown identifier 'SmartGetFieldObject' at line 96
Compiling failed.
i run this
program new;
{.include SRL/SRL.scar}
{.include Reflection/Reflection.simba}
var x,y,dtm:integer
begin
DTM := DTMFromString('mbQAAAHicY2VgYFjIxMCwEYgXAHEfEM8D4m oGCM4A4kog7gLib18/MqTEejN0u7Ex7JkcwxAd4syADTBiwWAAAJaeDPA=');
if finddtm(dtm,x,y) then
mmouse(x,y,78,45);
end.
iget this
[Error] C:\Simba\Includes\Reflection\./Core/TileCore.simba(97:9): Unknown identifier 'SmartGetFieldObject' at line 96
Compiling failed.
whats wrong with this code???
function NULL_TILE: TTile;
begin
Result := Tile(NULL_INT, NULL_INT);
end;
Compiling failed.
i run this
program new;
{.include SRL/SRL.scar}
{.include Reflection/Reflection.simba}
var x,y,dtm:integer
begin
DTM := DTMFromString('mbQAAAHicY2VgYFjIxMCwEYgXAHEfEM8D4m oGCM4A4kog7gLib18/MqTEejN0u7Ex7JkcwxAd4syADTBiwWAAAJaeDPA=');
if finddtm(dtm,x,y) then
mmouse(x,y,78,45);
end.
iget this
[Error] C:\Simba\Includes\Reflection\./Core/TileCore.simba(97:9): Unknown identifier 'SmartGetFieldObject' at line 96
Compiling failed.
whats wrong with this code???
function NULL_TILE: TTile;
begin
Result := Tile(NULL_INT, NULL_INT);
end;