GameCTO / luainterface

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

Unable to import_type with custom class? #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've got many classes spread across different files in the same namespace.

Neither import_type or load_assembly seem to work.

_2DCraft   .   Blocks   .  Custom
  |              |            |
Namespace    Namespace      Class

How can I import/load this into Lua so that I can access it easily from Lua?
Is there any way to import many classes into a table from a namespace?

Thanks,
Ruirize.

Original issue reported on code.google.com by thepie...@gmail.com on 1 Jan 2011 at 10:47

GoogleCodeExporter commented 9 years ago
Same person here; I managed to fix this by loading my compiled exe's name as an 
assembly. My bad, was not fully explained in the PDF though.

Original comment by ruir...@live.co.uk on 16 Jan 2011 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by capre...@gmail.com on 8 Aug 2011 at 8:20