Opened 14 years ago
Closed 13 years ago
#2892 closed Bugs (invalid)
test fails when using the wxWidgets library with boost library > 1.34.1
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
As long as I'm using the boost libraries 1.34.1 everything works well. But if I update, I can run the software, but not more the tests.
'In file included from D:/programs/programming/wxWidgets-2.8.10/include/wx/defs.h:2856,
from D:/programs/programming/wxWidgets-2.8.10/include/wx/dynarray.h:15, from ..\src\../../plexso/src/nnet/mlpProjectMembers.h:22, from ..\src\../../plexso/src/nnet/nnetDataProcessing.h:22, from ..\src\../../plexso/src/nnet/nnetDataProcessing.cpp:15, from ..\src\nnetDataProcessingTest.h:19, from ..\src\mainTest.cpp:25:
D:/programs/programming/wxWidgets-2.8.10/include/wx/msw/winundef.h: In function `HWND* CreateDialog(HINSTANCE*, const TCHAR*, HWND*, BOOL (*)(HWND*, UINT, WPARAM, LPARAM))':
D:/programs/programming/wxWidgets-2.8.10/include/wx/msw/winundef.h:39: error: cannot convert const TCHAR*' to
const WCHAR*' for argument 2' to
HWND* CreateDialogParamW(HINSTANCE*, const WCHAR*, HWND*, BOOL (*)(HWND*, UINT, WPARAM, LPARAM), LPARAM)
If I go back to 1.34.1 it's ok again. This happens with all boost libraries newer than 1.34.1.
What part of boost r u using? Can you show trivial example? The error message does not reference boost at all. Can you dig deeper and find what is actually conflicting?
Please reopen or resubmit, once you can show how is it related to boost.