PDA

View Full Version : compiling general plugins


gorelick
18th April 2002, 21:53
Hi,
I currently have an application that controls winamp by including the
FRONTEND.h header file and sending messages to winamp. I would like to be able to access the playlist information from winamp. To do this the FRONTEND.h file says that you need to write a plugin. So I downloaded the gen_minisdk and don't know how to compile this code into my application to get a .dll file.

My application in currently an MFC dialog based appwizard project compiled in
VC++ 6.0.

Thanks for any help,
-Jeff Gorelick