Author Topic: 2.6.1 & Unicode  (Read 6327 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
2.6.1 & Unicode
« on: September 05, 2005, 12:15:22 am »
  I haven't tried to compile it yet because I wanted to insure I am on the right page.

Would the new flags be:

Code
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=1 VENDOR=cb

I am assuming it would be these flags.

Let me know if anything alse is needed.
Joe M.
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

grv575

  • Guest
Re: 2.6.1 & Unicode
« Reply #1 on: September 05, 2005, 04:34:48 am »
It's not going to work yet though.  I had to patch a bunch of stuff with a previous CVS checkout (CVS HEAD... some files in wxDockit and a couple CB files - main.cpp and app.cpp).  If you grab the modified source in this thread, it's a little outdated, but should at least have ok wxDockit changes:
http://forums.codeblocks.org/index.php/topic,811.msg5572.html#msg5572

It does work after making the couple of remaining unicode changes but takes some hacking.  This stuff should all be synchronized for the RC2 release.

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: 2.6.1 & Unicode
« Reply #2 on: September 06, 2005, 08:58:19 am »
Code
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=1 VENDOR=cb
Yes this should work.
I didn't try compiling C::B with this..
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring