atarionline.pl Action! question - Forum Atarum

    Jeśli chcesz wziąć udział w dyskusjach na forum - zaloguj się. Jeżeli nie masz loginu - poproś o członkostwo.

    • :
    • :

    Vanilla 1.1.4 jest produktem Lussumo. Więcej informacji: Dokumentacja, Forum.

      • 1: CommentAuthorfandal
      • CommentTime9 Sep 2012 10:09
       
      Could someone help me with creating standalone executable binary in Action! language? How do I create AIRHOCK.COM from AIRHOCK.ACT? Check attachment.
      • 2:
         
        CommentAuthorjhusak
      • CommentTime9 Sep 2012 23:09 zmieniony
       
      It's not so easy, because game uses the printf function.
      Printf function is not (or buggy, I don't remember) implemented in action runtime library. There have been some printf replacement written in action itself. If included, the prog should pass the runtime library appliance with success.

      This is written from my head memory, it may be faulty:)
      • 3: CommentAuthorfandal
      • CommentTime10 Sep 2012 17:09
       
      Thanks!