zoukankan      html  css  js  c++  java
  • 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:\_codesluaeroBraneStudioEduPack-1.40-win32inlua53.exe" -e "io.stdout:setvbuf('no')" "G:\_codesluaeroBraneStudioEduPack-1.40-win32myprogramsuntitled.lua"'.
    Program 'lua53.exe' started in 'G:\_codesluaeroBraneStudioEduPack-1.40-win32myprograms' (pid: 9800).
    ;G:\_codesluaeroBraneStudioEduPack-1.40-win32in?.dll;G:\_codesluaeroBraneStudioEduPack-1.40-win32in..liblua5.3?.dll;G:\_codesluaeroBraneStudioEduPack-1.40-win32inloadall.dll;.?.dll;G:\_codesluaeroBraneStudioEduPack-1.40-win32in/?.dll;G:\_codesluaeroBraneStudioEduPack-1.40-win32in/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:\_codesluaeroBraneStudioEduPack-1.40-win32inlua53.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-win32myprogramsuntitled.lua:4: in main chunk
    	[C]: in ?
    Program completed in 0.11 seconds (pid: 9800).
  • 相关阅读:
    我为何需要使用空接口?
    Castle 整合.NET Remoting
    MVC结构简介
    在asp.net页面上得到Castle容器的实例
    Castle.MVC框架介绍
    08.vue-router动态路由匹配
    07. vue-router嵌套路由
    06.路由重定向
    04 Vue Router路由管理器
    ES6新特性之 let 、const
  • 原文地址:https://www.cnblogs.com/cutepig/p/10106079.html
Copyright © 2011-2022 走看看