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的更多相关文章

  1. ArtifactTransferException: Failure to transfer org.apache.openejb:javaee-api:jar:5.0-1

    最近在myeclipse上创建maven类型的web项目的时候,出现了一个错误. ArtifactTransferException: Failure to transfer org.apache.o ...

  2. 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 * ...

  3. 解决Java程序连接mysql数据库出现CommunicationsException: Communications link failure错误的问题

    一.背景 最近在家里捣鼓一个公司自己搭建的demo的时候,发现程序一启动就会出现CommunicationsException: Communications link failure错误,经过一番排 ...

  4. Visual Studio 2008 Package Load Failure:未能正确加载包“Microsoft.VisualStudio.Xaml”

    在安装好Visual Studio 2008后,启动Visual Studio 2008 发现如下提示: 包加载失败 未能正确加载包“Microsoft.VisualStudio.Xaml”( GUI ...

  5. 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 ...

  6. 错误提示:LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt 的解决方法

    最近在win7 系统下,打算利用 cmake 生成项目文件,然后用vs2010进行编译.但是在cmake的时候出现错误弹窗:

  7. Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]

    今天遇到了Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]这个错误,一直也没有百度,不料想却弄了一个 ...

  8. Android自动化测试 - Robotium之re-sign.jar重签名后安装失败提示Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]解决方案

    问题:在用re-sign.jar重签名apk文件后,显示重签名成功,但在实际安装过程中确提示:Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES] 原因:网上查 ...

  9. Assertion failure in -[UITableView _classicHeightForRowAtIndexPath:], /SourceCache/UIKit_Sim/UIKit-3318/UITableView.m:10772

    Assertion failure in -[UITableView _classicHeightForRowAtIndexPath:], /SourceCache/UIKit_Sim/UIKit-3 ...

随机推荐

  1. git中误删提交(commit)后,怎么恢复

    “xml文件存储数据”提交被我误操作,即使用reset  --hard删除了,然后又进行了三次提交,发现删除的提交有用,需要找回来, 于是找了好久,找到好方法: 1.进入工程下的.git文件下,git ...

  2. static关键字(修饰函数、局部变量、全局变量)

    在C语言中,static的字面意思很容易把我们导入歧途,其实它的作用有三条. (1)先来介绍它的第一条也是最重要的一条:隐藏. 当我们同时编译多个文件时,所有未加static前缀的全局变量和函数都具有 ...

  3. netty源码理解补充 之 DefaultChannelPipeline到底是个啥

  4. L257 论述型作文模板

    一引出相同观点: 1.With the development of science and technology, more and more people believe that...随着科技的 ...

  5. day 关于生成器的函数

    def average(): count=0 toatal=0 average=0 while True: value=yield average toatal+=value count+=1 ave ...

  6. ionic的actionsheet安卓样式不正常的坑及解决之道

    这是actionsheet该有的样子,可是android下变成了这样: 百度后,发现修改lonic.css,注释这段代码就可以了:

  7. java.lang.OutOfMemoryError: GC overhead limit exceeded

    前端请求:{"code":400,"message":"Handler dispatch failed; nested exception is ja ...

  8. Python socket简单操作

    #服务端:#导入socket模块 import socket #创建socket对象,创建了一个手机 server = socket.socket() #给程序设置一个ip地址和端口号,买了个手机卡 ...

  9. Python 属性

    class Person: def __init__(self, name, gender, birth): self.name = name self.gender = gender self.bi ...

  10. Python 类变量

    class Person: country = "大清" def __init__(self, name, gender): self.name = name self.gende ...