Program exemption

So, I created a C ++ console game. Now I want to let go of the game. I only want to provide the .exe file, not the code. How should I do it? I would like to make sure that it will work on all Windows devices. I used the following headers -

  • iostream
  • windows.h
  • MMSystem.h
  • conio.h
  • fstream
  • CTime
  • line
  • string.h * I used the namespace std * I used the code :: blocks 13.12 with mingw

& I used the following library -

  • libwinmm.a

Thanks in advance CHANGE This is what happens in depends

+4
source share
1 answer

. , Inno ZIP . , , ++.

, - , DLL, , . x86/x86-64/ARM . , LLVM/Clang GCC , , , , , , , .

- .

TL;DR; (DLL) . , (/ x86 MIPS ). . , . , .

. , , , MinGW-w64. ; DLL MinGW, , Cygwin, , Cygwin DLL. MSVC, , DLL , - , Windows.

+3

All Articles