Click here to Skip to main content
15,907,183 members

Survey Results

How do you link your C++ applications?   [Edit]

Survey period: 6 Jan 2003 to 12 Jan 2003

Conflicts between different versions of the MFC and ATL libraries can cause headaches. How do you link you C++ apps?

OptionVotes% 
Static link to MFC libraries35133.85
Dynamic link to MFC libraries50548.70
Static link to ATL libraries23222.37
Dynamic link to ATL libraries12812.34
I don't use MFC or ATL18217.55
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralRe: ATL Libraries? Pin
Gary Wheeler6-Jan-03 3:12
Gary Wheeler6-Jan-03 3:12 
GeneralThe question answers itself Pin
Michael Dunn5-Jan-03 20:57
sitebuilderMichael Dunn5-Jan-03 20:57 
GeneralRe: The question answers itself Pin
Uwe Keim5-Jan-03 21:19
sitebuilderUwe Keim5-Jan-03 21:19 
GeneralRe: The question answers itself Pin
Michael Dunn5-Jan-03 21:38
sitebuilderMichael Dunn5-Jan-03 21:38 
GeneralRe: The question answers itself Pin
#realJSOP6-Jan-03 2:39
professional#realJSOP6-Jan-03 2:39 
GeneralRe: The question answers itself Pin
Uwe Keim6-Jan-03 3:07
sitebuilderUwe Keim6-Jan-03 3:07 
GeneralRe: The question answers itself Pin
Navin6-Jan-03 3:54
Navin6-Jan-03 3:54 
GeneralRe: The question answers itself Pin
Stephane Rodriguez.6-Jan-03 10:13
Stephane Rodriguez.6-Jan-03 10:13 
Navin wrote:
I suppose if any newer version of .NET is 100% backwards compatible, and there is some mechanism for ensuring that code won't run unless at least version x of the .NET framework exists, then it will be much better.

An associated .config file to the app can rule this, but only if the developer knows how to handle it properly. Most of the time, and that's the default behavior as well, end-users are required to have the same .NET run-time build than the one used by the developer to compile his code against. Which means x can be either very old, or very new compared to the one currently installed on the end-user machine. Potentially sucks.
GeneralRe: The question answers itself Pin
#realJSOP6-Jan-03 3:56
professional#realJSOP6-Jan-03 3:56 
GeneralRe: The question answers itself Pin
David Wulff6-Jan-03 6:52
David Wulff6-Jan-03 6:52 
GeneralRe: The question answers itself Pin
Roger Jane6-Jan-03 7:39
Roger Jane6-Jan-03 7:39 
GeneralRe: The question answers itself Pin
Philip Patrick7-Jan-03 2:28
professionalPhilip Patrick7-Jan-03 2:28 
GeneralRe: The question answers itself Pin
Navin6-Jan-03 3:05
Navin6-Jan-03 3:05 
GeneralRe: The question answers itself Pin
Blake Miller6-Jan-03 4:04
Blake Miller6-Jan-03 4:04 
GeneralRe: The question answers itself Pin
Roger Jane6-Jan-03 7:42
Roger Jane6-Jan-03 7:42 
GeneralRe: The question answers itself Pin
Michael Dunn8-Jan-03 15:31
sitebuilderMichael Dunn8-Jan-03 15:31 
GeneralRe: The question answers itself Pin
Marc Clifton6-Jan-03 11:26
mvaMarc Clifton6-Jan-03 11:26 
GeneralRe: The question answers itself Pin
Michael Dunn8-Jan-03 15:32
sitebuilderMichael Dunn8-Jan-03 15:32 
GeneralAll these C++ specific surveys... Pin
leppie5-Jan-03 20:49
leppie5-Jan-03 20:49 
GeneralRe: All these C++ specific surveys... Pin
peterchen5-Jan-03 21:27
peterchen5-Jan-03 21:27 
GeneralRe: All these C++ specific surveys... Pin
#realJSOP6-Jan-03 2:43
professional#realJSOP6-Jan-03 2:43 
GeneralRe: All these C++ specific surveys... Pin
Anders Molin6-Jan-03 7:29
professionalAnders Molin6-Jan-03 7:29 
GeneralRe: All these C++ specific surveys... Pin
NormDroid6-Jan-03 9:22
professionalNormDroid6-Jan-03 9:22 
GeneralRe: All these C++ specific surveys... Pin
#realJSOP6-Jan-03 9:24
professional#realJSOP6-Jan-03 9:24 
GeneralRe: All these C++ specific surveys... Pin
Uwe Keim6-Jan-03 3:11
sitebuilderUwe Keim6-Jan-03 3:11 

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.