Click here to Skip to main content
15,896,415 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC UI Threads Pin
Sunil P V11-Dec-06 18:46
Sunil P V11-Dec-06 18:46 
QuestionLooking for Charting Packages Pin
Jethro6311-Dec-06 4:08
Jethro6311-Dec-06 4:08 
QuestionOnMouseWheel() vs OnVScroll() Pin
Jesper Knudsen11-Dec-06 3:49
Jesper Knudsen11-Dec-06 3:49 
AnswerRe: OnMouseWheel() vs OnVScroll() [modified] Pin
prasad_som11-Dec-06 4:41
prasad_som11-Dec-06 4:41 
GeneralRe: OnMouseWheel() vs OnVScroll() Pin
Jesper Knudsen13-Dec-06 0:50
Jesper Knudsen13-Dec-06 0:50 
QuestionProfiling MFC Windows App Pin
Andrew Hoole11-Dec-06 2:53
Andrew Hoole11-Dec-06 2:53 
AnswerRe: Profiling MFC Windows App Pin
Maximilien11-Dec-06 3:05
Maximilien11-Dec-06 3:05 
GeneralRe: Profiling MFC Windows App Pin
Andrew Hoole11-Dec-06 3:48
Andrew Hoole11-Dec-06 3:48 
QuestionRe: Profiling MFC Windows App Pin
David Crow11-Dec-06 4:31
David Crow11-Dec-06 4:31 
Questionchange style of Tab Control in property sheet Pin
Manjunath S11-Dec-06 2:26
Manjunath S11-Dec-06 2:26 
AnswerRe: change style of Tab Control in property sheet Pin
Michael Dunn11-Dec-06 7:19
sitebuilderMichael Dunn11-Dec-06 7:19 
GeneralRe: change style of Tab Control in property sheet Pin
Mark Salsbery11-Dec-06 7:40
Mark Salsbery11-Dec-06 7:40 
GeneralRe: change style of Tab Control in property sheet Pin
Michael Dunn11-Dec-06 9:07
sitebuilderMichael Dunn11-Dec-06 9:07 
GeneralRe: change style of Tab Control in property sheet Pin
Mark Salsbery11-Dec-06 7:43
Mark Salsbery11-Dec-06 7:43 
QuestionData within a Text File Pin
Programm3r11-Dec-06 1:48
Programm3r11-Dec-06 1:48 
AnswerRe: Data within a Text File Pin
Cedric Moonen11-Dec-06 1:52
Cedric Moonen11-Dec-06 1:52 
QuestionRe: Data within a Text File Pin
Programm3r11-Dec-06 1:56
Programm3r11-Dec-06 1:56 
AnswerRe: Data within a Text File Pin
Cedric Moonen11-Dec-06 2:00
Cedric Moonen11-Dec-06 2:00 
GeneralRe: Data within a Text File Pin
Programm3r11-Dec-06 2:15
Programm3r11-Dec-06 2:15 
AnswerRe: Data within a Text File Pin
David Crow11-Dec-06 3:10
David Crow11-Dec-06 3:10 
Questionissue: "passing" a std::map from an library to another Pin
ledzzep11-Dec-06 1:18
ledzzep11-Dec-06 1:18 
AnswerRe: issue: "passing" a std::map from an library to another Pin
Cedric Moonen11-Dec-06 1:46
Cedric Moonen11-Dec-06 1:46 
AnswerRe: issue: "passing" a std::map from an library to another Pin
prasad_som11-Dec-06 2:26
prasad_som11-Dec-06 2:26 
AnswerRe: issue: "passing" a std::map from an library to another Pin
James R. Twine11-Dec-06 3:56
James R. Twine11-Dec-06 3:56 
   This is a known problem in the STL that comes with VC++6.0.  See KB articles Q172396 and Q168958 for more details.  In a nutshell, this has to do with how that STL implementation uses static data.

   There are alternate STL implementations (like Dinkumware) that do not have this problem.  At least, I think the old Dinkumware one you used to be able to purchase.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

AnswerRe: issue: "passing" a std::map from an library to another Pin
Nemanja Trifunovic11-Dec-06 4:07
Nemanja Trifunovic11-Dec-06 4:07 

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.