it still should be !!
namespace autorevision
{
const unsigned int svn_revision = 4405;
}
namespace autorevision
{
const unsigned int svn_revision = 4405;
const wxString svnRevision(_T("4405"));
const wxString svnDate(_T("2007-08-22T09:19:43.242168Z"));
}
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)is this a 32 bit build? and if so, will it work on a 64 bit version of ubuntu?
I would like to display the changes in APT but I don't know how to....If somebody know it !
Regards,
pagui
When do you think Java support will be added?Will not, at least not any time soon (read the other topic).
which wx do you use it has to be 2.8.4 or great ;):) ok i'll do that but i'm updating from a thread that i found here:
and look for this dir if it exist /usr/share/codeblocks/locale/ if it not exist make it ;)
-------------- 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
Slackware build updated to revision 4405
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
The server is down... So I can't upgrade my C::B!!!
Can you offer a second mirror?
Thanks!
(codeblocks:9789): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failedSearch the forum. You are reporter number 1.000.000.001. :? Solutions are present.
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
I can't type Chinese by scim-bridge. When I was typing ,it crashed.
I can't type Chinese by scim-bridge. When I was typing ,it crashed.
I'm a Chinese too.
可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文
cmon man sometimes you have to make an exception. this is relative.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.
take a pill.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.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.
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.
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...
Create(parent, id, _("text"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, _T("id"));
everybody : please be polite !!!
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.
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:CodeMy system is Xubuntu 7.04 for AMD64 and corresponding Code::Blocks build. What can i do, to solve problem?Create(parent, id, _("text"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, _T("id"));
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:
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:CodeMy system is Xubuntu 7.04 for AMD64 and corresponding Code::Blocks build. What can i do, to solve problem?Create(parent, id, _("text"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, _T("id"));
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();
}
I can't type Chinese by scim-bridge. When I was typing ,it crashed.
I'm a Chinese too.
可以用fcitx,先Ctrl+f一下,切换到智能拼音或其他输入法,再回去输入中文
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.
Long Live the Spirit Of Knowledge. Knowledge is Power.And Shareable Knowledge Language is English :wink:
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.
we are really out of the scope of this topic.....
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的环境配置好像有点问题,你能不能留个通信方式,请教你一下。