Author Topic: Unicode build question  (Read 5684 times)

dllmain

  • Guest
Unicode build question
« on: February 26, 2006, 08:06:32 pm »
I know people asked about the difference already
but I'm still not clear about this:

Can I build ANSI executables with the UNICODE build
of Code::Blocks and vice versa?



Thanks in advance, Sebastian

takeshimiya

  • Guest
Re: Unicode build question
« Reply #1 on: February 26, 2006, 08:22:03 pm »
Yes. :)

dllmain

  • Guest
Re: Unicode build question
« Reply #2 on: February 26, 2006, 08:23:26 pm »
Good, thank you!

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Unicode build question
« Reply #3 on: February 26, 2006, 08:32:11 pm »
Set the WX_SUFFIX project variable to empty, and remove wxUSE_UNICODE from "Compiler defines".

That will build an ANSI version.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

dllmain

  • Guest
Re: Unicode build question
« Reply #4 on: February 26, 2006, 11:52:44 pm »
<Turned on my brain and removed my former nonsense>
« Last Edit: February 26, 2006, 11:55:52 pm by dllmain »

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Unicode build question
« Reply #5 on: February 26, 2006, 11:56:17 pm »
That's possible in any case :)

<that looks kind of strange now, too>  :lol:
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

dllmain

  • Guest
Re: Unicode build question
« Reply #6 on: February 26, 2006, 11:59:35 pm »
:D btw you CB guys are doing great work!