webmice
March 9, 2004, 18:21:08
I want to change the windows position in FirstStep
m_pGrabber.setDefaultWindowPosition(false);
m_pGrabber.setWindowPosition( 100, 50);
error C2228: left of '.setDefaultWindowPosition' must have class/struct/union type
error C2228: left of '.setWindowPosition' must have class/struct/union type
What's problem :confused:
m_pGrabber.setDefaultWindowPosition(false);
m_pGrabber.setWindowPosition( 100, 50);
error C2228: left of '.setDefaultWindowPosition' must have class/struct/union type
error C2228: left of '.setWindowPosition' must have class/struct/union type
What's problem :confused: