Hi,
I'm trying to fix a bug in the plugin "foo_dsp_xover" and I'm running into some errors (I've got a lot of experience
with programming on Linux but not on windows so I'm not sure whether the errors are fundamentally to do with the foobar
sdk or windows).
The first error relates to the line:
m_hwnd = uCreateDialog(IDD_PROPERTIES, hwnd, PropertiesProc);
"1>.\PropertiesDlg.cpp(91) : error C3861: 'uCreateDialog': identifier not found"
and the second
p_out = new service_impl_t<T>(p_preset);
"1>c:\documents and settings\administrator\desktop\foobar200\foobar2000\sdk\dsp.h(359) : error C2259: 'service_impl_t<T>' : cannot instantiate abstract class""
I assume that my dev environment isn't set up correctly but I've follow the instructions (I think).
Any help much appreciated and I'll be hopefully be feeding back in my bug fixes to the community later.
Thanks in advance
