Purebasic problem in Amikit

AmigaOS specific forum
angelheart
New User
New User
Posts: 6
Joined: Sat Dec 06, 2008 10:12 pm

Purebasic problem in Amikit

Post by angelheart »

Hi

I tried to create an executable with the gadget example in the pure basic drawer.

It requested 'Ram Disk' - it should be 'Ram:'

EG: cd Ram:

anyway, IconX shows assembler errors but i dont know how to save a log to report it.

Im using latest Winuae/Amikt / OS 3.9 / Windows XP SP2 1 GB RAM.
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Post by LuCiFeR[SD] »

Try opening shell and typing

Code: Select all

Assign "Ram Disk:" Ram:
then try to compile said example again.

If that works you could always add that line to S:User-startup

I hope that helps, it's been a LONG time since I fired up an Amiga :P

Actually, I think I may install PB and Amiga Forever one of these days and have a play :)
angelheart
New User
New User
Posts: 6
Joined: Sat Dec 06, 2008 10:12 pm

Post by angelheart »

Hi

That worked a charm and I added to user-startup. Thanks.

I did get some crashes with the font example and found it was missing the

InitFont(1) command.

Then when I deselect debugger, the debugger keeps running. I do not know why.

Its always fun on Amiga :)

I hope Natami is released soon, so I decided to get used to Purebasic.

cheers, asy
Post Reply