Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dllmain on February 26, 2006, 08:06:32 pm

Title: Unicode build question
Post by: dllmain 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
Title: Re: Unicode build question
Post by: takeshimiya on February 26, 2006, 08:22:03 pm
Yes. :)
Title: Re: Unicode build question
Post by: dllmain on February 26, 2006, 08:23:26 pm
Good, thank you!
Title: Re: Unicode build question
Post by: thomas 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.
Title: Re: Unicode build question
Post by: dllmain on February 26, 2006, 11:52:44 pm
<Turned on my brain and removed my former nonsense>
Title: Re: Unicode build question
Post by: thomas on February 26, 2006, 11:56:17 pm
That's possible in any case :)

<that looks kind of strange now, too>  :lol:
Title: Re: Unicode build question
Post by: dllmain on February 26, 2006, 11:59:35 pm
:D btw you CB guys are doing great work!