If using MED modules is giving you grief you could try downloading the latest version of the medplayer.library from the Aminet in the dev/src directory and...
Hi Amiga Brothers ! I tried to compile a program i created.it was ok up to 580k but after adding more code it would not compile.the banks on the prog add up to...
... No idea m8. You are using the AMOS Pro compiler? You are using AMOS Pro 2.x arent you? With the 2.x compiler? Not sure what the problem is. Can you save...
Using a lot of arrays? Try releasing the variable memory before compiling. ... From: "Ian Willington" <anaxisofignorance@...> To:...
Rev. Giark
giark@...
Dec 8, 2004 4:15 am
7423
Thanks for the reply Rev however I'm not using any arrays but there are alot of variables...I used Set Buffer 14 at the start of the program.Could it be that ...
... I doubt it has anything to do with the amount of space for variables, since t he program runs fine within AMOS.... doesn't it? Regards, Andrew B ...
No, not necessarily. There is a command, set buffer with nothing maybe, to free the buffers. Or it could be you are using an extension that is unregistered and...
Rev. Giark
giark@...
Dec 9, 2004 3:49 am
7426
... Just had another idea... when you compiled it did you check (enable) the 'long' option in the options? Its for programs with long routines or something...
Hi folks, Firstly, I'd like to apologise to anyone receiving this email more than once, due to my cross-posting. I think most of us are familiar with (or have...
Doh! I snuffed the link up.. its "math" not "maths". Here's the correct link. http://www.math.yale.edu/mandelbrot That should work... if not go to www.yale.edu...
Bout 24000 commands and around 4000 lines of text! ... add ... 580k ... Terms of Service . __________________________________________________ Do You Yahoo!? ...
Ouch! Thats an awful lot of typing. Could it be that you have reached the maximum number of lines of text you can have? Most of my programs only have around...
Hi, Incase you havent seen these, I have enclosed a link. Not sure why they are High Iteration Fractals (maybe its something to do with the number of colours...
Hello Amos freaks! I have been working on an extension disassembler. My goal is to disassemble those Amos extensions which ones the author's is dropped and...
Lazar Zoltan
lazi@...
Dec 29, 2004 10:45 am
7434
Hi, Can anyone here help out my m8 scuzz? Regards, Andrew B aliensrcooluk@......
There was no record of it in the http://liquido2.com/extensions listing and not on Aminet. I'm afraid that's the only places I knew of to look. I Googled for...
Hi all, I have just been reading the "Amiga Game Maker's Manual with AMOS BASIC", by Stephen Hill, and in it he has several programs that link to several gosub...
Same as procs can b called using Proc Wincheck : Proc Payout or just Wincheck : Payout.saves a few k slightly tidier prob no diff speedwise.better off using...
A question about the gosubs was it just gosub 45, 66, 78 etc or was it On A Gosub 45, 66, 78 Because on ... gosub is a structure to allow a variable to decide...
Rev. Giark
giark@...
Jan 4, 2005 12:07 am
7441
... IIRC the only way to do that is if you type it like this: On x Gosub initsnd, initscrn, title x = 1 would call initsound x = 2 would call initscrn x >= 3...
Hi Just thought I would introduce myself. I am a new member and my name is scuzz. Thanks for having me. I am an Amiga nutter and have a massive collection of...
Hi ... I have to ask.. why is that ? Someone is very kindly helping at this time trying to get hold of Intos but anyone else can help I would be very grateful....
Hi I acquired some months ago a cassette for the Commodore C64 called ACOS and I was wondering if this was ever anything to do with AMOS. Made by Melbourne...
Scuzz,the bloke who sent me Intos routines has sold all his gear.but i can still provide the routines disk.also try Amibench.org on the net.Ian scuzz...
Ian ... I was trying to find that AMOS C-TEXT for you but hit a snag with one of my AMOS Cds which seems faulty. I've recovered some stuff but can`t find what...
Hi folks, I am in the middle (well, near the end) of creating my own file selector for use within my own games/software. Its going quite nicely, though not...