You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am porting a moderately large text adventure game to Amiga and I would like to target the Amiga 500.
I noticed from #52 that by adding to my code the following lines:
int __nocommandline = 1;
int __oslibversion = 34;
I can get code that is compiled.
I noticed that my code runs if I only use a combination of simple printf() and gets() commands, but I also noticed that the machine hangs or I get a Guru meditation error if I try to run my game, exit from it and run it again.
If I exit from the shell and I relaunch my program, it works fine.
How can I find documentation of what I can do and what I can't do using the shell on a machine with Kickstarter 1.3?
The text was updated successfully, but these errors were encountered:
Hello,
I am porting a moderately large text adventure game to Amiga and I would like to target the Amiga 500.
I noticed from #52 that by adding to my code the following lines:
I can get code that is compiled.
I noticed that my code runs if I only use a combination of simple printf() and gets() commands, but I also noticed that the machine hangs or I get a Guru meditation error if I try to run my game, exit from it and run it again.
If I exit from the shell and I relaunch my program, it works fine.
How can I find documentation of what I can do and what I can't do using the shell on a machine with Kickstarter 1.3?
The text was updated successfully, but these errors were encountered: