MessageManager in a CLI application

is it possible to create an instance of the MessageManager in a command line JUCE application, in a way that will be cross-platform (no HWND etc.)

I tried copying the SharedMessageThread code from the VST wrapper and use that, but it doesn't seem to work.

I'd like the Timer and MultiTimer classes to work but without the MessageManager i thing they won't, or is there some other way to have a infinite loop and the Timers to work ?

nevermind i got my answer from a thread above (i missed that somehow)

http://www.juce.com/forum/topic/juce-audio-without-any-ui-components