Logo by Browallia (anonymous IP: 18.190.219.178,0) | ||||||||||||
| ||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] Author: Konstantin Knizhnik Porter: DaveP For: AmigaOS4 Update 2 ( or later I hope ) This port does NOT include the graphics library. Instead, use the AmigaOS API that comes with your SDK directly - you should learn that anyhow ;-) The idea is that you write your Pascal, use ptoc to convert it to C and then compile it. If you install ptoc in a PTOC: assign it might look like this: ptoc -in mytest.pas -out mytest.c -IPTOC: -ISDK:Includes/Include_h gcc -o mytest mytest.c -IPTOC: -lptoc -LPTOC: Then run 'mytest'. It converts Turbo Pascal too, which should be useful for some of you! Bugs to ptoc()happybiscuit.com |
Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |