Table of Content
HAL Forum
procedure CompileAndLinkFile (
string HalPath,string HobPath,integer CompileLevel)
Description:
Compiles .hal file into .hob file and links it to the main system. Reserved for internal use.
Parameters:
HalPath Path and name for the .hal file
HobPath Path and name for the .hob file that will receive the compiled .hal
CompileLevel For internal use.
begin

  CompileAndLinkFile("path/to/hal/file.hal","path/to/hob/file.hob",kCodeLevelCountry);

  return;
end;
Related topics:
««