Basic Question

2001-07-25 Thread Stephen
I downloaded the FreeAmp source code and started looking it over to learn how it all works. I have very little experience with VCPP but do know the basics. I am trying to step through the code. I put ina breakpoint( void FreeAmpTheme::LoadFreeAmpTheme(void) function for example.) and go to

Re: Basic Question

2001-07-25 Thread elrod
VC++ sucks and sometimes it can't figure out what code you are going to debug so it won;t load the symbols. You have 2 choices. Select the debug tab for the FreeAmp project and then choose the load additional dlls option in the combobox. add each plugin you want to debug. now you should be able