找回密码
 注册
Simdroid-非首页
查看: 457|回复: 7

[前后处理] user function libprocast.dll 错误解决办法

[复制链接]
发表于 2015-2-26 13:28:13 | 显示全部楼层 |阅读模式 来自 上海
对于有些版本按照论坛帖子设置好后,可能会出现以下错误。help写的不是很清楚,也不全面,很无语!


解决办法:
找到procast 安装路径bin文件夹下的procastRUN.bat文件,并修改一下内容:(以Visual Studio Express2008为例
1、(REM后的内容不执行,必须选对版本)
REM To use Visual Studio Express 2005, uncomment the following line
REM @call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" %2
REM To use Visual Studio Express 2008, uncomment the following line
REM @call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" %2
REM The following line is active and corresponds to using Visual Studio 2010 (full install)
@call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" %2
REM The following line is active and corresponds to using Visual Studio 2010
REM @call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Release /%2 /xp

修改为:
REM To use Visual Studio Express 2005, uncomment the following line
REM @call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" %2
REM To use Visual Studio Express 2008, uncomment the following line
@call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" %2
REM The following line is active and corresponds to using Visual Studio 2010 (full install)
REM @call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" %2
REM The following line is active and corresponds to using Visual Studio 2010
REM @call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Release /%2 /xp

2、
REM Create dll
REM To switch back to older mode (VS 2005 or VS 2008), uncomment the following
REM link /INCREMENTAL:yes %metallib%.lib /dll *.obj /out:"libprocast.dll"
REM Active line for VS 2010 linking
link %metallib%.lib /dll *.obj /out:"libprocast.dll"

修改为:
REM Create dll
REM To switch back to older mode (VS 2005 or VS 2008), uncomment the following
link /INCREMENTAL:yes %metallib%.lib /dll *.obj /out:"libprocast.dll"
REM Active line for VS 2010 linking
REM link %metallib%.lib /dll *.obj /out:"libprocast.dll"
发表于 2015-2-27 14:56:07 | 显示全部楼层 来自 山西晋中
Simdroid开发平台
谢谢版主的指点。
回复 不支持

使用道具 举报

发表于 2015-10-29 14:03:40 | 显示全部楼层 来自 大连理工大学

你好,我想请问你用的哪个版本的,按照上面的方法成功了吗?我也遇到这样的问题
回复 不支持

使用道具 举报

发表于 2016-3-8 14:30:09 | 显示全部楼层 来自 浙江宁波
你好,按照你的方法,还是出现原来的那个问题啊,能不能再解释一下
回复 不支持

使用道具 举报

发表于 2016-3-30 17:03:14 | 显示全部楼层 来自 辽宁沈阳
710389692 发表于 2016-3-8 14:30
你好,按照你的方法,还是出现原来的那个问题啊,能不能再解释一下

你好,请问你的问题解决了吗?
回复 不支持

使用道具 举报

发表于 2016-4-25 13:28:19 | 显示全部楼层 来自 浙江宁波
1096925793@qq.c 发表于 2016-3-30 17:03
你好,请问你的问题解决了吗?

解决了
回复 不支持

使用道具 举报

发表于 2017-5-2 14:42:10 | 显示全部楼层 来自 河北秦皇岛
谢谢版主的指点,可以用了
回复 不支持

使用道具 举报

发表于 2017-5-4 19:58:59 | 显示全部楼层 来自 大连理工大学
zjh110 发表于 2017-5-2 14:42
谢谢版主的指点,可以用了

您好,请问您用的哪个版本的,具体做法能说一下嘛?谢谢
回复 不支持

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-4-19 05:35 , Processed in 0.036049 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表