lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


C:/"Program Files (x86)"/Lua/5.1/luac.exe -o C:/Users/admin/Desktop/IRP/5.1/##_asmh.BOC  - "C:/ProgramData/Calico Pie/Family Historian/Plugins/##_asmh.fh_lua"

C:/"Program Files (x86)"/Lua/5.1/luac.exe -l -l > C:/Users/admin/Desktop/IRP/5.1/##_asmh.dsm - "C:/ProgramData/Calico Pie/Family Historian/Plugins/##_asmh.fh_lua"

neither of these statements work correctly. they hang up the command prompt, and powershell.

I am on windows 10 64 bit and lua 5.1

I intend to compile the bytecode or get the vm code from:
"C:/ProgramData/Calico Pie/Family Historian/Plugins/##_asmh.fh_lua"

and place it in:

 C:/Users/admin/Desktop/IRP/5.1/##_asmh.BOC and .dsm respectively.