Search found 3 matches
- Tue Nov 04, 2008 8:25 pm
- Forum: Bug reports
- Topic: Missing files on GUIEditor_win32-gcc.cbp
- Replies: 3
- Views: 393
- Mon Nov 03, 2008 7:46 pm
- Forum: Bug reports
- Topic: Missing files on GUIEditor_win32-gcc.cbp
- Replies: 3
- Views: 393
Missing files on GUIEditor_win32-gcc.cbp
Hello,
The following files are missing on the Codeblocks GUIEditor project, please add them:
CGUIPanel.cpp
CGUIPanel.h
CGUITextureCacheBrowser.cpp
CGUITextureCacheBrowser.h
Thanks in advance,
Kind regards
The following files are missing on the Codeblocks GUIEditor project, please add them:
CGUIPanel.cpp
CGUIPanel.h
CGUITextureCacheBrowser.cpp
CGUITextureCacheBrowser.h
Thanks in advance,
Kind regards
- Mon Oct 27, 2008 9:18 pm
- Forum: Bug reports
- Topic: [fixed]CD3D9Driver.cpp:2334 build error on MingW 3.4.5
- Replies: 1
- Views: 476
[fixed]CD3D9Driver.cpp:2334 build error on MingW 3.4.5
Hello :-) I am getting the following build error when trying to build latest svn trunk on MingW 3.4.5 W32API 3.12: CD3D9Driver.cpp:2334 call of overloaded 'string(HRESULT&)' is ambiguous This happens because HRESULT is defined by the compiler as 'long'. If I typecast hr to int the code is compil...