Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 22, 2007, 09:57:26 pm

Title: The 22 august 2007 build (4405) is out.
Post by: killerbot on August 22, 2007, 09:57:26 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

The 22 August 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_Debian4.0_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070822_rev4405_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 august 2007 build (4405) is out.
Post by: pasgui on August 22, 2007, 10:14:31 pm
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

I would like to display the changes in APT but I don't know how to....If somebody know it !

Regards,

pagui
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Xaviou on August 22, 2007, 10:47:07 pm
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 22 august 2007 build (4405) is out.
Post by: dje on August 22, 2007, 10:57:45 pm
Hi all !

Little piece of information...
Before (I don't SVN version...), it was possible to build C::B without svn installed.
It is no more possible.

Dje
Title: Re: The 22 august 2007 build (4405) is out.
Post by: killerbot on August 22, 2007, 11:02:11 pm
it still should be !!
Title: Re: The 22 august 2007 build (4405) is out.
Post by: rolandixor on August 22, 2007, 11:02:53 pm
When do you think Java support will be added?

BTW, how good is support for custom stuff (langs, interpreters, compilers)?
Would something like gui4cli work with CB?
All you need is the interpreter, and a way to recognize it as a language...
Title: Re: The 22 august 2007 build (4405) is out.
Post by: dje on August 22, 2007, 11:15:46 pm
it still should be !!

when I updated to 4405, I had
Code
namespace autorevision
{
const unsigned int svn_revision = 4405;
}
in autorevision.h without svn.exe.
Build fails, complaining about autorevision::svnRevision

After having installed svn, I have in autorevision.h
Code
namespace autorevision
{
const unsigned int svn_revision = 4405;
const wxString svnRevision(_T("4405"));
const wxString svnDate(_T("2007-08-22T09:19:43.242168Z"));
}
and it builds correctly.

Dje
Title: Re: The 22 august 2007 build (4405) is out.
Post by: SR on August 23, 2007, 01:19:07 am
Slackware build updated to revision 4405
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
Title: Re: The 22 august 2007 build (4405) is out.
Post by: dronT78 on August 23, 2007, 06:48:17 am
There is a bug with GDB

- create console project;
- set breakpoint on first line at main() cout << "Hello world!" << endl;
- press Debug/Continue;
- breakpoint does not work.

if breakpoint on second line it works perfect  :D

Run to cursor works like Debug/Continue too.

Debian GNU/Linux Lenny (unstable) x86 32-bit
Kernel 2.6.21-2-amd64
glibc 2.6.1
GNU gdb 6.4.90-debian
C::B 4405 builded from svn
locale ru_RU.UTF-8
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 23, 2007, 08:25:56 am
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

I would like to display the changes in APT but I don't know how to....If somebody know it !

Regards,

pagui
is this a 32 bit build? and if so, will it work on a 64 bit version of ubuntu?
__________________________________________________________________________________________________
it works, but i get an error with gtk.
here's a screenshot
http://img297.imageshack.us/img297/5485/codeblockserrorco6.png
Title: Re: The 22 august 2007 build (4405) is out.
Post by: PsYhLo on August 23, 2007, 09:01:11 am
which wx do you use it has to be 2.8.4 or great ;)
and look for this dir if it exist /usr/share/codeblocks/locale/ if it not exist make it ;)
Title: Re: The 22 august 2007 build (4405) is out.
Post by: thomas on August 23, 2007, 09:06:26 am
When do you think Java support will be added?
Will not, at least not any time soon (read the other topic).
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 23, 2007, 09:12:18 am
which wx do you use it has to be 2.8.4 or great ;)
and look for this dir if it exist /usr/share/codeblocks/locale/ if it not exist make it ;)
:) ok i'll do that but i'm updating from a thread that i found here:
http://forums.codeblocks.org/index.php/topic,6627.msg51061.html#msg51061

success :)
Title: Re: The 22 august 2007 build (4405) is out.
Post by: pasgui on August 23, 2007, 10:51:10 am
The command in a pre-build steps are launch two time:

Quote
-------------- Build: Debug in gui ---------------
Running project pre-build steps
tools/autorevision/autorevision +wx +int +t . gui/src/autorevision.h 2>/dev/null
Running project pre-build steps
tools/autorevision/autorevision +wx +int +t . gui/src/autorevision.h 2>/dev/null
Target is up to date.
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings

Regards,

pasgui
Title: Re: The 22 august 2007 build (4405) is out.
Post by: qykc on August 23, 2007, 04:49:53 pm
Slackware build updated to revision 4405
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1

I update my codeblocks by this file (@archlinux), but :
 error while loading shared libraries: libwx_gtk2u-2.8.so.0: cannot open shared object file: No such file or directory

I can find some libwx_gtk2u_xxx-2.8.so.0 file at /usr/lib. How to fix this error?
Title: Re: The 22 august 2007 build (4405) is out.
Post by: bloom1 on August 24, 2007, 04:49:00 am
The server is down... So I can't upgrade my C::B!!!

Can you offer a second mirror?

Thanks!
Title: Re: The 22 august 2007 build (4405) is out.
Post by: stahta01 on August 24, 2007, 05:34:02 am
The server is down... So I can't upgrade my C::B!!!

Can you offer a second mirror?

Thanks!

Site to check berlios status; it looks very bad at this time.

https://monitor.berlios.de/berlios-status/

Tim S
Title: Re: The 22 august 2007 build (4405) is out.
Post by: slasher-fun on August 24, 2007, 10:51:41 am
Bug report on Ubuntu 7.04 :
When I launch CB, I first have a first window where I choose the default compiler. When I click on OK, I have the CB interface with the "tip of the day window" on it, and CB is totally blocked with a 100% CPU.
In a console, I have this message appearing when the main interface appeaars/blocks : (codeblocks:9789): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
Title: Re: The 22 august 2007 build (4405) is out.
Post by: hansgong on August 24, 2007, 10:55:01 am
I can't type Chinese by scim-bridge. When I was typing ,it crashed.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: MortenMacFly on August 24, 2007, 11:55:21 am
(codeblocks:9789): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
Search the forum. You are reporter number  1.000.000.001. :? Solutions are present.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: cstudent on August 24, 2007, 12:17:56 pm
In a console, I have this message appearing when the main interface appeaars/blocks : (codeblocks:9789): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed


See the wiki page too: http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu
Check the "Alternate wxWidgets" section.

Title: Re: The 22 august 2007 build (4405) is out.
Post by: qykc on August 24, 2007, 03:54:31 pm
I can't type Chinese by scim-bridge. When I was typing ,it crashed.

I'm a Chinese too.
可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Biplab on August 24, 2007, 04:09:02 pm
I can't type Chinese by scim-bridge. When I was typing ,it crashed.

I'm a Chinese too.
可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文

Please don't post Non-English messages in this forum.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 24, 2007, 04:27:30 pm
I can't type Chinese by scim-bridge. When I was typing ,it crashed.

I'm a Chinese too.
可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文

Please don't post Non-English messages in this forum.
cmon man sometimes you have to make an exception. this is relative.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Biplab on August 24, 2007, 05:52:26 pm
cmon man sometimes you have to make an exception. this is relative.

Every forum has some rules and C::B forum has this rule. If you're using any forum, you should also follow it's rules. Please note, this is a English only forum.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Vampyre_Dark on August 24, 2007, 06:06:56 pm
cmon man sometimes you have to make an exception. this is relative.

Every forum has some rules and C::B forum has this rule. If you're using any forum, you should also follow it's rules. Please note, this is a English only forum.
take a pill.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Biplab on August 24, 2007, 06:29:31 pm
cmon man sometimes you have to make an exception. this is relative.

Every forum has some rules and C::B forum has this rule. If you're using any forum, you should also follow it's rules. Please note, this is a English only forum.
take a pill.

You take it instead if you can't tolerate the rule.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: killerbot on August 24, 2007, 08:33:45 pm
everybody : please be polite !!!

and yes, please use English only.

In case you want to salute fellow country men, just send a little PM. For moderators it is impossible to judge what people are saying otherwise. Hey maybe someone could use a language we don't know and be insulting us/you or whatever ...
Try to understand this point of view, even when you just said some friendly words, we can't judge them if we don't understand them ...
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 24, 2007, 09:08:22 pm
understandable. i was just under the impression that he was trying to help another person whom is chinese but i guess you're right....
Title: Re: The 22 august 2007 build (4405) is out.
Post by: choose on August 24, 2007, 09:53:40 pm
First of all, he does not using Non-English all the time, in he uses to be Non-English just when he gives the compatriot the question of explaining, it means he does not despise the rule here, I think he is just in order to make the other side easier to understand.

And on Internet of this freedom of speech, and in such a free software forum, the behavior of forcing others is obviously freedom spirit which violates here.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Albenejean on August 24, 2007, 10:05:54 pm
Quote
First of all, he does not using Non-English all the time, in he uses to be Non-English just when he gives the compatriot the question of explaining, it means he does not despise the rule here, I think he is just in order to make the other side easier to understand.
Yes, but one more time, this is an english forum... As most of us don't read Chinese, his post is useless for us. Instead, he could have send him a PM.

Quote
And on Internet of this freedom of speech, and in such a free software forum, the behavior of forcing others is obviously freedom spirit which violates here.
Rules are everywhere... On the Internet too...

But I think we are really out of the scope of this topic... (yes me too...)
Title: Re: The 22 august 2007 build (4405) is out.
Post by: fenixk19 on August 24, 2007, 10:56:20 pm
Hello. I've got a problem after i upgrade to this build from 4365. The following string was generated by wxSmith. Program fails on it with segmentation fault. I havn't change anything in project properties after upgrade. There is code:
Code
Create(parent, id, _("text"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, _T("id"));
My system is Xubuntu 7.04 for AMD64 and corresponding Code::Blocks build. What can i do, to solve problem?
Title: Re: The 22 august 2007 build (4405) is out.
Post by: JGM on August 25, 2007, 02:40:17 am
everybody : please be polite !!!

Thats true, I have seen many discussions (do i can say fights?) these days on forum, and thats not correct. Everybody gotta be more patience, and respect each other.

That kind of behavior only produce divisions on the community and we don't want that! Just sit back, relax, and enjoy in harmony. Every day more people is using code::blocks and the community needing support is growing. Is good for us people using code::blocks, a future where code::blocks could be a standard IDE for all the developers around the world. Unifying the development of Open Source and everything else. :roll:

So I just advice to everyone (including me) to read the wikis, search the forums, the main site, visit the berlios website to see the active bugs, etc... And if you don't find what you want then you may ask. And obviously, read the forum rules to satisfy the developers that are working to bring us this fabulous piece of software (they are people with really busy lives just trying to maintain the order to keep alive this project) also for the growing community that come from all parts of the world.

Maybe in the near future this community will grow so much that the support will be traduced to different languages and everybody will be able to seek the support needed on the loving native language (like my Spanish) :D.

So if somebody is feeling good enough to donate web space and time for forums, wikis and other related stuff like webpages in other languages,
just ask the project leaders for permissions. And everybody will be happy, like ubuntu does. :wink:
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 25, 2007, 04:39:05 am
First of all, he does not using Non-English all the time, in he uses to be Non-English just when he gives the compatriot the question of explaining, it means he does not despise the rule here, I think he is just in order to make the other side easier to understand.

And on Internet of this freedom of speech, and in such a free software forum, the behavior of forcing others is obviously freedom spirit which violates here.

i also agree with you.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 25, 2007, 04:41:24 am
Hello. I've got a problem after i upgrade to this build from 4365. The following string was generated by wxSmith. Program fails on it with segmentation fault. I havn't change anything in project properties after upgrade. There is code:
Code
Create(parent, id, _("text"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, _T("id"));
My system is Xubuntu 7.04 for AMD64 and corresponding Code::Blocks build. What can i do, to solve problem?

http://forums.codeblocks.org/index.php/topic,6627.msg51061.html#msg51061
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 25, 2007, 04:44:18 am

So if somebody is feeling good enough to donate web space and time for forums, wikis and other related stuff like webpages in other languages,
just ask the project leaders for permissions. And everybody will be happy, like ubuntu does. :wink:

that would be great! cause i'm getting tired of everyone using the excuse that "this is an english only forum"(not just these forums, and yes my native language is an english dialect) to be disrespectful to people.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: qykc on August 25, 2007, 08:03:29 am
I'm sorry. But my English is not good.

可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文
It means:

You can try fcitx. First press "Ctrl+f". Change input method to a Chinese input method. Then come back to type Chinese.

A pkg.tar.gz file for archlinux users:
http://www.box.net/shared/q1394vd3uk
(Its version is svn4407, because I don't know how to get a older version. Who can help me?)
Title: Re: The 22 august 2007 build (4405) is out.
Post by: byo on August 25, 2007, 10:12:28 am
Hello. I've got a problem after i upgrade to this build from 4365. The following string was generated by wxSmith. Program fails on it with segmentation fault. I havn't change anything in project properties after upgrade. There is code:
Code
Create(parent, id, _("text"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, _T("id"));
My system is Xubuntu 7.04 for AMD64 and corresponding Code::Blocks build. What can i do, to solve problem?

Need some more informations: is it C::B or your program than crashes ? And when it does crash exactly ? Could you post some bigger part of source code ?

Regards
   BYO
Title: Re: The 22 august 2007 build (4405) is out.
Post by: fenixk19 on August 25, 2007, 01:00:31 pm
laserbeak43
Everything is ok with wxgtk version. It is 2.8.4.
byo
My program crashes. It is crashes when i run it. In debugger it is also shows message about segmentation fault. This code is from my main frame constuctor. When i look in backtrace i see that it is some allocation problem in gtk functions. Everything was ok before i upgrade! Here is the full code:
Code
RSWorldEditorFrame::RSWorldEditorFrame(wxWindow* parent, wxString& app_dir, wxWindowID id)
{
    SETTINGS_FILE = app_dir + _(DIR_SEPARATOR)+wxString(SETTINGS_FILE_NAME);
    //(*Initialize(RSWorldEditorFrame)
    wxMenuBar* MenuBar1;
    wxMenu* Menu1;
    wxMenuItem* MenuItem5;
    wxMenuItem* MenuItem1;
    wxMenu* Menu3;
    wxMenuItem* MenuItem7;
    wxMenu* Menu2;
    wxMenuItem* MenuItem2;

    [b]Create(parent, id, _("text"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, _T("id"));//Program fails here[/b]
    SetClientSize(wxSize(522,423));
    Notebook1 = new wxNotebook(this, ID_NOTEBOOK1, wxPoint(149,83), wxSize(411,214), 0, _T("ID_NOTEBOOK1"));
    Panel1 = new wxPanel(Notebook1, ID_PANEL1, wxPoint(2,8), wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL1"));
    StaticText1 = new wxStaticText(Panel1, ID_STATICTEXT1, _("Загружен мир:"), wxPoint(7,9), wxDefaultSize, 0, _T("ID_STATICTEXT1"));
    StaticText2 = new wxStaticText(Panel1, ID_STATICTEXT2, _("Label"), wxPoint(110,9), wxDefaultSize, 0, _T("ID_STATICTEXT2"));
    StaticText3 = new wxStaticText(Panel1, ID_STATICTEXT3, _("Описание мира:"), wxPoint(7,29), wxDefaultSize, 0, _T("ID_STATICTEXT3"));
    TextCtrl1 = new wxTextCtrl(Panel1, ID_TEXTCTRL1, _("Text"), wxPoint(7,50), wxSize(219,128), wxTE_MULTILINE|wxTE_READONLY|wxVSCROLL, wxDefaultValidator, _T("ID_TEXTCTRL1"));
    TextCtrl1->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_INACTIVECAPTION));
    Button1 = new wxButton(Panel1, ID_BUTTON1, _("Редактировать имя и описание"), wxPoint(7,185), wxDefaultSize, 0, wxDefaultValidator, _T("ID_BUTTON1"));
    StaticText4 = new wxStaticText(Panel1, ID_STATICTEXT4, _("Содержится спрайтов пола: "), wxPoint(293,25), wxDefaultSize, 0, _T("ID_STATICTEXT4"));
    StaticText5 = new wxStaticText(Panel1, ID_STATICTEXT5, _("0"), wxPoint(487,25), wxDefaultSize, 0, _T("ID_STATICTEXT5"));
    StaticText6 = new wxStaticText(Panel1, ID_STATICTEXT6, _("Содержится игровых полей: "), wxPoint(293,9), wxDefaultSize, 0, _T("ID_STATICTEXT6"));
    StaticText7 = new wxStaticText(Panel1, ID_STATICTEXT7, _("0"), wxPoint(487,9), wxDefaultSize, 0, _T("ID_STATICTEXT7"));
    Panel2 = new wxPanel(Notebook1, ID_PANEL2, wxPoint(143,15), wxDefaultSize, wxTAB_TRAVERSAL, _T("ID_PANEL2"));
    Notebook1->AddPage(Panel1, _("Статистика"), false);
    Notebook1->AddPage(Panel2, _("Page name"), false);
    MenuBar1 = new wxMenuBar();
    Menu1 = new wxMenu();
    MenuItem3 = new wxMenu();
    MenuItem4 = new wxMenuItem(MenuItem3, ID_MENUITEM2, _("Attach"), wxEmptyString, wxITEM_NORMAL);
    MenuItem3->Append(MenuItem4);
    MenuItem5 = new wxMenuItem(MenuItem3, ID_MENUITEM3, _("Create"), wxEmptyString, wxITEM_NORMAL);
    MenuItem3->Append(MenuItem5);
    Menu1->Append(ID_MENUITEM1, _("World"), MenuItem3, wxEmptyString);
    MenuItem1 = new wxMenuItem(Menu1, idMenuQuit, _("Quit\tAlt-F4"), _("Quit the application"), wxITEM_NORMAL);
    Menu1->Append(MenuItem1);
    MenuBar1->Append(Menu1, _("&File"));
    Menu3 = new wxMenu();
    MenuItem7 = new wxMenuItem(Menu3, ID_MENUITEM5, _("Undo"), wxEmptyString, wxITEM_NORMAL);
    Menu3->Append(MenuItem7);
    MenuBar1->Append(Menu3, _("Edit"));
    Menu4 = new wxMenu();
    MenuItem6 = new wxMenuItem(Menu4, ID_MENUITEM4, _("Settings..."), wxEmptyString, wxITEM_NORMAL);
    Menu4->Append(MenuItem6);
    MenuBar1->Append(Menu4, _("Settings"));
    Menu2 = new wxMenu();
    MenuItem2 = new wxMenuItem(Menu2, idMenuAbout, _("About\tF1"), _("Show info about this application"), wxITEM_NORMAL);
    Menu2->Append(MenuItem2);
    MenuBar1->Append(Menu2, _("Help"));
    SetMenuBar(MenuBar1);
    StatusBar1 = new wxStatusBar(this, ID_STATUSBAR1, 0, _T("ID_STATUSBAR1"));
    int StatusBar1__widths[1] = { -1 };
    int StatusBar1__styles[1] = { wxSB_NORMAL };
    StatusBar1->SetFieldsCount(1,StatusBar1__widths);
    StatusBar1->SetStatusStyles(1,StatusBar1__styles);
    SetStatusBar(StatusBar1);
    Connect(ID_NOTEBOOK1,wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED,(wxObjectEventFunction)&RSWorldEditorFrame::OnNotebook1PageChanged);
    Connect(ID_BUTTON1,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&RSWorldEditorFrame::EditInfoButton);
    Connect(ID_MENUITEM2,wxEVT_COMMAND_MENU_SELECTED,(wxObjectEventFunction)&RSWorldEditorFrame::AttachWorldFileMenu);
    Connect(ID_MENUITEM3,wxEVT_COMMAND_MENU_SELECTED,(wxObjectEventFunction)&RSWorldEditorFrame::CreateWorldFileMenu);
    Connect(idMenuQuit,wxEVT_COMMAND_MENU_SELECTED,(wxObjectEventFunction)&RSWorldEditorFrame::OnQuit);
    Connect(ID_MENUITEM4,wxEVT_COMMAND_MENU_SELECTED,(wxObjectEventFunction)&RSWorldEditorFrame::SettingsSettingsMenu);
    Connect(idMenuAbout,wxEVT_COMMAND_MENU_SELECTED,(wxObjectEventFunction)&RSWorldEditorFrame::OnAbout);
    //*)

    opened_page=Notebook1->GetSelection();
    wchar_t * wc_setfile = SETTINGS_FILE.wchar_str();
    settings.Load(wc_setfile);
    settings.Link(L"LastLoadedWorld", &last_loaded_world);
    wxString wxlast_loaded_world;
    wxlast_loaded_world.Printf(_("%s"), last_loaded_world.c_str());
    if(wxFileExists(wxlast_loaded_world))
    {
        sqlite3_open16(last_loaded_world.c_str(), &DB);
    }
    else
        DB=0;

    internal_sets.backup_enabled=1;
    internal_sets.backup_count=10;
    settings.Link(L"DBBackupEnabled", &internal_sets.backup_enabled, SettingsLib::INT_CONVERSION);
    settings.Link(L"BackupCopiesCount", &internal_sets.backup_count, SettingsLib::INT_CONVERSION);

    ReloadPage();
}
Title: Re: The 22 august 2007 build (4405) is out.
Post by: thomas on August 25, 2007, 01:33:25 pm
The server running these forums as well as the domain owner are located in the European Union, and the forum is thus under EU jurisdiction. As such, the forum maintainer (Yiannis) is responsible and personally liable for all content, regardless whether he wrote it, or someone else did.

Therefore, we do not and will not allow language that we do not understand, and we will not discuss on the issue.
The official forum language is English, as this is the language that all moderators understand.

We may make exceptions in particular cases, but as a general rule, any posts which contain language that we cannot read/identify will be edited/deleted. Anybody seeing his rights of freedom of speech infringed by this simple rule is free visit other forums. Have a nice day.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 25, 2007, 04:27:21 pm
no problem, but i'm sure you or any other mod in these forums would have made a big deal over his post, is all i'm saying.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: thomas on August 25, 2007, 05:44:14 pm
Nobody made a big deal about the post. Biplab asked politely to use English language. He could as well have edited the post, but he thought it was more polite to just tell the user for the future.

What he got in return was "take a pill" and a remark about "freedom of speech". This is what the deal is about.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 25, 2007, 09:05:51 pm
i guess you're right. i just didn't see why he thought it was necessary. it was obvious to me(even though i wouldn't truly know cause i don't read any asian languages) that he was helping someone else who had bad english.

either way, i apologize to him and everyone else on this board who had to endure a thread on a nightly build that's
3 days old ;P
Title: Re: The 22 august 2007 build (4405) is out.
Post by: hansgong on August 27, 2007, 06:44:13 am
I can't type Chinese by scim-bridge. When I was typing ,it crashed.

I'm a Chinese too.
可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文

This might be a bug.

Chinese:这样做太麻烦了。wxwidgets的环境配置好像有点问题,你能不能留个通信方式,请教你一下。
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Biplab on August 27, 2007, 07:24:21 am
cmon man sometimes you have to make an exception. this is relative.

Every forum has some rules and C::B forum has this rule. If you're using any forum, you should also follow it's rules. Please note, this is a English only forum.

to Biplab:I do hate you.

take a pill.

Please don't post hate message here. Reason, Thomas has already explained that. You may not like what I've said earlier. But my words were not against you and have some valid points which have been supported by other moderators, too. If you wish to communicate with your compatriot in your native language you are free to do in PM.

The only point that upsets is that you people don't want to see the reason behind my words and keep abusing me. I thought of not writing any more messages on this topic to stop any further flames. But your hate message forced me to do so.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: killerbot on August 27, 2007, 07:41:56 am
that specific message has been removed.
One more such brutal attack, and you will be banned.
I am sorry, we are here to help each other, not to insult or hate.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: stefanos_ on August 27, 2007, 02:14:57 pm
Guys...relax and enjoy your creative moments with Code::Blocks. I am Greek-Cypriot and my native language is Greek. As you can see though I write this message in English ;)

Mr. Yiannis as most of us already know is Greek too and whenever I want to ask him something that might be helpful as also interested either for me or for everyone else I post my message in English PUBLICLY and not in private. By doing that I show my respect to all of you who might have similar, related or even the same question to ask; also showing you my respect to the spirit of knowledge that exists through us for Centuries and should always be freely distributed / shared / contributed to everyone.

Also I am not shouting to anyone neither moaning. I just highlighted the certain line to show you what we all of us should have in mind. Because if you don't respect each and everyone's opinion, knowledge, and personal difficulties you won't have any answer to any problem(s) you might have / face when you will truly need it!

Take for example Code::Blocks. It was the good will and intension of a nice person with astonishing charisma (also amazing personality) to design [from scratch using C++] an IDE and distribute it for FREE for all of us. Just think...how many C++ IDEs exists commercially that do exactly the same things that Code::Blocks does?

If that's the case then, why won't you stop arguing between you and sit down like grow people and fix Code::Blocks issues/bugs and make it better for your future usage? And instead of doing unnecessary conversations use that energy to create something unique that would make you feel proud to say "Hell yeah, I did that by participating / helping 1 hour per day!!!".

I have nothing else to say about this unnecessary conversation.

Long Live the Spirit Of Knowledge. Knowledge is Power.

Kindest Regards,

Stefanos_

P.S: Mr. Yianni, how are the things in Greece up to now? I am devastated with the whole thing. A big "why..?" cannot give any valid answer.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: dje on August 27, 2007, 02:43:00 pm
Long Live the Spirit Of Knowledge. Knowledge is Power.
And Shareable Knowledge Language is English  :wink:

If not, I propose French  :)

Dje
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 27, 2007, 04:35:26 pm
cmon man sometimes you have to make an exception. this is relative.

Every forum has some rules and C::B forum has this rule. If you're using any forum, you should also follow it's rules. Please note, this is a English only forum.

to Biplab:I do hate you.

take a pill.

Please don't post hate message here. Reason, Thomas has already explained that. You may not like what I've said earlier. But my words were not against you and have some valid points which have been supported by other moderators, too. If you wish to communicate with your compatriot in your native language you are free to do in PM.

The only point that upsets is that you people don't want to see the reason behind my words and keep abusing me. I thought of not writing any more messages on this topic to stop any further flames. But your hate message forced me to do so.

i took a bit of offense at first but as soon as you replied i saw and agreed with your reason. i guess i was trying to spread a message too(cause i live in a place where foreigners get it bad from the natives) so maybe i was being over-evangelical, but i wasnt necessarily pointing it at you. and for what it's worth, i'm truly sorry if you might feel abused by me. the last thing i want to do is offend anyone on this forum. that's not why i'm here.

-edit-
P.S.
i just realized that he said he hate you, now that makes me look a lot worse too... damn. i should've never said anything :P
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 27, 2007, 04:42:54 pm
good points stephanos.
whats going on in greece?(might as well ask since we are way OT :) )
Title: Re: The 22 august 2007 build (4405) is out.
Post by: Albenejean on August 27, 2007, 05:08:24 pm
I know that there are very few updates recently in the nightlies, and that all of you probably feel a bit disappointed with that, but dont you think that
Quote
we are really out of the scope of this topic..
...
I think that the discussion about foreign languages is now closed, and that moderators dont want to spend much time on it...
Title: Re: The 22 august 2007 build (4405) is out.
Post by: stefanos_ on August 27, 2007, 11:02:47 pm
How are things in Greece...as far as I can see from TV the Hell arises infront of people's eyes :/

Reminding: I am Greek Cypriot - For those who do not know about Cyprus, is an island that gained its independence in 1960 as also has amazing history. With have almost 1 million people [if you take away foreigners we might be 300,000 original Cypriots  :?]

We are well known for Aphrodite's Birth in Paphos. We speek Greek as first language [native, thick access that sounds a lot like Crete's people] and we learn at school other languages like English, French, German, Italian etc. It depends from someone's taste. We can be located below Turkey and very near to Syria, Egypt, Israel and the like (East Side) and of couse at West side is Crete, Rhode etc.

I would like to share my sympathies to people that have lost valuable friends, family members, residents, and the like. We will help as much as we can here in Cyprus by contributing donations, sending troops το re-enfore fire fighters so they may rest a little bit. Since I cannot come up there and help I will pray as much as I can and I hope like me lots of others will do the same so Greece's loss (almost 70 people lost their lives by fighting with flames) may rest in piece.

My condolences.

Stefanos_
Title: Re: The 22 august 2007 build (4405) is out.
Post by: laserbeak43 on August 27, 2007, 11:05:46 pm
hmmm i've heard nothing about that. that's too bad. i'll talk to one of my greek friends about that.
Title: Re: The 22 august 2007 build (4405) is out.
Post by: qykc on August 28, 2007, 04:06:59 pm
I can't type Chinese by scim-bridge. When I was typing ,it crashed.

I'm a Chinese too.
可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文

This might be a bug.

Chinese:这样做太麻烦了。wxwidgets的环境配置好像有点问题,你能不能留个通信方式,请教你一下。


qykcdgm在gmail点com