On 2014-08-24 17:40, [email protected] wrote: > + mciSendCommand(wDeviceId, MCI_PUT, > MCI_DGV_PUT_DESTINATION | MCI_DGV_RECT | MCI_WAIT, (DWORD)&mciPut);
A DWORD cannot fit a pointer. This function takes DWORD_PTR. _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
