> >    Have you tried the iuplua console application?
> Uhm... Not sure about what it is supposed to do. If I run it, it just
displays the
> version and quits (Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio, no
GUI
> as it seems to be the case in the screenshot in the documentation). If I
run it
> with the "-i" option, it looks and acts like a normal lua console (ie no
"iup" table
> defined or anything).

  It is supposed to show a IUP dialog with a text box where a Lua code can
be edited and run.

 
> I will also try to track down the problem further... Apparently it is not
a very
> common thing if you haven't heard of it before :)

  Usually is a compatibility problem with some system library.

 
> Is there some specific order in which I should require the libraries? Or
any library
> that shouldn't be required before iupluacd because of some conflict?

 Yes, there is an order. It follows the dependencies hierarchy. The order
you wrote was right:

require "imlua"
require "cdlua"
require "cdluaim"
require 'iuplua'
require "iupluacd"

Best,
Scuri



------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to