gavinpugh / vs-android

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

Can vs-android supports '-fshort-wchar' C flags ? #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Becuase need to use utf-16 cross platform on IOS, android and windows, so we 
need to use '-fshort-wchar' C flags, but I don't know how to set this with 
vs-android. in C/C++ command line ? or link command line ? Thanks !

Original issue reported on code.google.com by easygame...@126.com on 20 Mar 2012 at 2:55

GoogleCodeExporter commented 9 years ago
Your question isn't really related to vs-android plugin, rather to some Visual 
Studio's group :-)
You can manage your "missing feature" by opening project settings and adding 
-fshort-wchar flag to advanced C++ options.

Original comment by milos0...@gmail.com on 24 Mar 2012 at 12:22

GoogleCodeExporter commented 9 years ago
I have add '-fshort-wchar' to C++ command line successful
Thanks for help !

Original comment by easygame...@126.com on 26 Mar 2012 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 26 Mar 2012 at 7:29

GoogleCodeExporter commented 9 years ago

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