Unhandled exception in XYTable.exe: 0xC0000005: Access Violation

0

when I was running my GUI this 0xC0000005: Access Violation error pops out and on the visual c++ 6.0 debugger its shows line of the code with the error:

m_CurrUnit.ptUnitPitch.x = fnRound((double)pCurrPanel->lUnitXTotalPitch * m_CurrUnit.ptUnitInPanel.x / m_StripInfo.nUxDenominator); 

How do i go about changing the codes or is it because i have some wrong values stored in the setting.mdb file in one of my folders.. Please help I am so confused! Thanks..

visual-c++-6
asked on Stack Overflow Oct 29, 2019 by Foo Sin Hong

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0