Ultimate Amiga
Network Boards => AMOS Factory => Other AMOS Related => Topic started by: DiskJuggler on March 04, 2018, 12:48:17 PM
-
Or, when do i need it to be linked to my compiled game?
What's inside? Only the requesters? Then i could avoid it, right? How can i check if i need it or not?
-
Or, when do i need it to be linked to my compiled game?
What's inside? Only the requesters? Then i could avoid it, right? How can i check if i need it or not?
It contains the Amos runtime environment. Your compiled code won't run without it. The only way to avoid it is to write a new compiler and use it instead.
-
okay, so there is more to it than just the filerequesters as i've read somewhere else.
Thanks.
-
okay, so there is more to it than just the filerequesters as i've read somewhere else.
Thanks.
Simply try to compile without it, then you will get your answer ;)
-
The AMOS.library is a very VERY special library.
Whilst it does contain AMOS commands, it also sets up control characters (e.g. colon and semicolon among several others) used in the AMOS editor and compiled programs. I'd be very surprised if you got anything to work without it.