News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

I build wxWidgets2.6.1 & Code::Blocks CVS successfully b

Started by montchai, July 21, 2005, 04:06:47 AM

Previous topic - Next topic

montchai

I have 2 questions!!! I build wxWidgets 2.6.1 & C::B CVS successfully but it's can't run. And when I copy new build files & some files to the old C::B 1.0 final from the web. It can run but some plugins are errors.

Q1. Where should I get the C::B packs that can use with my build C::B? (coz the old C::B can't use)
Q2. It show error dialog message that can not convert charactor to 'Windows-874' how to fix it? (coz I use this lang. for my comments)

thanx for the advice  :D

mandrav

When C::B compiles succesfully, you should run update.bat. Then launch output/codeblocks.exe or devel/codeblocks.exe.
No need to copy anything over your installation...

Yiannis.
Be patient!
This bug will be fixed soon...

rickg22

Perhaps we should make an "update.bat" target (commands only) to the codeblocks project :-P

mandrav

Quote from: rickg22Perhaps we should make an "update.bat" target (commands only) to the codeblocks project :-P
There is one ;)
But it must be selected and run manually.

Yiannis.
Be patient!
This bug will be fixed soon...

montchai

Thank you for your advice. But I'm a newbie coz the update.bat is unsuccessfully. In the update.bat's script it us zip command, but I don't know where I find it? could you tell me ?

mandrav

Be patient!
This bug will be fixed soon...

darklordsatan

And so you know it, theres an interesting site where you can get not only zip but a bunch of useful unix tools for windows
GnuWin32

All the tools even come with sources ready to compile on win32 (but obviously this is optional, the point is downloading the binaries)

For, example, Here is the zip package.

This is something to have in account if you're gonna be developing with gcc and sometimes you're gonna need some win32 flavours of unix tools.

Cheers