lua-users home
lua-l archive

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


On Mon, May 7, 2018 at 3:48 AM, Russell Haley <russ.haley@gmail.com> wrote:

> Sorry,  a half thought: The idea is to start with the 32 bit application and if the user wants a 64 bit interpreter (specified -64bit), the 32 bit application launches the 64 bit application with the same parameters and then closes.

Why does it need to close? Why is os.execute() {or C-level system())} not an option?

Cheers,
V.