Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load IUP with WinLua Binaries #2

Open
RussellHaley opened this issue Mar 31, 2018 · 0 comments
Open

Cannot load IUP with WinLua Binaries #2

RussellHaley opened this issue Mar 31, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@RussellHaley
Copy link
Collaborator

I am attempting to load IUP via the WInLua binaries but get an exception. The Lua53 binries included with the IUP download work without issue.
-- I didn't modify package.cpath because the error is the same either way
Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio

l = require('iuplua53')
error loading module 'iuplua53' from file '.\iuplua53.dll':
The specified procedure could not be found.

stack traceback:
[C]: in ?
[C]: in function 'require'
stdin:1: in main chunk
[C]: in ?

With the IUP generated binaries I get this:
C:\Users\russh\lua\iup-3.24-Lua53_Win32_bin> .\lua53.exe
Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio

l = require('iuplua');
l
table: 047A9DA8

I'm hoping this is just path complications but some brief testing shows it's more complicated than that.

Still requires investigation.

@RussellHaley RussellHaley added the bug Something isn't working label Mar 31, 2018
@RussellHaley RussellHaley added this to InProgress in WinLua Binaries Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
WinLua Binaries
  
InProgress
Development

No branches or pull requests

1 participant