C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
2,742 questions
Apparently, Dev-C++ is an IDE (Integrated Development Environment) not a compiler. According to Dev-C++ Official Website Version 5 can be downloaded with the Mingw/GCC 3.4.2 compiler and GDB 5.2.1 debugger and the Version 6 download includes the TDM-GCC compiler.
So you should refer to Windows documentation for each Windows API function that your code uses to determine the related DLL and the import library required for the linker. The requirements for the non-Microsoft compiler that your version of Dev-C++ is using should be referred to for any other requirements.