SFML community forums

Help => General => Topic started by: rikimaru2013 on October 19, 2013, 10:46:02 pm

Title: [SOLVED]First Run Turial Code Error
Post by: rikimaru2013 on October 19, 2013, 10:46:02 pm
Hi everyone,

It's my first step at C++ Game Developing - and I stop my choice on SFML, but after doing all turial instruction - can't start project. Some screens:
http://clip2net.com/s/5ZBxXZ
http://clip2net.com/s/5ZBzoV
http://clip2net.com/s/5ZBzOM
http://clip2net.com/s/5ZBAhs
http://clip2net.com/s/5ZBAA5
http://clip2net.com/s/5ZBAWf

Can you help me? Thanks a lot in any way.

Title: Re: First Run Turial Code Error
Post by: eXpl0it3r on October 19, 2013, 11:08:23 pm
The graphics module depends on the window and system module as described in the tutorials. So you obviously have to link against them as well. ;)
Title: Re: First Run Turial Code Error
Post by: rikimaru2013 on October 19, 2013, 11:14:05 pm
Yeap, i see it now. My mind think that more moduls is more size of finished files and more memory taked on .exe file run on.

Thanks for help, eXpl0it3r. Problem is totaly solved.