Re: [wxlua-users] About Alien.Lua

2017-04-16 Thread Dario Cano
The alien.core and alien.struct libraries are part of the alien project . Once you have compiled the project, these two libraries will be available; The easiest way to compile this project is to use the luarocks package manager with the commands: $ luarocks m

Re: [wxlua-users] About Alien.Lua

2016-03-14 Thread Hernan Cano
Yes, John. Thanks. 2016-03-14 15:25 GMT-05:00 John Labenski: > wxLua does not use alien at all and I do now know where you may be able to > find these DLLs. > > Good luck, > John > > -- Transform Data into Opportunit

Re: [wxlua-users] About Alien.Lua

2016-03-14 Thread John Labenski
wxLua does not use alien at all and I do now know where you may be able to find these DLLs. Good luck, John On Sat, Mar 12, 2016 at 10:30 AM, Hernan Cano wrote: > Hi, friend. > > I have downloaded > https://github.com/torch/luarocks-mirror/blob/master/rocks/alien-0.7.0-1.src.rock > but it

[wxlua-users] About Alien.Lua

2016-03-12 Thread Hernan Cano
Hi, friend. I have downloaded https://github.com/torch/luarocks-mirror/blob/master/rocks/alien-0.7.0-1.src.rock but it lacks cre.dll and struct.dll . Can you say me where can I get these two DLLs and/or how could I compile this download for getting the both of them? Thanks. -