Click here to Skip to main content
15,923,015 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: DLLs are evil Pin
Marc Clifton6-Jan-03 11:30
mvaMarc Clifton6-Jan-03 11:30 
GeneralRe: DLLs are evil Pin
Navin7-Jan-03 6:36
Navin7-Jan-03 6:36 
GeneralOne voice in the wilderness Pin
Gary Wheeler6-Jan-03 3:28
Gary Wheeler6-Jan-03 3:28 
GeneralATL Libraries? Pin
Paul A. Howes6-Jan-03 2:16
Paul A. Howes6-Jan-03 2:16 
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 
Uwe Keim wrote:
But your link times raises then.

So what? Confused | :confused: That is not something that affects the running of the app, nor something the end-user knows about, so it's not a valid thing to base a decision on.

Uwe Keim wrote:
And simply putting the MFC DLLs locally into your application folder solves all problems, too.

Except that introduces a new problem, your distribution size grows by 1.77 MB (for the most common DLLs: mfc42, msvcrt, msvcirt, msvcp60) instead of 100K. So you would need to have 17 modules all using MFC to make that a valid argument.

--Mike--
When 900 years old you reach, look as good you will not. Hmm.
1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

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

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.