Search This Blog

Wednesday, September 23, 2015

Replaced all numerical ("double float") fields handling within all of the 76 Dialog boxes in FireVoxel.
MFC dialog "double float" numerical field failure:  developed a workaround by replacing MFC function:  

           AFXAPI DDX_Text(CDataExchange* pDX, int nIDC, double& value)


with the custom function.  This custom function will be in place till the MFC dialog problem is fixed.