Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2.1 - VS2012 c++ IntelliSense  (Read 1335 times)

0 Members and 1 Guest are viewing this topic.

smhoff

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
SFML 2.1 - VS2012 c++ IntelliSense
« on: October 17, 2013, 09:03:44 pm »
//  Edit  //

Tried to delete this message and move it to the correct forum, but it won't let me. Sorry about that guys.

// Edit //
 
Ok I've searched for a couple of days now. Compiled SFML 2.1 with VS2012 a couple of times, created probably 20 different projects static/dynamic, added XML comments in the SFML code base and generated XML all trying to get some kind of IntelliSense support in VS2012.

Any other C++ project I get IntelliSense, but the second I reference SFML it stops working. And it stops not just for SFML libs but for std::blah_blah.

It must be something incredibly silly I'm doing, I'm hoping someone else has had this issue and solved it.


Thanks!
« Last Edit: October 17, 2013, 09:14:24 pm by smhoff »

The Hatchet

  • Full Member
  • ***
  • Posts: 135
    • View Profile
    • Email
Re: SFML 2.1 - VS2012 c++ IntelliSense
« Reply #1 on: October 17, 2013, 09:49:47 pm »
intellisense is just bad and stupid sometimes unfortunately.  You'd probably have to dig around the MSDN knowledge base to see if there is anything you can do.  When using VStudio i tend to just ignore intellisense since it never knows what its doing most of the time.

 

anything