[futurebasic] Re: [FB] [FBtoC] Precompiled header failure

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2010 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Mon, 26 Apr 2010 22:39:47 +1200
Ken Shmidheiser wrote:

> The following code snippet seems to randomly generate this compilation error
>    Error:gcc:ld: symbol(s) not found
> unless FBtoC's "Use precompiled header" preference flag is turned off.
> Note that you must manually link the AudioToolbox framework in FBtoC to compile this code:
>   -framework AudioToolbox

Place this near the top of your source code:
  include library "AudioToolbox/AudioServices.h"
That should fix link errors.

Robert P.