Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where to execute constructor? Pin
Oliver12322-Aug-06 16:28
Oliver12322-Aug-06 16:28 
QuestionDesign Patterns : Command Pattern? Pin
brodies21-Aug-06 9:15
brodies21-Aug-06 9:15 
AnswerRe: Design Patterns : Command Pattern? Pin
Neville Franks21-Aug-06 11:24
Neville Franks21-Aug-06 11:24 
QuestionWord automation question with NO MFC Pin
great_tommy21-Aug-06 8:42
great_tommy21-Aug-06 8:42 
QuestionRun time library Pin
Waldermort21-Aug-06 7:33
Waldermort21-Aug-06 7:33 
AnswerRe: Run time library Pin
Zac Howland21-Aug-06 8:27
Zac Howland21-Aug-06 8:27 
GeneralRe: Run time library Pin
Waldermort21-Aug-06 8:52
Waldermort21-Aug-06 8:52 
AnswerRe: Run time library Pin
Chris Losinger21-Aug-06 8:32
professionalChris Losinger21-Aug-06 8:32 
the debug versions of malloc/free and new/delete are different from the release versions.

MSFT:
If you do choose to mix CRT libraries, remember that you have two separate copies of the CRT, with separate and distinct states, so you must be careful about what you try to do across a CRT-boundary. There are many ways to get into trouble with two CRTs. Here are just a few:
There are two separate heaps. You cannot allocate (explicitly with new, malloc, or so on -- or implicitly with strdup, strstreambuf::str, or so on), and then pass the pointer across a CRT-boundary to be freed.
• You cannot pass a FILE* or file handle across a CRT-boundary and expect the "stdio low-level IO" to work.
• You cannot set the locale in one and expect the other's locale to be set.


QuestionProblem displaying drag image using IDropTargetHelper [modified] Pin
Justin Tay21-Aug-06 7:02
Justin Tay21-Aug-06 7:02 
QuestionCEdit : visually displaying the space character ? Pin
Maximilien21-Aug-06 5:54
Maximilien21-Aug-06 5:54 
AnswerRe: CEdit : visually displaying the space character ? [modified] Pin
ZaebanB21-Aug-06 6:25
ZaebanB21-Aug-06 6:25 
AnswerRe: CEdit : visually displaying the space character ? Pin
PJ Arends21-Aug-06 6:52
professionalPJ Arends21-Aug-06 6:52 
Questionregarding pdf Pin
Tara1421-Aug-06 3:52
Tara1421-Aug-06 3:52 
AnswerRe: regarding pdf Pin
benjymous21-Aug-06 4:04
benjymous21-Aug-06 4:04 
GeneralRe: regarding pdf Pin
Tara1421-Aug-06 4:12
Tara1421-Aug-06 4:12 
GeneralRe: regarding pdf Pin
bob1697221-Aug-06 8:11
bob1697221-Aug-06 8:11 
GeneralRe: regarding pdf Pin
Tara1410-Sep-06 8:22
Tara1410-Sep-06 8:22 
GeneralRe: regarding pdf Pin
bob1697210-Sep-06 17:04
bob1697210-Sep-06 17:04 
GeneralRe: regarding pdf Pin
Tara1410-Sep-06 19:21
Tara1410-Sep-06 19:21 
GeneralRe: regarding pdf Pin
bob1697211-Sep-06 4:32
bob1697211-Sep-06 4:32 
GeneralRe: regarding pdf Pin
Tara1411-Sep-06 5:17
Tara1411-Sep-06 5:17 
GeneralRe: regarding pdf Pin
Tara1412-Sep-06 22:14
Tara1412-Sep-06 22:14 
GeneralRe: regarding pdf Pin
bob1697213-Sep-06 17:48
bob1697213-Sep-06 17:48 
QuestionSystem Sutdown and Start time Pin
Kiran Pinjala21-Aug-06 3:10
Kiran Pinjala21-Aug-06 3:10 
AnswerRe: System Sutdown and Start time Pin
David Crow21-Aug-06 3:41
David Crow21-Aug-06 3:41 

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.