Click here to Skip to main content
15,910,980 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Everytime I send data I lose the connection! Pin
bond00624-Jun-03 5:09
bond00624-Jun-03 5:09 
GeneralGet Memory Info Pin
Mathias S.23-Jun-03 5:29
Mathias S.23-Jun-03 5:29 
GeneralRe: Get Memory Info Pin
User 665823-Jun-03 5:35
User 665823-Jun-03 5:35 
GeneralRe: Get Memory Info Pin
Mathias S.23-Jun-03 5:53
Mathias S.23-Jun-03 5:53 
GeneralRe: Get Memory Info Pin
User 665823-Jun-03 6:14
User 665823-Jun-03 6:14 
GeneralRe: Get Memory Info Pin
Mathias S.23-Jun-03 6:59
Mathias S.23-Jun-03 6:59 
GeneralRe: Get Memory Info Pin
David Crow23-Jun-03 9:25
David Crow23-Jun-03 9:25 
Questionhuge .bss - where does it come from? Pin
peterchen23-Jun-03 4:45
peterchen23-Jun-03 4:45 
Hi,

I have a couple of DLL's which have an "unexplained" 8MB overhead in the .data segment (virtual size 0x00800000). The data does NOT appear in the binary (so I suppose it's zero-initialized data)

Any idea how to find out where this comes from?



More Info: I have a dozen COM DLL's, 7 of them implement modules with more or less the same interface, in roughly two groups, one group has the overhead the other has not. Virtual size of .data segments in the "ok" group is around <0x5000, in the "problem" group 0x800000 + sth. <0x5000.
I cannot find anything that looks like the culprit


Map file: the relevant entries are
...
0003:00003d58 008008dcH .bss DATA
...
0003:008043fc ?_Nilrefs@?$_Tree@VCString@WTL@@U?$pair@$$CBVCString@WTL@@M@std@@U_Kfn@?$map@VCString@WTL@@MU?$less@VCString@WTL@@@std@@V?$allocator@M@4@@4@U?$less@VCString@WTL@@@4@V?$allocator@M@4@@std@@1IA 00cd73fc FWorkLib:DlgConflict.obj
0003:00804400 ?_Nil@?$_Tree@VCString@WTL@@U?$pair@$$CBVCString@WTL@@M@std@@U_Kfn@?$map@VCString@WTL@@MU?$less@VCString@WTL@@@std@@V?$allocator@M@4@@4@U?$less@VCString@WTL@@@4@V?$allocator@M@4@@std@@1PAU_Node@12@A 00cd7400 FWorkLib:DlgConflict.obj
i.e. it looks like the _Nilrefs thing claims that much size.
Funnily, even DLL#s that are not affected use FWorkLib:DlgConflict.obj





"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS

sighist | Agile Programming | doxygen

Questionhow get the date display in text box and convert it to date type so that can add the year??? Pin
siong23-Jun-03 3:56
siong23-Jun-03 3:56 
AnswerRe: how get the date display in text box and convert it to date type so that can add the year??? Pin
David Crow23-Jun-03 5:17
David Crow23-Jun-03 5:17 
Generalmessage Pin
gucy23-Jun-03 3:50
gucy23-Jun-03 3:50 
GeneralRe: message Pin
Tim Smith23-Jun-03 3:55
Tim Smith23-Jun-03 3:55 
GeneralRe: message Pin
gucy23-Jun-03 15:10
gucy23-Jun-03 15:10 
GeneralVideo Streaming Pin
HemantR...23-Jun-03 3:20
HemantR...23-Jun-03 3:20 
GeneralRe: Video Streaming Pin
David Crow23-Jun-03 5:21
David Crow23-Jun-03 5:21 
GeneralRe: Video Streaming Pin
HemantR...24-Jun-03 2:40
HemantR...24-Jun-03 2:40 
GeneralRe: Video Streaming Pin
David Crow24-Jun-03 2:44
David Crow24-Jun-03 2:44 
GeneralRe: Video Streaming Pin
HemantR...24-Jun-03 21:36
HemantR...24-Jun-03 21:36 
GeneralVideo Streaming Pin
HemantR...23-Jun-03 3:17
HemantR...23-Jun-03 3:17 
Generalassociate icon w/program app Pin
shirleyLo23-Jun-03 3:16
shirleyLo23-Jun-03 3:16 
GeneralRe: associate icon w/program app Pin
basementman23-Jun-03 4:15
basementman23-Jun-03 4:15 
GeneraldirectX8 draw text Pin
jason9923-Jun-03 3:15
jason9923-Jun-03 3:15 
GeneralRe: directX8 draw text Pin
ZoogieZork23-Jun-03 4:47
ZoogieZork23-Jun-03 4:47 
GeneralRe: directX8 draw text Pin
jason9923-Jun-03 9:12
jason9923-Jun-03 9:12 
GeneralRe: directX8 draw text Pin
ZoogieZork23-Jun-03 9:56
ZoogieZork23-Jun-03 9:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.