Search results

  1. M

    how to use <Windows.h> c++

    it produces an .exe file that you need to run using Wine
  2. M

    how to use <Windows.h> c++

    Steps to Use : 1. sudo apt-get install g++-mingw-w64 (for minGW) 2. Then copy libgcc_s_sjlj-1.dll (To the project Dir) in my case : cp /usr/lib/gcc/i686-w64-mingw32/7.3-win32/libgcc_s_sjlj-1.dll . -Then copy libstdc++-6.dll (To the project Dir)...
  3. M

    how to use <Windows.h> c++

    Found it use wine (wineg++/winegcc)
  4. M

    how to use <Windows.h> c++

    Hello can someone help me please, i wrote some code in my win10 machine including Windows.h (API) an i did use some functions from it, but now i want to compile it in my Linux machine, But i don't know how, i tried using winegcc but i don't know what i need or what flags to use and the compiler...
Top