Bob Brown

Results 7 comments of Bob Brown

With respect to snprintf, Microsoft implemented _snprintf. See this post on Stackoverflow... http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 According to the C++11 feature list, variadic templates are supported in VS 2013... https://msdn.microsoft.com/en-us/library/hh567368.aspx#featurelist I'm not surprised...

I'm actively debugging and testing with LuaGlue as it is currently blocking my development. I'll keep you posted as to what I find. I'm up to date with the latest...

I just updated to the latest code on this repo. It doesn't come close to compiling with my tool chain... 1> MpLua.cpp 1>C:\Users\developer\Desktop\code\project\ThirdParty\LuaGlue\include\LuaGlue/LuaGlueTypeBase.h(30): warning C4114: same type qualifier used more...

Granted, it's not causing the internal compiler error. I'll work on getting this code to compile in VS 2013 and see how far I get.

Multi-platform development is definitely challenging. Sometimes you need to work with lowest common denominator. I've worked through quite a few of the compiler issues by making a few small tweaks...

Hopefully, in the future VS will support C++11 better. I'll investigate some other libraries that might work with it today. Thanks for all of your help.