Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

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.


Messages - Trigonaut

Pages: [1]
1
General / Re: Unresolved external symbol error
« on: January 03, 2021, 10:32:16 pm »

2
General / Unresolved external symbol error
« on: January 02, 2021, 06:19:37 am »
I am getting

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 and
sfml-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]
anything