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

Pages: [1]
1
General / Re: LNK error 1000, and Compiler error 1001 when using std::cout
« on: December 30, 2017, 11:09:44 pm »
It's unrelated to SFML, most likely some broken VS install.
Thanks, I'll repair it.

EDIT: When reinstalling it, did make it work again.

2
General / LNK error 1000, and Compiler error 1001 when using std::cout
« on: December 30, 2017, 08:42:01 pm »
I'm with subsystem activated to use SFML with console, but when I try to use std::cout to print something, this error starts occurring.

3
General / Re: Intellisense not working right with SFML (VS 2017)
« on: December 22, 2017, 09:47:52 pm »
Works fine for me. Sounds like either your setup is wrong or your VS installation has some issues.



Wrote some simple example code and Intellisense always worked fine. :)
I did atualize my video card driver with a newer version, and I did uninstall Avira, for now seems it works fine. thanks for the answer.

4
General / Intellisense not working right with SFML (VS 2017)
« on: December 22, 2017, 02:10:09 pm »
I'm trying to develop my first game which is a Pong, the problem is even with everything set right, and working, my intelisense always stop working with sfml, I re-did the whole process of setting up the sfml in a project 3 times already, and it still stopping work suddenly. I try to access, for example:
sf::RectangleShape player;
player.(members)

the members doesn't appear, and sometime the namespace sf doesn't even show the members which it contains.
There is something I can do? Maybe should I change the IDE?

Pages: [1]
anything