How to reduce a final size of executable?

Answer Posted / kriba

Try to avoid Debugging symbols which will be normally
avoided in the Release build of the application.

Try to use Explicit linking of libraries instead of
implicit linking which may also help you in versioning of
your application.

In VC shared MFC application is a classical example of
runtime bonding.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between using macro and inline functions?

574


What is the protected keyword used for?

614


What is const pointer and const reference?

591


What is virtual table?

615


What would happen on forgetting [], while deallocating an array through new?

631






what is oops and list its features in c++?

544


Write about an iterator class?

610


What is difference between class and function?

585


What is a dangling pointer in c++?

654


By using c++ with an example describe linked list?

602


What is the use of endl in c++ give an example?

611


Are there any special rules about inlining?

581


What is a try block?

634


What is meaning of in c++?

670


Is c++ high level programming language?

673