iCAx开思工具箱
标题:
【求助】为什么会出现:启动应用程序"pt_install_test"失败
[打印本页]
作者:
michell7301
时间:
2003-5-10 16:06
标题:
【求助】为什么会出现:启动应用程序"pt_install_test"失败
我是按TOOL 的方法做的pt_install_test.exe 和注册文件。在VC里运行pt_install_test ,很出现和tkuse 里一样的正确信息。注册文件是这样的
name pt_install_test
exec_file e:/proe2001/protoolkit/i486_nt/obj/pt_install_test.exe //完全路径
text_dir e:/proe2001/protoolkit/protk_appls/pt_install_test/text //完全路径
STARTUP spawn
revision 2001
end
这个文件是放在e:/proe2001/protoolkit/i486_nt/obj目录里下的。
但一启动proe就出现这个信息
作者:
michell7301
时间:
2003-5-11 18:31
没人帮我吗?
作者:
michell7301
时间:
2003-5-16 08:47
请帮我一把!
作者:
weijians
时间:
2003-5-16 15:00
只需三步:
1.将make_install文件改名为make_install.mak,以便DevStudio可以识别.
2.在VC中选Open workspace,打开make_install.mak文件.VC将会建立相应的project.
3.按F7编译(好像是用build的,不是用compile)并连接,将会生成pt_install_test.exe
-------------------------------------------------------------------------------
注册文件应该这样
name pt_install_test
exec_file /protoolkit/i486_nt/obj/pt_install_test.exe //完全路径
text_dir /protoolkit/protk_appls/pt_install_test/text //完全路径
STARTUP dll 改成 spawn
revision 2001
end
欢迎光临 iCAx开思工具箱 (https://t.icax.org/)
Powered by Discuz! X3.3