[futurebasic] Re: [FB] Re: C API Conversion

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2005 : Group Archive : Group : All Groups

From: Robert Purves <robert.purves@...>
Date: Sun, 27 Nov 2005 22:51:54 +1300
<russp@...> wrote:

> Okay,  Now I'm stuck again.
> It succesfully finds all the Skype functions from the framework (or  
> at least
> all the ones I've tried).  The problem now is repeated crashes (log  
> below)
> whenever I call fn SetSkypeDelegate (delegate ) which is :

After fixing Skype.framework's Info.plist file to contain:

	<key>CFBundleExecutable</key>
	<string>Skype</string>

I ran the program that I posted about 10 days ago in this thread. It  
works properly, with no crash in fn SetSkypeDelegate.

Robert P.