Big-Onche / Tesseract-Sauerbraten

Cube 2: Sauerbraten ported to Tesseract
3 stars 2 forks source link

'Unresolved external symbol' (LNK2019) when building on Windows with Visual Studio #13

Closed SalatielSauer closed 2 months ago

SalatielSauer commented 2 months ago

Hi, any recommendations for building the project on Windows 10? Some LNK errors occur when I try using Visual Studio 2022:

image image

Big-Onche commented 2 months ago

Hello, I use code::blocks on windows, so I don't have updated the VS project. I need to add all source and header files related to Sauerbraten (monsters.cpp, etc.) in the VS project and also in the makefile btw.

SalatielSauer commented 2 months ago

Hello, I use code::blocks on windows, so I don't have updated the VS project. I need to add all source and header files related to Sauerbraten (monsters.cpp, etc.) in the VS project and also in the makefile btw.

Thanks, for now adding the occurrences of 'monster' and 'movable' to the makefile worked with mingw32-make.

Big-Onche commented 2 months ago

Thanks for the makefile!

I just updated the Visual Studio project, now it compiles https://github.com/Big-Onche/Tesseract-Sauerbraten/commit/2d718da5ea4bdd4212889a432850666825f50bb5