SFML community forums

Help => General => Topic started by: Cryonic on August 05, 2015, 11:12:20 pm

Title: Static Linking (2.3 & No Linker Errors) [SOLVED]
Post by: Cryonic on August 05, 2015, 11:12:20 pm
I followed the tutorial here:
http://www.sfml-dev.org/tutorials/2.3/start-vc.php

(1) I have added the following in CONFIGURATION PROPERTIES>>C/C++>>GENERAL>>ADDITIONAL INCLUDE DIRECTORIES:
C:\\Path to my SFML Include Directory

(2) I have added the following in CONFIGURATION PROPERTIES>>LINKER>>GENERAL>>ADDITIONAL LIBRARY DIRECTORIES:
C:\\Path to my SFML Lib Directory

(3) I have added the following in CONFIGURATION PROPERTIES>>C/C++>>PREPROCESSOR DEFINITIONS:
SFML_STATIC;

(4) I then added the following in CONFIGURATION PROPERTIES>>LINKER>>INPUT>>ADDITIONAL DEPENDENCIES:
sfml-window-s-d.lib; sfml-system-s-d.lib; sfml-graphics-s-d.lib; sfml-audio-s-d.lib; opengl32.lib; freetype.lib; jpeg.lib; winmm.lib; gdi32.lib; openal32.lib; flac.lib; vorbisenc.lib; vorbisfile.lib; vorbis.lib; ogg.lib; winmm.lib;

I am comparing the size of the the exe (the statically linked) to the one I had previously (the dynamically linked), and there does seem to be a size difference. Why am I still receiving an error message when I try to run it without the DLL's in the same directory?

Any help would be greatly appreciated!
Title: Re: Static Linking (2.3 & No Linker Errors)
Post by: G. on August 06, 2015, 08:54:18 am
Why am I still receiving an error message when I try to run it without the DLL's in the same directory?
(https://pumabydesign001.files.wordpress.com/2013/05/fortune-teller-with-crystal-ball.jpg)
What error message?

And:
Quote
If you are using the sfml-audio module (regardless whether statically or dynamically), you must also copy the DLL of the external library needed by it, which is OpenAL32.dll.
Title: Re: Static Linking (2.3 & No Linker Errors)
Post by: Hapax on August 06, 2015, 12:11:35 pm
(https://pumabydesign001.files.wordpress.com/2013/05/fortune-teller-with-crystal-ball.jpg)
What error message?
This made me giggle  ;D
Title: Re: Static Linking (2.3 & No Linker Errors)
Post by: GraphicsWhale on August 08, 2015, 10:29:57 am
(https://pumabydesign001.files.wordpress.com/2013/05/fortune-teller-with-crystal-ball.jpg)
What error message?
This made me giggle  ;D
+1