Click here to Skip to main content
15,927,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TreeView and ListCtrl Pin
l a u r e n19-May-01 3:53
l a u r e n19-May-01 3:53 
GeneralRe: TreeView and ListCtrl Pin
BLaZe19-May-01 4:15
BLaZe19-May-01 4:15 
GeneralRe: TreeView and ListCtrl Pin
l a u r e n20-May-01 3:14
l a u r e n20-May-01 3:14 
QuestionHow to handle a file which might over 4G? Pin
19-May-01 2:18
suss19-May-01 2:18 
AnswerRe: How to handle a file which might over 4G? Pin
l a u r e n19-May-01 3:48
l a u r e n19-May-01 3:48 
GeneralRtlFreeHeap Error Pin
18-May-01 23:41
suss18-May-01 23:41 
GeneralRe: RtlFreeHeap Error Pin
l a u r e n19-May-01 3:50
l a u r e n19-May-01 3:50 
GeneralRe: RtlFreeHeap Error Pin
19-May-01 5:41
suss19-May-01 5:41 
You may want to verify mixed libraries in your linkage - debug and release builds. The memory allocated in debug builds has some additional space that does not exist in release mode (see for ex, help _calloc_dbg in MSDN). The solution then is to link only the same builds of your libs (either debug or release).
GeneralExporting Dialogs having ActiveX controls Pin
18-May-01 20:29
suss18-May-01 20:29 
GeneralDES help!! Pin
18-May-01 18:10
suss18-May-01 18:10 
GeneralToolbars in Rebar Control grayed out Pin
Juan Miguel Venturello18-May-01 12:53
Juan Miguel Venturello18-May-01 12:53 
QuestionHow can I get text under mouse pointer? Pin
18-May-01 9:40
suss18-May-01 9:40 
AnswerRe: How can I get text under mouse pointer? Pin
Igor Sukhov19-May-01 8:18
Igor Sukhov19-May-01 8:18 
GeneralI will try .Thanks ! Pin
19-May-01 9:47
suss19-May-01 9:47 
GeneralRe: I will try .Thanks ! Pin
Igor Sukhov19-May-01 11:52
Igor Sukhov19-May-01 11:52 
QuestionTree Controls _without_ image lists? Pin
Jim A. Johnson18-May-01 8:05
Jim A. Johnson18-May-01 8:05 
AnswerRe: Tree Controls _without_ image lists? Pin
Tomasz Sowinski18-May-01 8:15
Tomasz Sowinski18-May-01 8:15 
GeneralRe: Tree Controls _without_ image lists? Pin
Jim A. Johnson18-May-01 9:25
Jim A. Johnson18-May-01 9:25 
GeneralRe: Tree Controls _without_ image lists? Pin
Tomasz Sowinski19-May-01 0:12
Tomasz Sowinski19-May-01 0:12 
GeneralPeer-to-Peer with Windows-Sockets Pin
18-May-01 5:25
suss18-May-01 5:25 
GeneralRe: Peer-to-Peer with Windows-Sockets Pin
18-May-01 6:50
suss18-May-01 6:50 
Generalcapture a rectangle in a static image and resize it in another window Pin
Frederico Levesque18-May-01 4:44
Frederico Levesque18-May-01 4:44 
GeneralRe: capture a rectangle in a static image and resize it in another window Pin
18-May-01 5:08
suss18-May-01 5:08 
GeneralClasses, new, delete, destructors Pin
José Luis Sogorb18-May-01 4:41
José Luis Sogorb18-May-01 4:41 
GeneralRe: Classes, new, delete, destructors Pin
James R. Twine18-May-01 4:50
James R. Twine18-May-01 4:50 

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.