Hi, I've followed this tutorial (showthread.php?t=108953) and downloaded all the necessary plugins and library files for AeroLib, and Walker is supposed to be included in that. Simba, SRL, SPS, plugins are all up-to-date. Interpreter is set to 'Lape'. I'm running Win10 64-bit with Java 7 32-bit. Simba is running in Administrator mode.
The following code runs no problems:
However, whenever I try to use the Walker by adding something after the initAL();, such as TRSWalker.init('WorldMap.png'); or TRSWalker.GetMyPos(); I get an access violation error.Code:program new; {$DEFINE SMART} {$DEFINE WALKER} {$i AeroLib/AeroLib.simba} begin initAL(); end;
"Error: Access violation at line 167" in Walker -> base.pas, and "Error: Access violation at line 225" in Walker.simba respectively.
What can I do? Any help is appreciated.


Reply With Quote

