Changeset 72 for trunk/UTarget.pas
- Timestamp:
- Mar 6, 2016, 12:10:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTarget.pas
r70 r72 7 7 uses 8 8 Classes, SysUtils, StrUtils, Registry, URegistry, SpecializedList, Dialogs, 9 FileUtil, Process, Menus ;9 FileUtil, Process, Menus, LazFileUtils; 10 10 11 11 type … … 339 339 function TTarget.GetExecutionPosition: Integer; 340 340 begin 341 341 Result := 0; 342 342 end; 343 343 … … 416 416 try 417 417 Text := FTargetCode; 418 SaveToFile( UTF8Decode(CompiledFile));418 SaveToFile(CompiledFile); 419 419 finally 420 420 Free; … … 538 538 function TTarget.SourceReadNext: Char; 539 539 begin 540 // while FProgramIndex;540 Result := ' '; 541 541 end; 542 542
Note:
See TracChangeset
for help on using the changeset viewer.