[futurebasic] Re: [FB] Adapting Program to Intel Mac

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2007 : Group Archive : Group : All Groups

From: Rick Good <rick.good@...>
Date: Wed, 23 May 2007 14:26:59 -0400
I tried to do this conversion myself with one of my programs last fall. I
found it impossible and finally paid Robin Craig in Australia to do it for
me - at a very reasonable price I'll add.

My program still has some problems, but they are mainly because the Program
Generator has not been updated for OS X yet.

Rick 


On 5/23/07 11:30 AM, "Ken Shmidheiser" <kshmidheiser@...> wrote:

> 
> Bob Bryce asked:
> 
>> A few years back many of you helped me with my program
>> MacAutoFormat; which automatically formats tagged text
>> with Standard Format MArkers (SFM).
>> 
>> This no longer runs on my new MacBook so I am faced with
>> some massive reprogramming. The Compiler stops after
>> indicating 105 errors. One thing it objects to is my record
>> structures in GLBL include;
>> 
>> OLD RECORD FORMAT;
>> 
>> DIM RECORD MTInfo
>>   DIM 35 MTfontName$
>>   DIM 4 MTfontSize$
>>   DIM 10 MTStyleName$
>>   DIM 4 MTStyleNumber$
>>   DIM 4 MTsb$
>>   DIM 4 MTsa$
>>   DIM 4 MTsl$
>>   DIM 4 MTBold%
>>   DIM 4 MTItalic%
>>   DIM 4 MTUnderline%
>>   DIM MTButtonState%
>> DIM END RECORD.MTInfo

-- 
³The freedom to succeed goes hand in hand with the freedom to fail.²
Vetinari, Page 460, Going Postal, by Terry Pratchett.