JUCER directly exits

I tried compiling the latest JUCER from the trunk, but after compiling it with Visual Studio Express 2008, it starts, but then directly exits again. There’s no error message whatsoever. Tried it in Debug and Release, it’s always the same. I commented out the QuickTime and ASIO #defines for compilation, but I don’t think they’re needed anyway.
What’s wrong?

No idea. You’ve got exception catching turned on, haven’t you?

If there’s really no crash, then maybe put a breakpoint in the JUCEApplication::quit method to see what’s making it exit?

No, I did not change your project (except for directory change for linking).
But now it works. I think it was a problem with the “only one instance allowed”-MUTEX. Somehow this must not have been destroyed or something like that.