QUOTE(Leroy Bodacious @ Apr 8 2005, 07:07 PM)
I've barely ever used threads before. I'm working on a plugin that is not multithreaded. I need to make some calls from playlist_switcher.h and play_control.h. I see that these should be called "ONLY from main thread." How do I do that?
If you didnt create a new thread, your probably in the main thread.