iuplua test failure
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/?.dll
G:\_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).
iuplua test failure的更多相关文章
- ArtifactTransferException: Failure to transfer org.apache.openejb:javaee-api:jar:5.0-1
最近在myeclipse上创建maven类型的web项目的时候,出现了一个错误. ArtifactTransferException: Failure to transfer org.apache.o ...
- Failure to find xxx in xxx was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced @ xxx
问题: 在linux服务器上使用maven编译war时报错: 16:41:35 [FATAL] Non-resolvable parent POM for ***: Failure to find * ...
- 解决Java程序连接mysql数据库出现CommunicationsException: Communications link failure错误的问题
一.背景 最近在家里捣鼓一个公司自己搭建的demo的时候,发现程序一启动就会出现CommunicationsException: Communications link failure错误,经过一番排 ...
- Visual Studio 2008 Package Load Failure:未能正确加载包“Microsoft.VisualStudio.Xaml”
在安装好Visual Studio 2008后,启动Visual Studio 2008 发现如下提示: 包加载失败 未能正确加载包“Microsoft.VisualStudio.Xaml”( GUI ...
- ORA-01078: failure in processing system parameters & LRM-00109: could not open parameter file
安装了Oracle 12C后,启动数据库的过程中出现如下错误 SQL> startup ORA-01078: failure in processing system parameters LR ...
- 错误提示:LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt 的解决方法
最近在win7 系统下,打算利用 cmake 生成项目文件,然后用vs2010进行编译.但是在cmake的时候出现错误弹窗:
- Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]
今天遇到了Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]这个错误,一直也没有百度,不料想却弄了一个 ...
- Android自动化测试 - Robotium之re-sign.jar重签名后安装失败提示Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]解决方案
问题:在用re-sign.jar重签名apk文件后,显示重签名成功,但在实际安装过程中确提示:Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES] 原因:网上查 ...
- Assertion failure in -[UITableView _classicHeightForRowAtIndexPath:], /SourceCache/UIKit_Sim/UIKit-3318/UITableView.m:10772
Assertion failure in -[UITableView _classicHeightForRowAtIndexPath:], /SourceCache/UIKit_Sim/UIKit-3 ...
随机推荐
- 一、TCP扫描技术
一.TCP扫描技术 常用的端口扫描技术有很多种,如 TCP connect() 扫描 .TCP SYN 扫描.TCP FIN 扫描 等,网络上也有很多文章专门介绍,比如 :http://www.ant ...
- 牛客国庆集训派对Day5 数论之神
题目描述 终于活成了自己讨厌的样子. 这是她们都还没长大的时候发生的故事.那个时候,栗子米也不需要为了所谓的爱情苦恼. 她们可以在夏日的午后,花大把的时间去研究生活中一些琐碎而有趣的事情,比如数论. ...
- JAVA基本类型和包装类
JAVA的包装类 Java语言是一个面向对象的语言,但是Java中的基本数据类型却是不面向对象的,这在实际使用时存在很多的不便,为了解决这个不足,在设计类时为每个基本数据类型设计了一个对应的类进行代表 ...
- [ log4j ]-日志文件的使用
在java文件中通过 log4j 输出日志信息 1,先引入 log4j-xx.x.jar 包 2,新建一个日志类 PrintLog4j.java: package com.stu.log4j; imp ...
- shell脚本实例-shell 分析系统瓶颈脚本
#!/usr/bin/bash PS3="Your choice is: [10 for quit]" #检查是那个系统 os_check() { if [ -e /etc/red ...
- tp5 Excel导出
1.百度搜索 PHPexcel (这是一个PHP类库) 2.下载的文件放到vendor里(这是tp5专门放置类库文件的) 下面是代码 /** * 导出 */ public function expor ...
- python day08作业答案
1. a f=open('11.txt','r',encoding='utf-8') a=f.read() print(a) f.flush() f.close() b. f=open('11.txt ...
- Python 函数的嵌套
# 函数的互相调用 def func1(): print("我是神器的func1") def func2(): func1() print("我是神器的func2&quo ...
- 微软Power BI 每月功能更新系列——6月Power BI 新功能学习
Power BI Desktop 6月产品功能摘要 本月Power BI Desktop的更新,专注于图表格式化的灵活性调整,通过过滤和排序选项,数据视图现在更加强大.多个连接器也获得重大更新,其中包 ...
- python实现数组和链表的归并排序
归并排序是一种稳定的排序,采用分而治之策略,可以用于顺序储存结构,也易于在链表上实现.其原理如下图: 算法时间复杂度为 O(nlogn),空间复杂度为 O(n). 1 在数组上实现 def merg ...