Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/CodeGuard/CodeGuard 32    [ Add a report in this area ]  
Report #:  18279   Status: Closed
(Pulled) Using Codeguard (enabled) with cprintf() seems to corrupt the outputed data. Note: codeguard disabled: ABC ABC 1 ABC A AB
Project:  C++Builder Build #:  5.0.12.34
Version:    5.0 Submitted By:   John Kaster
Report Type:  Basic functionality failure Date Reported:  6/28/2000 12:00:00 AM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   86682
Resolution: Fixed (Resolution Comments) Resolved in Build: : 10.0.2098.14501
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Using Codeguard (enabled) with cprintf() seems to corrupt the outputed data.

Note: codeguard disabled:
ABC
ABC 1
ABC A
ABC ABC
       codeguard enabled:
ABC
ABC 1245056
ABC C
ABC y @
Steps to Reproduce:
bcc32 -vG 86682.cpp
86682.exe
//res:
ABC
ABC 1245056
ABC  
ABC u @

//exp: (same as bcc32 86682.cpp)
ABC
ABC 1
ABC A
ABC ABC
Workarounds
None
Attachment
N
Comments

None

Server Response from: ETNACODE01