gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Intellisense sees MSC and x86 defines when code hilighting #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At least _MSC_VER and _M_IX86 are both defined while code 
highlighting/colouring and calculating browse info. This is fairly misleading, 
and has thrown me off the scent of bugs a couple of times now ;)

Is this possible/simple to fix up?
It would be nice if the appropriate macros for the compiler were seen by the 
editor when the android configuration is selected: ie, at least __GNUC__ and 
__arm__

Cheers!

Original issue reported on code.google.com by turkey...@gmail.com on 27 Nov 2011 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 28 Nov 2011 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 21 Feb 2012 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 25 Jul 2012 at 1:57