QwertyManiac
Commander in Chief
Re: HOWTO: Running Digit Interface in Linux
You can run .EXEs on Linux if they are standard code. I was not talking about Digit's source code, I was talking about Adobe.
There you go, I just ran an .exe on Linux. Do you now understand what a .exe actually means?
// Compiled with VS 2005
WINE runs natively in Linux and on top of it I ran Digit interface, in a way it is only a port. And how can you assert I can run .EXE in Linux without WINE. I do not know the source code of Digit OS anyway.
WINE is GPL and open source and I do not know why it is not the right way to run DigitOS(read: a Windows only application) in Linux?
You can run .EXEs on Linux if they are standard code. I was not talking about Digit's source code, I was talking about Adobe.
Code:
abc@def ~ $ ./Hello.exe
Hello World!
abc@def ~ $
There you go, I just ran an .exe on Linux. Do you now understand what a .exe actually means?
// Compiled with VS 2005