i use the Rhino SDK 8.7 and in RhinoSdkDib.h there is a member ToON_WindowsBitmap, but there seems to be no implementation, because i get a linker error:
public: class ON_WindowsBitmap __cdecl CRhinoDib::ToON_WindowsBitmap(void)const " (_imp?ToON_WindowsBitmap@CRhinoDib@@QEBA?AVON_WindowsBitmap@@XZ)
fatal error LNK1120: 1 unresolved externals
Am i doing something wrong or is there something missing?