能力值:
( LV9,RANK:250 )
|
-
-
2 楼
在Source files中的*.asm上:右键->Setting->选中Custom Build页
在Commands中输入:
如果是DEBUG模式,则输入:
c:\masm32\bin\ml /c /coff /Zi /Fo$(IntDir)\$(InputName).obj $(InputPath)
如果是RELEASE模式,则输入:
c:\masm32\bin\ml /c /coff /Fo$(IntDir)\$(InputName).obj $(InputPath)
在Outputs中输入:
$(IntDir)\$(InputName).obj
如果没有把masm安装在c盘,则要作相应的修改
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
很谢谢你的帮助,我按照你的办法在我的masm APPwizard中加入了以上命令。 我经过不同电脑测试,不管有没有使用masm APPwizard都发现有以下的错误。
我的masm32 10是在命令行下测试可以生成的。
|
能力值:
( LV9,RANK:250 )
|
-
-
4 楼
你的意思就是说用VC编译asm ?
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
用masm32编译,用VC作为调试环境
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
http://bbs.pediy.com/showthread.php?t=89386&highlight=
|
|
|