VS2005 生成的 RELEASE WIN32 DLL, 用文本形式打开, 文件末尾有很多空白部分

VS2005 生成的 RELEASE WIN32 DLL, 用文本方式打开, 文件末尾有很多空白部分
有什么办法能把这些空白取消掉以缩小文件尺寸?

还有一串莫名字符:
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.
      R6033
- Attempt to use MSIL code from this assembly during native code initialization
This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain.
  R6032
- not enough space for locale information
      R6031
- Attempt to initialize the CRT more than once.
This indicates a bug in your application.
  R6030
- CRT not initialized
  R6028
- unable to initialize heap
    R6027
- not enough space for lowio initialization
    R6026
- not enough space for stdio initialization
    R6025
- pure virtual function call
   R6024
- not enough space for _onexit/atexit table
    R6019
- unable to open console device
    R6018
- unexpected heap error
    R6017
- unexpected multithread lock error
    R6016
- not enough space for thread data
 
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
   R6009
- not enough space for environment
 R6008
- not enough space for arguments
   R6002
- floating point not loaded
    Microsoft Visual C++ Runtime Library    

  ... <program name unknown>  Runtime Error!

能不能也把它们去掉?

------解决方案--------------------
删除程序里面多余的文件、代码等,别的估计没啥办法。
------解决方案--------------------
pe 文件是个数据库
------解决方案--------------------
你还能看到很多你定义的字符串的内容,有可能还能看到变量名VS2005 生成的 RELEASE WIN32 DLL, 用文本形式打开, 文件末尾有很多空白部分