Okay, finally compiled in Visual Studio and it popped up a mesage telling me this:
1>Generando código…
1>LINK : warning LNK4098: la biblioteca predeterminada’MSVCRT’ entra en conflicto con otras bibliotecas; use la biblioteca /NODEFAULTLIB:biblioteca
1>Cataclysm.vcxproj -> C:\Users\Usuario\Desktop\Smthng\Cata DDA mod\Cataclysm-DDA\msvc-full-features\…\Cataclysm.exe
1>Cataclysm.vcxproj -> C:\Users\Usuario\Desktop\Smthng\Cata DDA mod\Cataclysm-DDA\msvc-full-features\…\Cataclysm.pdb (Full PDB)
1>Compilación del proyecto “Cataclysm.vcxproj” terminada.
========== Compilar: 1 correctos, 0 incorrectos, 0 actualizados, 0 omitidos ==========
Which I think is okay because it tells me that it created a .exe (that is what i want) and also a .pdb (Which I have no idea what it is, then when I started the Cataclysm.exe it popped a little window of an error telling me:
-
The execution code can’t continue because it didn’t find SDL2_image.dll. This problem can be solved reinstalling the program.
-
The execution code can’t continue because it didn’t find SDL2.dll. This problem can be solved reinstalling the program.
-
The execution code can’t continue because it didn’t find SDL2_ttf.dll. This problem can be solved reinstalling the program.
-
The execution code can’t continue because it didn’t find SDL2_mixer.dll. This problem can be solved reinstalling the program.
(I vaguely transalted it from my native language , sorry if the English it’s a little weird)
Thanks for your attention! 