2011年9月8日
摘要: 由于MASM32中Dialog.inc文件中ustring宏有问题,导致用对话框相关的宏显示含有中文的对话框时出问题。原代码如下所示: ; ------------------------------------------------ ; write unicode string at current location in EDI ; ------------------------------------------------ ustring MACRO quoted_text LOCAL asc_txt .data a... 阅读全文
posted @ 2011-09-08 16:34 玛瑙河 阅读(749) 评论(0) 推荐(0)