Vous ne pouvez pas convertir un exécutable Linux en un exécutable Windows. Mais vous pouvez compiler la source avec un compilateur croisé.
Ex :MinGw32
si vous êtes sous ubuntu :
sudo apt-get install mingw32
i586-mingw32msvc-cc main.c -o main.exe
Vous ne pouvez pas convertir un exécutable Linux en un exécutable Windows. Mais vous pouvez compiler la source avec un compilateur croisé.
Ex :MinGw32
si vous êtes sous ubuntu :
sudo apt-get install mingw32
i586-mingw32msvc-cc main.c -o main.exe
Comment convertir des fichiers en codage UTF-8 sous Linux
Comment renommer un fichier sous Linux ?
(C/C++) Comment générer un fichier exécutable pouvant fonctionner à la fois sous Windows et Linux ?
Comment convertir une image disque Linux en un fichier sparse ?
Comment convertir les sauts de ligne dans un fichier texte entre les formats Windows et Unix/Linux ?
Comment exécuter Windows 95 sous Linux
Comment créer un lien symbolique vers un fichier sous Linux
Comment convertir une image de caméra Raw en JPEG sous Linux
Comment convertir un fichier Windows en un fichier UNIX
Comment rendre un fichier exécutable dans un terminal Linux ?
Comment convertir un fichier .pem en un fichier .ppk sous Windows et Linux