Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 12:41
cmk15-Aug-04 12:41 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 14:12
Link260015-Aug-04 14:12 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 15:11
cmk15-Aug-04 15:11 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 15:37
Link260015-Aug-04 15:37 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 17:09
cmk15-Aug-04 17:09 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 17:20
Link260015-Aug-04 17:20 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 21:43
cmk15-Aug-04 21:43 
AnswerRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
peterchen15-Aug-04 0:54
peterchen15-Aug-04 0:54 
There are two "flags" how to include run time libraries:
a) link to Single-Threaded, or Multi-Threaded libs
b) link to the .lib version (no runtime dependencies) or the .dll version (requires VC Runtime DLL's)

These two options can be combined freely, so "Multithreaded" is Multithreaded-Libs, and "Multithreaded-DLL" is, well, Multithreaded DLL's.

Note however, that the Lib vs. DLL settings of MFC must match the runtime library.


we are here to help each other get through this thing, whatever it is Vonnegut jr.

sighist || Agile Programming | doxygen

GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 14:21
Link260015-Aug-04 14:21 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
peterchen15-Aug-04 14:34
peterchen15-Aug-04 14:34 
GeneralLink Problems Pin
Jnewg514-Aug-04 17:11
Jnewg514-Aug-04 17:11 
GeneralRe: Link Problems Pin
Ryan Binns15-Aug-04 18:33
Ryan Binns15-Aug-04 18:33 
GeneralRegistry change event Pin
RoyceF14-Aug-04 16:35
RoyceF14-Aug-04 16:35 
GeneralRe: Registry change event Pin
Scozturk14-Aug-04 22:54
professionalScozturk14-Aug-04 22:54 
GeneralRe: Registry change event Pin
RoyceF15-Aug-04 9:43
RoyceF15-Aug-04 9:43 
GeneralRe: Registry change event Pin
Scozturk16-Aug-04 2:30
professionalScozturk16-Aug-04 2:30 
QuestionWIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 15:00
Link260014-Aug-04 15:00 
AnswerRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani14-Aug-04 15:12
professionalRavi Bhavnani14-Aug-04 15:12 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 15:16
Link260014-Aug-04 15:16 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani14-Aug-04 15:22
professionalRavi Bhavnani14-Aug-04 15:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 20:06
Link260014-Aug-04 20:06 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 3:22
professionalRavi Bhavnani15-Aug-04 3:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260015-Aug-04 14:23
Link260015-Aug-04 14:23 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 14:30
professionalRavi Bhavnani15-Aug-04 14:30 
GeneralDirectX pixel manipulator Pin
vxje14-Aug-04 14:14
vxje14-Aug-04 14:14 

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.