![]() |
| Introduction | This program is only useful
in conjunction with the debugger for debugging a self written WinAmp general
purpose plugin. The reason I wrote this program was that I was writing
a plugin which crashed every time the config function has been called.
Debugging with the WinAmp exe was too complicated, so I wrote a little
framework which loads the dll and calls the init, config and quit functions
of a general purpose plugin.
VC 6.0 allows to load several projects into the workspace, configured with this test program and the winamp plugin the painful debugging is over! |
||||||||||
| How to use | This project was developed under Visual C++ 6.0 with
MFC but should compile under VC 5.0 as well.
In the menu 'Project' select 'Insert Project into Workspace...' Find those nasty bugs! |
||||||||||
| Functionality |
|
||||||||||
| What if... |
You're definitely on the wrong page! Start here: http://www.winamp.com Then this program doesn't help you - but wait: why don't you extend the framework and send it to me? Not a big deal... When I'll write my visualization program for Matrix Orbital LCD displays I'll probably extend this test program. |
||||||||||
| What does it cost? | It's freeware, yes it's completely for free with the complete source code (without it wouldn't make much sense)! | ||||||||||
| Download | Zip file (30 kB) with complete VC 6.0 project. |