Action! Standalone Programme erstellen


Action! Standalone Programme erstellen

von FlorianD » Fr 28. Mai 2004, 09:17
Hallo,

nachdem ich nun Action! programmieren kann (hüstel, naja, die Anfänge) würde ich gerne Standalones produzieren. Also compilierte Programme, die ohne das Modul laufen. Scheint eigentlich ganz leicht zu sein, ich kriegs aber nicht hin. Kann mir jemand eine Step-by-step Anleitung geben?

Grüße,
Florian

Action! Standalone Programme erstellen

von CharlieChaplin » Fr 28. Mai 2004, 19:53
Nunja,
genaues kann ich dir nicht sagen - es gibt da aber eine PD Runtime, die man fuer seine standalones verwenden kann. irgendwo auf meinen dutzenden Action Sourcecode-Disks oder den Action Magazinen ist diese PD Runtime drauf (PD deshalb, weil sie nicht von OSS/ICD stammte und vom Autor als PD freigegeben wurde)... wie man diese Runtime nun fuer seine eigenen Programme genau verwendet weiss ich nicht... Bei interesse an der software einfach mal mailen... Gruss, andreas magenheimer.

Action! Standalone Programme erstellen

von cas » Di 8. Jun 2004, 19:45
Step-by-Step Tutorial: How to create a stand-alone ACTION! Program

a) download a RUNTIME Source
either the original OSS Runtime
http://www.strotmann.de/twiki/bin/view/ ... RuntimeOss -> system.act
or the alternative Runtime (Peter Finzel, Carsten Strotmann)
http://www.strotmann.de/twiki/bin/view/ ... RuntimeAlt -> runtime.act

b) (optional) delete all runtime parts your program don\'t need (like SOUND etc), but be aware of dependencies

c) Include the Runtime File at the to of your ACTION! Source
INCLUDE \"D:SYSTEM.ACT\"

d) save your ACTION! Source to disk, clear the ACTION! editor
e) go to the ACTION! Monitor, complie your Program from Disk \'C \"D:MYPGM.ACT\"\'
f) Save the compiled binary to disk with \'W \"D:MYPGM.COM\"\'
g) switch off Computer, remove ACTION! Cart, boot DOS and test your Program from DOS


http://www.strotmann.de/twiki/bin/view/ ... ionCompile


Ciao

Carsten


[Editiert am 8/6/2004 von cas]