Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to convert a linux executable file (binary) to windows exe file?

You can not convert a linux executeable into a windows executeable. But you can compile the source with cross-compiler.

E.g: MinGw32

if you are in ubuntu:

sudo apt-get install mingw32
i586-mingw32msvc-cc main.c -o main.exe

Tags:

Windows

Linux

Binary

Related

Difference between repository and pluginrepository How to output text in the R console without creating new lines? Class 'DOMDocument' not found slice array from N to last element How to get the device locale after changing the application locale win32gui get the current active application name Find distance between two points on map using Google Map API V2 How to include an image in an HTML page served dynamically by Prolog? How to use google-oauth-java-client? Is it possible in Java to return the 401 Unauthorized response code explicitly TinyMCE textarea and post form using ajax Best way to skip a header when reading in from a text file in Perl?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy