Thread: wxWidgets Problem

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    151

    wxWidgets Problem

    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++"

  2. #2
    The Registered User Aparavoid's Avatar
    Join Date
    May 2009
    Posts
    74
    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 08:11 PM.

  3. #3
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by bijan311 View Post
    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++"
    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)

    "...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.."
    Bill Bryson


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  2. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  3. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM
  4. wxWidgets cross platform GUI problem
    By BobS0327 in forum Linux Programming
    Replies: 2
    Last Post: 05-31-2006, 06:34 AM
  5. wxWidgets loading shared library problem
    By BobS0327 in forum Linux Programming
    Replies: 1
    Last Post: 05-10-2006, 07:23 PM