Homework #12
- Goal:
Compare the file size of "Shared DLL" and "Statically Linked" MFC
applications.
- Please UPLOAD your homework (plain text file) to TA at
http://ms11.voip.edu.tw/cs102/
- Deadline: 2008/5/8 11:00 AM
- Requirement:
- Create the Text Editor example with MFC in two different modes:
- Shared DLL
- Statically linked
- Compare the file size of ¡§TextEditor.exe¡¨.
- In the plain text file you upload, it should at least contain
- The path to these two executable files on the disk.
- File size of the application using shared DLL.
- File size of the application which is statcally linked.
- The ratio of these two executable files.