Ultimate Amiga

Network Boards => AMOS Factory => Other AMOS Related => Topic started by: DiskJuggler on March 04, 2018, 12:48:17 PM

Title: Do i really need amos.library?
Post 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?
Title: Re: Do i really need amos.library?
Post by: SamuraiCrow on March 05, 2018, 05:32:45 AM
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.
Title: Re: Do i really need amos.library?
Post by: DiskJuggler on March 09, 2018, 09:45:53 PM
okay, so there is more to it than just the filerequesters as i've read somewhere else.
Thanks.
Title: Re: Do i really need amos.library?
Post by: Volvo_0ne on April 04, 2018, 09:05:26 PM
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 ;)
Title: Re: Do i really need amos.library?
Post by: Lonewolf10 on May 31, 2018, 08:28:25 PM
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.