关于HLA的安装设置问题
关于HLA的安装设置问题
我下载了HLASetup.exe
已经装了MASM32而且可以使用
我按照HLA安装指南进行了如下操作:
安装HLASetup.exe(至e:\program files\hla)后
安说明设置环境变量
ib=e:\program files\hla\hlalib.lib
include=e:\program files\hla\include
并设置了RadAsm(一个IDE),的变量
hlalib=e:\program files\hla\hlalib.lib
hlainc=e:\program files\hla\include
之后将MASM的ml.exe, ml.err, link.exe, MSPDB50.DLL拷到e:\program files\hla
再拷贝masm的*.lib到hla的lib目录
全做完之后
编译helloword.hla
莫名其妙的显示could not open helloworld,
这个源码可是安装指南中拷贝来的,绝对不会有错
而且用IDE也是同样提示
我都安装了好几天了,总是不成功