From: Eric Christopherson on 20 Jan 2010 21:27 On Wed, Jan 20, 2010 at 8:00 PM, Nilbert Nullingsworth <yakahughes(a)gmail.com> wrote: > Well, I may just have to learn how to use MinGW if no one can figure > out why VC++ is messing it up. Back to that vsnprintf warning, what happens if you remove #include <cstdio>?
From: Nilbert Nullingsworth on 20 Jan 2010 22:18
On Jan 20, 6:27 pm, Eric Christopherson <echristopher...(a)gmail.com> wrote: > On Wed, Jan 20, 2010 at 8:00 PM, Nilbert Nullingsworth > > <yakahug...(a)gmail.com> wrote: > > Well, I may just have to learn how to use MinGW if no one can figure > > out why VC++ is messing it up. > > Back to that vsnprintf warning, what happens if you remove #include <cstdio>? Nothing happens to the error. |