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

C / C++ / MFC

 
GeneralRe: rest of procedure? Pin
Jon Hulatt8-Oct-02 21:29
Jon Hulatt8-Oct-02 21:29 
GeneralRe: rest of procedure? Pin
imran_rafique10-Oct-02 15:31
imran_rafique10-Oct-02 15:31 
QuestionHow to bind a CLongBinary object with an image filed of .mdb database? Pin
Wenrich7-Oct-02 17:10
Wenrich7-Oct-02 17:10 
GeneralDevStudio question Pin
johnkeeli7-Oct-02 15:41
johnkeeli7-Oct-02 15:41 
GeneralRe: DevStudio question Pin
Chris Hambleton8-Oct-02 4:39
Chris Hambleton8-Oct-02 4:39 
Questionwindow hwnd ? Pin
imran_rafique7-Oct-02 15:35
imran_rafique7-Oct-02 15:35 
AnswerRe: window hwnd ? Pin
Chris Losinger7-Oct-02 18:20
professionalChris Losinger7-Oct-02 18:20 
General.exe sizes for vc6 vs. vc7 (.net) Pin
stephen.hazel7-Oct-02 13:28
stephen.hazel7-Oct-02 13:28 
Sorry if this has already been asked before...

Ya know, I'm considering reinstalling vc6.
I thought vc7 (.net) enterprise with it's full optimization biz would
make smaller .exes than vc6 (pro).
But nooooooooooo....Mad | :mad:
I'd say my .exes recompiled with vc7 come out 30% bigger on average.
It's like 77K -> 90K and 11K -> 20K n such...
(small win32 API no MFC dialog apps, console apps, etc.)
I've looked for all the tweaks I can.
(optimizing for size, full global opt, etc, etc.)
I used to use that killer AggressiveOptimize.h thingy.
But that makes no diff on vc7 (.net)...Cry | :((

I mean, it's not the end of the world, but it tweaks me...:/
below is the gory xml crap in the .vcproj file that specs
the compiling/linking... (sorryBlush | :O )

Any help would be MUCHO appreciated...Rose | [Rose]

...Steve


<configuration
name="ReleaseX|Win32"
="" outputdirectory="ReleaseX" intermediatedirectory="ReleaseX" configurationtype="1" characterset="2" deleteextensionsonclean="*.aps;*.ncb;*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)" wholeprogramoptimization="TRUE">
<tool
name="VCCLCompilerTool"
="" optimization="1" globaloptimizations="TRUE" inlinefunctionexpansion="1" enableintrinsicfunctions="TRUE" favorsizeorspeed="2" omitframepointers="TRUE" optimizeforwindowsapplication="TRUE" preprocessordefinitions="WIN32;NDEBUG;_WINDOWS" stringpooling="TRUE" runtimelibrary="4" buffersecuritycheck="FALSE" enablefunctionlevellinking="TRUE" useprecompiledheader="0" warninglevel="3" detect64bitportabilityproblems="FALSE" debuginformationformat="0">
<tool
name="VCCustomBuildTool">
<tool
name="VCLinkerTool"
="" additionaloptions="msvcrt.lib
" showprogress="0" outputfile="Ditty.exe" linkincremental="1" suppressstartupbanner="TRUE" ignorealldefaultlibraries="FALSE" ignoredefaultlibrarynames="libc.lib" generatedebuginformation="FALSE" subsystem="2" optimizereferences="2" enablecomdatfolding="2" targetmachine="1">
<tool
name="VCMIDLTool">
<tool
name="VCPostBuildEventTool">
<tool
name="VCPreBuildEventTool">
<tool
name="VCPreLinkEventTool">
<tool
name="VCResourceCompilerTool"
="" showprogress="FALSE">
<tool
name="VCWebServiceProxyGeneratorTool">
<tool
name="VCWebDeploymentTool">

GeneralRe: .exe sizes for vc6 vs. vc7 (.net) Pin
Chris Losinger7-Oct-02 13:45
professionalChris Losinger7-Oct-02 13:45 
GeneralRe: .exe sizes for vc6 vs. vc7 (.net) Pin
stephen.hazel7-Oct-02 15:11
stephen.hazel7-Oct-02 15:11 
GeneralRe: .exe sizes for vc6 vs. vc7 (.net) Pin
Christian Graus7-Oct-02 15:27
protectorChristian Graus7-Oct-02 15:27 
GeneralRe: .exe sizes for vc6 vs. vc7 (.net) Pin
stephen.hazel8-Oct-02 6:36
stephen.hazel8-Oct-02 6:36 
GeneralRe: .exe sizes for vc6 vs. vc7 (.net) Pin
Joe Woodbury7-Oct-02 20:36
professionalJoe Woodbury7-Oct-02 20:36 
GeneralRe: .exe sizes for vc6 vs. vc7 (.net) Pin
Erik Funkenbusch8-Oct-02 8:46
Erik Funkenbusch8-Oct-02 8:46 
GeneralRe: .exe sizes for vc6 vs. vc7 (.net) Pin
stephen.hazel8-Oct-02 9:15
stephen.hazel8-Oct-02 9:15 
GeneralMFC on LINUX Pin
krolock7-Oct-02 13:07
krolock7-Oct-02 13:07 
GeneralRe: MFC on LINUX Pin
Christian Graus7-Oct-02 15:25
protectorChristian Graus7-Oct-02 15:25 
GeneralRe: MFC on LINUX Pin
Jon Hulatt7-Oct-02 22:03
Jon Hulatt7-Oct-02 22:03 
GeneralRe: MFC on LINUX Pin
Anonymous8-Oct-02 1:51
Anonymous8-Oct-02 1:51 
QuestionHow do you capture a "Ctrl + A" key combo? Pin
Anonymous7-Oct-02 12:10
Anonymous7-Oct-02 12:10 
AnswerRe: How do you capture a "Ctrl + A" key combo? Pin
Christian Graus7-Oct-02 12:18
protectorChristian Graus7-Oct-02 12:18 
GeneralRe: How do you capture a "Ctrl + A" key combo? Pin
Anonymous7-Oct-02 12:35
Anonymous7-Oct-02 12:35 
GeneralRe: How do you capture a "Ctrl + A" key combo? Pin
Christian Graus7-Oct-02 12:38
protectorChristian Graus7-Oct-02 12:38 
GeneralLineTo Pin
BlackKettle7-Oct-02 11:10
BlackKettle7-Oct-02 11:10 
GeneralRe: LineTo Pin
Joaquín M López Muñoz7-Oct-02 11:44
Joaquín M López Muñoz7-Oct-02 11:44 

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.