I have a C++ project that output a C++ .exe . The project is dependant of some .lib and .dll. If I want to use the .exe on another server, can I just transfer the .exe withtout the .lib, .dll, and .obj? Do the .exe was build so it 'includes' these files?
Thank you!