End Google Ads 201810 - BS.net 01 --> Hi,

The following code in VS2008

CString str;char Singature[16]; strcpy (str.GetBuffer() , Singature);str = "_________________Header_________________";
reports me the following message :

"Windows has triggered a breakpoint in xxxxx
This may be due a corruption of the heap, which indicates a bug in xxxx or any of the DLLs it has loaded."

When I delete the strcpy code, then it works fine. What seems to be the problem here ? The mentioned code it worked just fine in VS6.
sdancer75