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 - Dancer

Pages: [1]
1
Thanks :D The libs were there. I just had to check the option to inherit from parent or project defaults, basically adding ";%(AdditionalDependencies)" at the end. It works now.

2
Hi everyone,

I'm a total beginner, trying to get started with C++ and SFML. I followed the tutorial, got 46 errors, followed it again and got the same effect.

Windows 10 64-bit
Intel HD graphics card
Visual Studio 14 (2015), using Win32 platform.
SFML for VS 14 32-bit

Started with empty C++ project.

Additional Include Directories:
(click to show/hide)

Additional Library Directories:
(click to show/hide)

I have not copied SFML dlls (or anything else) to my project directory. As far as I understand, that is only necessary for dynamic linking.

Additional Dependiencies (release):
(click to show/hide)

Additional Dependiencies (debug):
(click to show/hide)

Preprocessor:
(click to show/hide)

main.cpp:
(click to show/hide)

Output log:
(click to show/hide)

It seems as if sfml-window-s-d.lib is missing some dependiencies, but I have no idea why.

Pages: [1]