Menu

#150 Cannot compile ggassemble.exe - engine.PrepareFileList needs directory

v1.0 (example)
open
nobody
None
5
2020-10-30
2013-06-26
Harriv
No

Cannot compile ggassemble.exe, umain.pas line 51:

engine.PrepareFileList;

PrepareFileLIst requires directory as parameter.

Discussion

  • pda

    pda - 2017-02-14

    simple fix:

    engine.PrepareFileList('.\');

     
  • Thomas Mueller

    Thomas Mueller - 2020-10-30

    actually the fix was to pass 'locale'+PathDelim

    fixed in revision #135

    (unfortunately I can't close tickets here)

     

Log in to post a comment.