我用SetWindowText设置内容,用\t \r \n控制排版,Debug版本排得好好的,到了release就排乱了.请都何解?
另,请问如何控制缩进呢?

解决方案 »

  1.   

    seems like a program caused by uninitialized variables an uninitialized variable is a variable that is declared but is not set to a definite known value before it is used. It will have some value, but not a predictable one. As such it is a programming error and a common source of bugs in software.Reference
    http://blog.joycode.com/jiangsheng/archive/2006/02/05/71101.aspx
      

  2.   

    真的是内存问题,当我解决所有内存问题后,版本就整齐了.非常感谢jiangsheng(蒋晟.Net[MVP])