mikehend / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

No base libraries #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setting up LuaInterface with Visual Studio C# Express 2008
2. Create a Lua Object
3. Create a Lua File with "print("something")"
4. Call lua file

What is the expected output? What do you see instead?

- I expect to see "something" on screen.
- But the screen is empty.

What version of the product are you using? On what operating system?
- I work on Windows XP (SP2) with the LuaInterface 2.0.3 (7z-package)

Please provide any additional information below.
-> first I tried to call a CRL-Object with load_assembly following by
import_type.
I tried with "luanet." before the function call and without. Both with no
result (nil object).
Adding a Function from C# with RegisterFunction did do a working function
call on the C#-Implementation.

In the list of my linked libraries Lua52 comes with version 0.0.0.0
Might be an error in the package?

Original issue reported on code.google.com by the.deat...@googlemail.com on 15 Oct 2009 at 8:02

GoogleCodeExporter commented 9 years ago
I am closing this issue because it appears to have been fixed previously.  The 
behavior in question cannot be duplicated in the current trunk version (r14).  

I checked using both a DoString("print('TestString')") call, and with a DoFile 
call using a file with a single line: print("TestFromFile");

In both test cases, the console properly displayed the expected string.  I've 
attached a copy of the solution I used for testing.  It contains the 
LuaInterface.dll as built from trunk revision 14.

Original comment by eonstorm@gmail.com on 1 Jul 2010 at 9:10

Attachments: