Code: Select all
1>c:\myprogs\surfplan2\shared source\structure\sdiglview.cpp(13050) : error C3731: incompatible event 'HRESULT _ISimpleDeviceEvents::DeviceChange(long)' and handler 'HRESULT CSdiglView::OnDeviceChange(long)'; event source and event handler must have the same event type
1> The event type of '_ISimpleDeviceEvents' is 'COM'.
1> The event type of 'CSdiglView' is 'native'.
1>c:\myprogs\surfplan2\shared source\structure\sdiglview.cpp(13050) : error C2059: syntax error : ';'Code: Select all
hr = __hook(&_ISimpleDeviceEvents::DeviceChange,
_3DxSimpleDevice,
&CSdiglView::OnDeviceChange,
this);
