User forums > Help

feature request: different colors for C-style and C++-style comments

<< < (4/4)

vix:
I've been able to recompile wxWidgets without errors but I had to compile a debug build before being able to build a release one.
Then I've compiled C::B without problems

ollydbg:

--- Quote from: vix on January 15, 2010, 01:22:31 pm ---I've been able to recompile wxWidgets without errors but I had to compile a debug build before being able to build a release one.

--- End quote ---
Strange. You can just build a release version of wxWidgets library. using these command:

--- Code: ---mingw32-make -f makefile.gcc  MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release

--- End code ---

vix:

--- Quote ---Strange. You can just build a release version of wxWidgets library. using these command:

--- Code: ---mingw32-make -f makefile.gcc  MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release
--- End code ---

--- End quote ---
Yes, with MinGW this worked, but with TDM-GCC I have some strange "syntax errors" while creating libwxmsw28ud.a library in release build...

ollydbg:

--- Quote from: vix on January 15, 2010, 01:41:32 pm ---Yes, with MinGW this worked, but with TDM-GCC I have some strange "syntax errors" while creating libwxmsw28ud.a library in release build...

--- End quote ---
TDM GCC 4.4.1-2 works here. :D

Navigation

[0] Message Index

[*] Previous page

Go to full version