[racket] CFRunLoopGetMain on Os X

From: Eric Dobson (eric.n.dobson at gmail.com)
Date: Sat Dec 8 04:44:54 EST 2012

I'm trying to do some OS X programming and one of the api's I'm using
requires a CFRunLoop. Using CFRunLoopGetMain works fine if I require
racket/gui/base, but not otherwise (The loop does not seem to be running).
The problem with this is that this starts up a gui application in the dock
and changes the focus to this application. Is it possible to get racket to
do the necessary setup to interact with Carbon and Core Foundations without
bringing in the whole gui?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121208/64b99542/attachment.html>

Posted on the users mailing list.