[futurebasic] Re: [FB] Internet Access help

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

From: Robert Purves <listrp@...>
Date: Wed, 2 May 2012 18:44:18 +1200
Douglas Stemen wrote:

> The old internet access routine (shown below) I have been using does not compile in FB 5.7.2. 
> Errors are that FN ICStart, FB ICLaunchURL, and FN ICStop are unknown functions, although I see the FN's in the internetconfig file.
> 
> Is there a newer version that works, or do I have to modify the existing code?


With the obvious addition of
   local fn GetMyCreator
   end fn = 0
your code builds and runs OK here with FB 5.7.2.

Try quitting and restarting FB, logging out and in, and restarting your Mac, one of which may restore normal working.

Robert P.