Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

2 minor bugs 1598

(1/2) > >>

grv575:
1)

Unicode build.  Errors out with (something with the latest parser additions):


2)

Linux ansi build.  Compiles OK, but then create a new wxwidgets project and hit compile.  Errors with:


Compare with windows version:

rickg22:
i have this:


--- Code: ---#ifdef __WXWINDOWS__

#  include <wx/string.h>
#  define string wxString
#  define char wxChar

#else

#include <string>

#endif

--- End code ---

Should I indent that include?

grunerite:
I tried the Unicode build yesterday and had the same problem. The project is missing one of the parser sources and header (searchtree?). Adding it to the project seemed to fix it. Hope it is ok to post this.
grunerite

grv575:
Heh, the problem was that searchtree.cpp and searchtree.h were not included in the .cbp file...

So #1 can be fixed by updating the -UNI.cbp file
#2 still exists I believe (pch on linux for wxWidgets template).

grv575:
OK a third bug - this one's in the debugger - setting breakpoints (the line# isn't being added - it just puts C:/1/123/main.cpp:).





[attachment deleted by admin]

Navigation

[0] Message Index

[#] Next page

Go to full version