Search found 8 matches

by wxLuis
Sun Nov 14, 2010 9:55 pm
Forum: Compiler / Linking / IDE Related
Topic: vs2010, wxwidgets 2.9.1 and TargetPath/OutputFile mismatch
Replies: 2
Views: 3244

Code Generation-Runtime Library switch /MD or /MDD

I believe that all problems with MSVC++ 2010 creating wxWidgets libraries or Dlls come from the fact that all the 22 projects in a solution (wx_vc10.sln) have the Code Generation-Runtime Library switch /MD or /MDD Projects Code Generation-Runtime Library Switch = /MD or /MDD in the solution (wx_vc10...
by wxLuis
Fri Aug 27, 2010 10:06 pm
Forum: Compiler / Linking / IDE Related
Topic: Fixed wxWidgets 2.9.1 project files Visual Studio 2010
Replies: 12
Views: 34537

Thanks for the project files and WXUSINGDLL

I downloaded the vc++2010 project files and solution. The only problem was in the scintilla project. It has a preprocessor definition in the configuration Release and also in the Debug where it defines WXUSINGDLL. This define should be removed from the project properties. This preprocesor can only b...
by wxLuis
Fri Aug 06, 2010 10:59 pm
Forum: Compiler / Linking / IDE Related
Topic: WxStyledTextCtrl seems to be broken in wx2.9.1
Replies: 0
Views: 954

WxStyledTextCtrl seems to be broken in wx2.9.1

I have been searching for all bugs reported in wxWidgets that have something to do with wxStyledTextCtrl in the new development release wxWidgets-2.9.1. I have compiled 2.9.1 with MinGW an VC++2010. In 2.9.1 an Windows Vista the wxToolbar control get an ugly background color that is not the default ...
by wxLuis
Wed Jul 21, 2010 9:53 pm
Forum: Compiler / Linking / IDE Related
Topic: [2.9.1] Compiling wxWidgets-2.9.1 with MinGW [Error 1]
Replies: 26
Views: 10178

Hi, I have the same problems compiling with MinGW for windows and also with Visual C++ 2010 and wxWidgets-2.9.1 For me there is an error in the makefile.gcc and also in the makefile.vc For makefile.gcc on line 183 in WXSCINTILLA_CXXFLAGS there is a define -DWXUSINGDLL, after I remove that define I c...
by wxLuis
Tue Apr 20, 2010 11:41 pm
Forum: Compiler / Linking / IDE Related
Topic: Please update this code for the next VC++ version
Replies: 4
Views: 3500

I have found that the problem is due to a pragma message in the file include\wx\platform.h line 517 and the solution is: if __VISUALC__ < 1100 # error "This Visual C++ version is too old and not supported any longer." # elif __VISUALC__ < 1200 # define __VISUALC5__ # elif __VISUALC__ < 130...
by wxLuis
Tue Apr 20, 2010 9:44 pm
Forum: Compiler / Linking / IDE Related
Topic: Please update this code for the next VC++ version
Replies: 4
Views: 3500

I do not know what it means. Is is not an error. To my best of my knowledge it has something to do with the form in which wxWidgets use precompiled headers. When you compiled wxWidgets in Microsoft IDE Express 2010 it use a file call dummy.cpp. That file is included when you are using precompiled he...
by wxLuis
Sat Apr 17, 2010 3:07 pm
Forum: Compiler / Linking / IDE Related
Topic: Please update this code for the next VC++ version
Replies: 4
Views: 3500

Please update this code for the next VC++ version

Please update this code for the next VC++ version I have compiled wxWtgets 2.9.0 with Visual C++ 2010. But every time I compiled a wxWidgets example program or any wxWidgets program the compiler for each file says :Please update this code for the next VC++ version Even the Microsof IDE says this no...
by wxLuis
Sun Oct 05, 2008 11:15 am
Forum: wxDev-C++
Topic: Client RC2 crash on re-start
Replies: 2
Views: 1139

Client RC2 crash on re-start

Yesterday I Update to Client RC2 on Windows Vista Basic, I remove configuration files (*.ini) and the IDE when throught the initilization setup as usual, creating the cache and all that stuff. The IDE start very well and I reconfigure it to use VC2008 and was able to rebuild one project. I have to u...