Article | 41024106 |
Type | Bug |
Product | Engine |
Version | 5.1.1.1038 |
Date Added | 9/23/2005 |
Fixed | Yes [10/3/2005] |
Submitted by | Norbert Schulze-Kahleyss |
Keywords |
It is fixed in VectorCAD of version 5.1.1.1036
in function void CVdView::OnChangeCoordvdrawctrl2 of vdview.cpp of VectorCAD must make the following change:
frm->m_wndStatusBar.SetText(str,0,0);
::SysFreeString(*NewString);
*NewString = str.AllocSysString();