Click here to Skip to main content
15,891,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win32_WindowsProductActivation with C++ Pin
Aamir Butt25-May-05 19:25
Aamir Butt25-May-05 19:25 
GeneralRe: Win32_WindowsProductActivation with C++ Pin
David Crow25-May-05 4:06
David Crow25-May-05 4:06 
GeneralRe: Win32_WindowsProductActivation with C++ Pin
macakd25-May-05 13:02
macakd25-May-05 13:02 
GeneralRe: Win32_WindowsProductActivation with C++ Pin
David Crow26-May-05 2:25
David Crow26-May-05 2:25 
QuestionHow to get Horizontal Scroll on Property Page? Pin
theFrenchHornet24-May-05 11:58
theFrenchHornet24-May-05 11:58 
GeneralSingle-threaded versus Multithreaded Pin
Ramsus24-May-05 11:38
Ramsus24-May-05 11:38 
GeneralRe: Single-threaded versus Multithreaded Pin
Ryan Binns24-May-05 18:22
Ryan Binns24-May-05 18:22 
GeneralRe: Single-threaded versus Multithreaded Pin
Andrew Walker24-May-05 22:21
Andrew Walker24-May-05 22:21 
It depends...

Ryan gave a good answer, in ideal [single threaded] circumstances you should choose to use the single threaded crt libraries.

rules of thumb

* If there is any chance that in the future any part of the project may be multithreaded I recommend setting the options for the project to use the multi-threaded libraries. From past experience, it's easier to tell everyone else on the team what the setting should be rather than trying to let them figure it out (or change it) on their own.
* If any of your dependancies are distributed as binaries linked against a particular crt, you MUST link against the same type.
* If you don't want to distribute any .dll's with you product, statically link to the crt.



Generalclose initial blank window Pin
emagadmin24-May-05 10:50
emagadmin24-May-05 10:50 
GeneralRe: close initial blank window Pin
Ravi Bhavnani24-May-05 11:32
professionalRavi Bhavnani24-May-05 11:32 
GeneralRe: close initial blank window Pin
Priyank Bolia25-May-05 0:01
Priyank Bolia25-May-05 0:01 
QuestionWhy does my SetDIBColorTable fail ? Pin
ninck24-May-05 10:28
ninck24-May-05 10:28 
AnswerRe: Why does my SetDIBColorTable fail ? Pin
bmzhao24-May-05 15:00
bmzhao24-May-05 15:00 
GeneralRe: Why does my SetDIBColorTable fail ? Pin
ninck24-May-05 20:32
ninck24-May-05 20:32 
Generalfprint problem Pin
Andrew Admire24-May-05 8:21
Andrew Admire24-May-05 8:21 
GeneralRe: fprint problem Pin
David Crow24-May-05 8:34
David Crow24-May-05 8:34 
GeneralRe: fprint problem Pin
Andrew Admire24-May-05 8:39
Andrew Admire24-May-05 8:39 
GeneralRe: fprint problem Pin
David Crow24-May-05 9:19
David Crow24-May-05 9:19 
GeneralRe: fprint problem Pin
Ivan Cachicatari24-May-05 8:40
Ivan Cachicatari24-May-05 8:40 
GeneralRe: fprint problem Pin
Andrew Admire24-May-05 8:50
Andrew Admire24-May-05 8:50 
GeneralRe: fprint problem Pin
Toby Opferman24-May-05 9:09
Toby Opferman24-May-05 9:09 
GeneralRe: fprint problem Pin
Ivan Cachicatari24-May-05 9:13
Ivan Cachicatari24-May-05 9:13 
GeneralRe: fprint problem Pin
Andrew Admire24-May-05 10:03
Andrew Admire24-May-05 10:03 
GeneralRe: fprint problem Pin
Toby Opferman24-May-05 10:06
Toby Opferman24-May-05 10:06 
GeneralRe: fprint problem Pin
Andrew Admire24-May-05 10:16
Andrew Admire24-May-05 10:16 

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.