Ultimate Amiga

Network Boards => AMOS Factory => Other AMOS Related => Topic started by: DiskJuggler on 04 Mar, 2018, 01:48 PM

Title: Do i really need amos.library?
Post by: DiskJuggler on 04 Mar, 2018, 01:48 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 05 Mar, 2018, 06:32 AM
Quote from: DiskJuggler on 04 Mar, 2018, 01:48 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?
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 09 Mar, 2018, 10:45 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 04 Apr, 2018, 10:05 PM
Quote from: DiskJuggler on 09 Mar, 2018, 10:45 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 31 May, 2018, 09:28 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.