I've been away for a while and during that time I have received a lot of e-mails saying that my foo_cue_ex plugin stopped working with a new foobar2000 version 0.8.3. So finally I got my hands back on to Visual Studia to check what's wrong and found no apparent reason for the problem!
foo_cue_ex is based on a cue.cpp file from foo_input_std library. So I recompiled the whole thing under new SDK. No luck. The plugin loads in and shows under loaded plugins in foobar2000 preferences but does nothing (I was testing it by inserting a call to a MessageBox inside my functions). So I decided to start from scratch. I've copied the project file from one of the projects included in SDK as tutorial suggested. Then I inserted the original cue.cpp from SDK foo_input_std to the new project and added a simple call to a MessageBox at the begining of the file parser. Still no luck :/
What am I doing wrong?
