News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Codeblocks crashes while attempting to use wxBitmapButton in wxsmith

Started by nishalns, July 16, 2013, 01:25:35 PM

Previous topic - Next topic

nishalns

Hi. I am designing a project in which I would like to use wxBitmapButton component. But whenever I try to do this codeblocks crashes. When I open codeblocks again, this project is not found in the list of 'recent projects'. Also, when I open this project, the files associated with the frame(.wxs, .h, .cpp files) to which I was adding were removed from the project, but the files existed. So I had to create this frame all over again. Please tell me the solution to the problem and also tell me how to add an already existing resource to my project(i.e., the frame which was removed from the project).

oBFusCATed

What version and OS are you using?
Have you tried a night build?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

nishalns

Windows XP Professional and i'm sorry i forgot to mention the codeblocks version. I'm not using nightly builds. I'm using version 12.11. Version of wxWidgets is 2.9(SVN version).....

oBFusCATed

Then try a recent night build, I think something similar has been fixed in the nightlies...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

Quote from: oBFusCATed on July 16, 2013, 02:11:40 PM
Then try a recent night build, I think something similar has been fixed in the nightlies...


Indeed, this and some similar (possible) crashes have been fixed about two months ago.

golgepapaz

Quote from: nishalns on July 16, 2013, 01:31:53 PM
wxWidgets is 2.9(SVN version).....

That's probably the culprit. wxSmith and C::B does not play nice with wxWidgets
in windows.Try 2.8.12 if you can..

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

nishalns

Well, thanks to all who have replied to my post. I installed the nightly build and it worked!

Thank you very much!!!!

golgepapaz