1
Graphics / Re: Fill Array with Shapes without using vectors
« on: May 20, 2017, 09:48:10 pm »
Seems like there is no way to install CSFML on Visual Studio or CodeBlock
Visual Studio always return me "cannot open file 'csfml-graphics.lib'"
Is it normal that there is no csfml-xxx-d dll file ?
EDIT: I finaly succeed to install on CodeBlock, but sfRenderWindow_clear(window, sfBlack); won't work, like if sfBlack wasn't recognize
EDIT2 : I also installed it on visual studio, now working correctly, I'm converting my old c++ code, in c one
Visual Studio always return me "cannot open file 'csfml-graphics.lib'"
Is it normal that there is no csfml-xxx-d dll file ?
EDIT: I finaly succeed to install on CodeBlock, but sfRenderWindow_clear(window, sfBlack); won't work, like if sfBlack wasn't recognize
EDIT2 : I also installed it on visual studio, now working correctly, I'm converting my old c++ code, in c one