Search code examples
windev

Is it possible to deploy WINDEV built on Windows OS into Linux OS?


I have my WINDEV application built for windows OS. Can it be made to run on Linux OS ?

(just like how Java's bytecode can run on any platform ? or like dotnet core can run on both windows and Linux )


Solution

  • We need to install WINE (windows on linux) to make the windows WINDEV Run on Linux. Also we may need to modify the functions for Linux , since the functions sometimes will be specific to windows