Having trouble building in Visual Studio 2012
|
06-11-2013, 11:58 AM
Post: #5
|
|||
|
|||
RE: Having trouble building in Visual Studio 2012
I was also having troubles compiling with VS2012. I've had to do the following:
native/thread.h:248, remove const (otherwise, error C3848) define _VARIADIC_MAX=10 for the GPU project. (otherwise, error C2780 because of This) Side effects? Dunno, but it compiles now. ズキューーン |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Having trouble building in Visual Studio 2012 - makotech222 - 05-09-2013, 06:17 PM
RE: Having trouble building in Visual Studio 2012 - [Unknown] - 05-10-2013, 02:06 AM
RE: Having trouble building in Visual Studio 2012 - Kyousuke - 05-14-2013, 05:47 PM
RE: Having trouble building in Visual Studio 2012 - makotech222 - 05-14-2013, 06:36 PM
RE: Having trouble building in Visual Studio 2012 - KrossX - 06-11-2013 11:58 AM
|