Solved.

I needed to call REALYieldToRB.



Dan


12 dec 2011 kl. 12.26 skrev Dan Berghult:
> 
> Now to my next problem.
> 
> 
> I'm writing a plugin to enable me to mount file servers. (Mac)
> 
> 
> 
> The core of the plugin in this:
> 
> 
>       CFRunLoopRef    runLoop;
>       EventLoopRef    evloop =  GetMainEventLoop();
> 
>       runLoop =(CFRunLoopRef) GetCFRunLoopFromEventLoop(evloop);
>       
>       
>       vErr=FSCreateVolumeOperation(&vVolumeOp);
>       
> vErr=FSMountServerVolumeAsync(vUrlRef,vMountDir,vUser,vPassword,vVolumeOp,nil,vFlags,MyFSVolumeMountProc,runLoop,
>  kCFRunLoopDefaultMode); 
> 

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to