I use Code::Blocks using the MinGW compiler and i compile some code using wxWidgets that i got from a tutorial it gives me this error.
Code:#error "This file should only be included when using Microsoft Visual C++"
This is a discussion on wxWidgets Problem within the C++ Programming forums, part of the General Programming Boards category; I use Code::Blocks using the MinGW compiler and i compile some code using wxWidgets that i got from a tutorial ...
I use Code::Blocks using the MinGW compiler and i compile some code using wxWidgets that i got from a tutorial it gives me this error.
Code:#error "This file should only be included when using Microsoft Visual C++"
Sounds like you included a compiler specific header or downloaded the wrong SDK. Post the source so we can tell you a little more.
Last edited by Aparavoid; 02-26-2010 at 07:11 PM.
wxwidgets forums
ask your questions there and the mods will explain everything to you ,this is the number one wxwidgets community on the web which you should visit first when facing a wxwdigets concerning problem .
Highlight Your Codes
The Boost C++ Libraries (online Reference)
Bill Bryson"...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."