I'm not too much into MS cpp. I use MS VC6 and tried to recompile foo_freedb. The freedb search window does initially enter artist and title in that window, I wanted to get rid of those. OK.
What I did then:
1. DL the sdk
2. DL the source code for foo_freedb
3. Placed the foo_freedb in SDK\foobar2000
4. Opened .\SDK\foobar2000\foobar2000.dsw and added freedb to the workspace, changed code to my needs.
5. Compiled a debug and a release version of foo_freedb: fine.
6. On start of foobar, console says:
QUOTE
Failed to load DLL: foo_freedb.dll, reason: Entry point not found, DLL doesn't appear to be a foobar2000 component.
I have no idea, what I did wrong.
Help!