当前位置: 代码迷 >> 汇编语言 >> masm 长文件名有关问题
  详细解决方案

masm 长文件名有关问题

热度:2086   发布时间:2013-02-26 00:00:00.0
masm 长文件名问题
我用masm编译汇编程序的时候,其源文件名不能超过8位(如源文件名为helloworld.asm就不能编译通过,提示unable to open input file helloworld.asm 如果把文件名改为hello.asm的话就行了)怎样让它支持长文件名呢?,

------解决方案--------------------------------------------------------
好像6.14可以支持长文件名,不过最好还是避免使用长文件名。
------解决方案--------------------------------------------------------
try masm6.15 / masm8.0 / masm9.0