You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘m using vs2008 and qt 4.8.6 and build successed. When I running “qlua.exe hello.lua” got the follow error
qlua: E:\projects\o\qtlua\qtgui\init.lua:10: cannot load '.\libqtgui.dll'
stack traceback:
[C]: ?
[C]: in function 'require'
E:\projects\o\qtlua\qtgui\init.lua:10: in main chunk
[C]: in function 'require'
hello.lua:6: in main chunk
I‘m using vs2008 and qt 4.8.6 and build successed. When I running “qlua.exe hello.lua” got the follow error
qlua: E:\projects\o\qtlua\qtgui\init.lua:10: cannot load '.\libqtgui.dll'
stack traceback:
[C]: ?
[C]: in function 'require'
E:\projects\o\qtlua\qtgui\init.lua:10: in main chunk
[C]: in function 'require'
hello.lua:6: in main chunk
hello.lua:
require 'qt'
require 'qtcore'
require 'qtgui'
require 'qtwidget'
The text was updated successfully, but these errors were encountered: