samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

Compile a script to DLL? #199

Open ParaMattKoopa opened 3 months ago

ParaMattKoopa commented 3 months ago

was wondering if I could compile one of my function scripts into a dll

samyeyo commented 3 months ago

It's not possible. But by curiosity, what kind of use are you thinking of ?

ParaMattKoopa commented 3 months ago

I was going to convert a script full of functions into a DLL so it would be easier to import into other projects