1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
2
General / Unresolved external symbol error
« on: January 02, 2021, 06:19:37 am »
I am getting
When running in visual studio.
I have followed the tutorial for setting up with visual studio.
These are my linker additional dependencies:
main.obj : error LNK2001: unresolved external symbol "public: static class sf::RenderTexture GameRenderer::render
When running in visual studio.
I have followed the tutorial for setting up with visual studio.
These are my linker additional dependencies:
sfml-graphics-s.lib;sfml-window-s.lib;sfml-system-s.lib;sfml-audio-s.lib;opengl32.lib;freetype.lib;winmm.lib;gdi32.lib;openal32.lib;flac.lib;vorbisenc.lib;vorbisfile.lib;vorbis.lib;ogg.lib;
for release andsfml-graphics-s-d.lib;sfml-window-s-d.lib;sfml-system-s-d.lib;sfml-audio-s-d.lib;opengl32.lib;freetype.lib;winmm.lib;gdi32.lib;openal32.lib;flac.lib;vorbisenc.lib;vorbisfile.lib;vorbis.lib;ogg.lib;
for debug
Pages: [1]