08-10-2020, 10:21 PM
Hello.
I'm trying to use bin rot buf.
i use vs2010 and PmacSuiteSetup 7.11.86
i run bin rot buffer and gather data using by PEWIN32.
after gathering data.
bin rot buffer says buff is full and not moving.
i aborted bin rot buffer.
after that.
i have an error in buffer change.
my coode is
if ( DeviceDPRRotBufChange(m_dwDeviceID, 0, m_nBuff_Size)<0 )
{
MessageBox(_T("Binary Rotary Buffer Size Changing Error!"));
return;
}
i've got this error message always after that.
and i tried to clear in terminal (which is in the pe win32pro)\
but there is error message
error07 buffer is already in use.
i type close several times. and type clr again
error is same.
what did i do wrong.
any advise.
thanks.
I'm trying to use bin rot buf.
i use vs2010 and PmacSuiteSetup 7.11.86
i run bin rot buffer and gather data using by PEWIN32.
after gathering data.
bin rot buffer says buff is full and not moving.
i aborted bin rot buffer.
after that.
i have an error in buffer change.
my coode is
if ( DeviceDPRRotBufChange(m_dwDeviceID, 0, m_nBuff_Size)<0 )
{
MessageBox(_T("Binary Rotary Buffer Size Changing Error!"));
return;
}
i've got this error message always after that.
and i tried to clear in terminal (which is in the pe win32pro)\
but there is error message
error07 buffer is already in use.
i type close several times. and type clr again
error is same.
what did i do wrong.
any advise.
thanks.