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

C / C++ / MFC

 
GeneralRe: Where to execute constructor? Pin
Rudolf Jan22-Aug-06 0:19
Rudolf Jan22-Aug-06 0:19 
GeneralRe: Where to execute constructor? Pin
Oliver12322-Aug-06 11:44
Oliver12322-Aug-06 11:44 
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 
The Debug version of new and delete use some extra memory buffers to detect things like memory overruns. Trying to mix Debug and Release versions of Dlls/EXEs can cause things like that. Also, STL containers are not thread safe, so you will need to protect them within the DLL.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

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 
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 

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.