Hi,
I tried to compile wxWidgets 2.6.2 by importing and modifying a VS project (removing of .rc). It works almost fine but I only have a problem with the wx_core project.
To reproduce the problem, please download the attached file, and decompress it into wxWidgets-2.6.2/build/msw.
Open wx.workspace with CodeBlocks and Go to Build menu and click on Build Workspace.
here is the log :
Project : wx_core
Compiler : GNU GCC Compiler (called directly)
Directory : D:\Logiciels\wxWidgets-2.6.2\build\msw\
--------------------------------------------------------------------------------
Switching to target: Win32 Release
Compiling: ..\..\src\generic\accel.cpp
..\..\src\generic\accel.cpp:89: error: redefinition of `wxAcceleratorTable::wxAcceleratorTable()'
../../include/wx/msw/accel.h:27: error: `wxAcceleratorTable::wxAcceleratorTable()' previously defined here
..\..\src\generic\accel.cpp:109: error: definition of implicitly-declared `virtual wxAcceleratorTable::~wxAcceleratorTable()'
..\..\src\generic\accel.cpp:122: error: no `void wxAcceleratorTable::Add(const wxAcceleratorEntry&)' member function declared in class `wxAcceleratorTable'
..\..\src\generic\accel.cpp:134: error: no `void wxAcceleratorTable::Remove(const wxAcceleratorEntry&)' member function declared in class `wxAcceleratorTable'
..\..\src\generic\accel.cpp:166: error: no `const wxAcceleratorEntry* wxAcceleratorTable::GetEntry(const wxKeyEvent&) const' member function declared in class `wxAcceleratorTable'
..\..\src\generic\accel.cpp:199: error: no `wxMenuItem* wxAcceleratorTable::GetMenuItem(const wxKeyEvent&) const' member function declared in class `wxAcceleratorTable'
..\..\src\generic\accel.cpp: In member function `wxMenuItem* wxAcceleratorTable::GetMenuItem(const wxKeyEvent&) const':
..\..\src\generic\accel.cpp:200: error: `GetEntry' undeclared (first use this function)
..\..\src\generic\accel.cpp:200: error: (Each undeclared identifier is reported only once for each function it appears in.)
..\..\src\generic\accel.cpp: At global scope:
..\..\src\generic\accel.cpp:206: error: no `int wxAcceleratorTable::GetCommand(const wxKeyEvent&) const' member function declared in class `wxAcceleratorTable'
..\..\src\generic\accel.cpp: In member function `int wxAcceleratorTable::GetCommand(const wxKeyEvent&) const':
..\..\src\generic\accel.cpp:207: error: `GetEntry' undeclared (first use this function)
..\..\src\generic\accel.cpp: At global scope:
..\..\src\generic\accel.cpp:213: error: no `wxObjectRefData* wxAcceleratorTable::CreateRefData() const' member function declared in class `wxAcceleratorTable'
..\..\src\generic\accel.cpp:218: error: no `wxObjectRefData* wxAcceleratorTable::CloneRefData(const wxObjectRefData*) const' member function declared in class `wxAcceleratorTable'
Process terminated with status 1 (0 minutes, 5 seconds)
13 errors, 0 warnings
[attachment deleted by admin]