博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iuplua test failure
阅读量:4599 次
发布时间:2019-06-09

本文共 1494 字,大约阅读时间需要 4 分钟。

prepared SW 

Download from https://sourceforge.net/projects/iup

zerobrane

 

Step

Write follwiing codes and run

 

package.cpath = package.cpath.. ';G:/_codes/lua/iup/iup-3.25_Win32_dll15_lib/?.dll;G:/_codes/lua/iup/iup-3.25-Lua53_Win32_dll15_lib/?.dll'print(package.cpath)require( "iuplua" )

 

Test result fail! cannot understand why

Program starting as '"G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\bin\lua53.exe" -e "io.stdout:setvbuf('no')" "G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\myprograms\untitled.lua"'.Program 'lua53.exe' started in 'G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\myprograms' (pid: 9800).;G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\bin\?.dll;G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\bin\..\lib\lua\5.3\?.dll;G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\bin\loadall.dll;.\?.dll;G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\bin/?.dll;G:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\bin/clibs53/?.dll;G:/_codes/lua/iup/iup-3.25_Win32_dll15_lib/?.dll;G:/_codes/lua/iup/iup-3.25-Lua53_Win32_dll15_lib/?.dllG:\_codes\lua\ZeroBraneStudioEduPack-1.40-win32\bin\lua53.exe: error loading module 'iuplua' from file 'G:/_codes/lua/iup/iup-3.25-Lua53_Win32_dll15_lib/iuplua.dll':	The specified module could not be found.stack traceback:	[C]: in ?	[C]: in function 'require'	...eroBraneStudioEduPack-1.40-win32\myprograms\untitled.lua:4: in main chunk	[C]: in ?Program completed in 0.11 seconds (pid: 9800).

 

转载于:https://www.cnblogs.com/cutepig/p/10106079.html

你可能感兴趣的文章
掌握这几种微服务模式助你成为更出色的工程师
查看>>
为什么很多语言选择在JVM上实现
查看>>
绘制dot 图
查看>>
CSS Reset CSS Framework
查看>>
如何用WinCC发送报警消息至微信
查看>>
LeetCode算法扫题系列19
查看>>
nginx获取经过层层代理后的客户端真实IP(使用正则匹配)
查看>>
YII实现dropDownList 联动事件
查看>>
搞定PHP面试 - 正则表达式知识点整理
查看>>
为什么JavaScript里面0.1+0.2 === 0.3是false
查看>>
freemarker 设置中文
查看>>
docker swarm集群搭建
查看>>
选择排序
查看>>
SQLAlchemy
查看>>
BZOJ 1303: [CQOI2009]中位数图 问题转化_扫描_思维
查看>>
SP1026 FAVDICE - Favorite Dice 数学期望
查看>>
NodeJS、NPM安装配置步骤(windows版本)
查看>>
今日内容的回顾12
查看>>
js中字符串常用熟悉和方法
查看>>
【矩阵+十进制快速幂】[NOI2013]矩阵游戏
查看>>