Product : Engine, Version : 5.1.1.1038, ArticleID : 41024106

Bug : Memory issue in VectorCAD

Article41024106
TypeBug
ProductEngine
Version5.1.1.1038
Date Added9/23/2005
FixedYes [10/3/2005]
Submitted byNorbert Schulze-Kahleyss
Keywords

Subject

Memory issue in VectorCAD

Summary

We recognize that using VC++ the use of memory increases every time the mouse is moved (without clicking). This occurs in your VectorCAD-Application, too. Just draw a few lines and move the mouse.

Solution

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();