Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Linker/ILINK32/Debug Info    [ Add a report in this area ]  
Report #:  18801   Status: Closed
(Pulled) Some imports from Kernel32, GDI, such as LineDDA. don't have a debug record created for them.  This problem manifests itself wit
Project:  C++Builder Build #:  Beta
Version:    1.0 Submitted By:   John Kaster
Report Type:  Basic functionality failure Date Reported:  9/28/1995 12:00:00 AM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   5932
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
Some imports from Kernel32, GDI, such as LineDDA. don't have a debug record created for them.  This problem manifests itself with the 45 linker also, although with  the GetStockObject. import.
Steps to Reproduce:
1.  pkunzip b5033123.zip
2.  tlink32 @JNK.RSP
3.  tdump whello.exe dmp
4.  b dmp
5.  Search for LineDDA.   Notice that there
     is no  S_GPROCREF record.
6.  td32 whello.exe
7.  Data | Inspect | LineDDA . "You will get
     symbol not found"
8.  copy *.old *.lib
9.  tlink32 @JNK.RSP
10. tdump whello.exe dmp
Notice in the dump that the S_GPROCREF record exists for LineDDA
11. Repeat Step 7.  Works fine.
Workarounds
None
Attachment
N
Comments

None

Server Response from: ETNACODE01