Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Amos Personal library  (Read 8865 times)

0 Members and 2 Guests are viewing this topic.

AmiDARK

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
    • http://www.xquadeditor.com
Amos Personal library
« on: December 13, 2009, 09:16:45 PM »

I've found on my old backups the old Amos Personal library I've developed years ago.
It's the full final version.
I've uploaded it again for those that liked to try it :
http://files.amidark-engine.com/AmosPRO/AmosPro_PersonalLIB.lha

Feel free to post your comments here about it.

Kindest Regards,
AmiDARK.
http://www.amidark-engine.com
Logged

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: Amos Personal library
« Reply #1 on: December 14, 2009, 06:48:47 PM »

Thanks for posting it, Freddix.

The next time I'm working on an AGA project under Amos, I'll try it out.
Logged

segafan

  • CD32, A500, A1200
  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
  • Generic Amiga User
Re: Amos Personal library
« Reply #2 on: February 25, 2016, 10:52:09 AM »

Hi,
link doesn't work anymore. Any chance of re-upload? Looks like really neat extension.
Although noticed similar extension in download section, but doesn't look like full version to me as i'm not able to compile it. Do i do something wrong during compilation or the one in download section is really not full version?

thanks in advance
Logged

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: Amos Personal library
« Reply #3 on: February 25, 2016, 02:48:29 PM »

The one in the downloads here and on the Aminet are the demo version that won't compile.  What was it you were trying to do?
Logged

segafan

  • CD32, A500, A1200
  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
  • Generic Amiga User
Re: Amos Personal library
« Reply #4 on: February 25, 2016, 08:18:53 PM »

Hm, that's sad. I wanted to utilize his AgaCopper tricks. But the rest looks really cool as well.

I'm newbie in world of AMOS, so every powerful extension with nicely clean human reading "code" and easily understandable examples are for me something what i really would like to have fully functional.

The .Lib in link provided by creator in 1st post probably wasn't full version, right?
Logged

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: Amos Personal library
« Reply #5 on: February 27, 2016, 06:13:41 AM »

I don't know but it occupies the same slot as a better extension, I think.
Logged

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: Amos Personal library
« Reply #6 on: February 27, 2016, 10:24:05 AM »

if anyone has this, i'll uploaded it to the downloads section for future protection :)
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

segafan

  • CD32, A500, A1200
  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
  • Generic Amiga User
Re: Amos Personal library
« Reply #7 on: March 01, 2016, 10:31:55 AM »

I've digged it out in the end from deep of the internet. So here is it.
Btw. it shows me "Extension M" which leads to "Extension Not Loaded" in few included examples, even i have it in correct slot (13 as documentation suggests). Not sure where's the problem, as there's no issue like that in demo version. Some undocumented change in update from 1.0 (demo) to 1.1 (full)? Maybe someone more skilled here will know.
Logged

Lonewolf10

  • AMOS Extensions Developer
  • AMOS Dev
  • A2000
  • *****
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 618
    • http://www.aliensrcooluk.com
Re: Amos Personal library
« Reply #8 on: March 25, 2016, 07:40:48 PM »


Thanks for that segafan. Will see if I can work out what the issue is :)
Logged

Lonewolf10

  • AMOS Extensions Developer
  • AMOS Dev
  • A2000
  • *****
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 618
    • http://www.aliensrcooluk.com
Re: Amos Personal library
« Reply #9 on: March 26, 2016, 03:27:31 PM »

I used my Extension Examiner program to check the slot number in the AMOS Pro extension. It is definately slot 13 it should be in.

I checked out all of the example programs and only found the following issues:

Code: [Select]
AgaCopper/
Test.AMOS - seems to crash if you add Next I

AgaIcons/
16ColorIcons.AMOS - corrupts display! Press Escape until you see direct mode flash up.
                    On keyboard type "DEFAULT" and press return to get AMOS back to normal.
                    Memory is now low! Advise to exit and re-open AMOS.

BlockCopy/
BlockCopy.AMOS - does nothing? On line 25: . 0,0,U
                 Possible clash with other extension, needs further investigation.

EcsCopper/
these programs will likely crash AMOS on AGA setups - the one I tried did!


Any of the programs containing the line If Fine Star=false Then Goto <location> should be REM'ed out and replaced with If Mouse Key=false Then Goto <location>. These demo's will now run properly  8)
« Last Edit: March 26, 2016, 03:37:35 PM by Lonewolf10 »
Logged

Lonewolf10

  • AMOS Extensions Developer
  • AMOS Dev
  • A2000
  • *****
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 618
    • http://www.aliensrcooluk.com
Re: Amos Personal library
« Reply #10 on: March 27, 2016, 09:34:02 AM »

Btw. it shows me "Extension M" which leads to "Extension Not Loaded" in few included examples, even i have it in correct slot (13 as documentation suggests).

Problem solved :)

The thing is that Extension M is actually slot 12! Checking on www.AmigaCoding.com revealed only 3 extensions currently known to use that slot. Any examples that require Extension M require the AMOS Turbo extension (NOT Turbo Plus).
I have version 1.9 of the Turbo extension, which should be available to download here on the AMOS Factory. If not let me know and I'll upload it ;)
Logged

AmiDARK

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
    • http://www.xquadeditor.com
Re: Amos Personal library
« Reply #11 on: July 12, 2016, 11:14:16 PM »

I have checked my files and I have kept a copy of my old library.
I will try to upload it next week-end to make it available again.

Regards,
Fred
Logged
Pages: [1]   Go Up
 

TinyPortal 2.2.2 © 2005-2022