[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSoft BASIC Ramble
After a few more tries:
- unlike Graphics(320) in Complete Pascal, StartGraph(320) does not
seem to start event manager, thus button(0) does not seem to work, I
have to use StartDesk(320) instead, but this will start a lot more
tools
- the tool interface files is different from Complete Pascal, thus
instead of QuickDraw and Events, it uses QuickDrawII and EventMgr
- you need to do EndDesk and EndGraph, or else memory will be
corrupted