[futurebasic] Re: [FB] IM Overview question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 1999 : Group Archive : Group : All Groups

From: BMichael@...
Date: Wed, 3 Mar 1999 02:19:51 EST
>     I got the Inside Macintosh Overview book, and I am trying to use the FB
>equivilent:
>
>InitGraf(@thePort);
>InitFonts;
>InitWindows;
>InitCursor

If you're using the "standard" runtime (not the mini-runtime) all of 
these are already done for you, and calling them again may cause a crash. 
If you're using the mini-runtime, see page 328 in the "Handbook" for an 
example.

Bill