pwc Tomato Guru
138 Posts
class Blah { STDMETHOD(GetSwapCount)(int* swap_count) const; }; Create imp yields: STDMETHODIMP Blah::GetSwapCount(int* swap_count) //<----- missing const { return S_OK; }
accord Whole Tomato Software
United Kingdom 3287 Posts