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.


Topics - SuperFunMegaLazy

Pages: [1]
1
General discussions / Doesn't link in VS 2022 - expected?
« on: November 18, 2023, 05:10:23 am »
I'm compiling against 2.6.1, and am including

#pragma comment( lib, "sfml-main.lib")
#pragma comment( lib, "sfml-graphics.lib")
#pragma comment( lib, "sfml-system.lib")
#pragma comment( lib, "sfml-window.lib")

in my program, and when it links, on the sample tut, it can't find Green (the static color), and it can't find external symbol static class sf::RenderStates const sf::RenderStates::Default.

Has anybody else seen this?
a

Pages: [1]
anything