Executables, libraries, dlls etc., created under Windows will not work directly on Unix platforms (unless you are using some kind of emulator, such as Wine).
If your program (i.e source code) makes use of GUI/graphics code on Windows then it is unlikely to compile on Unix.
You cannot use...