Hello !
I wrote a program that worked fine on Windows for several months. Now I have switched to Ubuntu 9.10 and when I tried to use my program, it became very unstable. I tried to isolate the problematic code and got this small example that demonstrate problem.
Can anyone give me some advice?
Vitalije
Don't create or manipulate the wx.Bitmap or DCs in the thread. (wx.Image should be okay).
···
On 4/16/10 1:57 PM, Vitalije Milosevic wrote:
Hello !
I wrote a program that worked fine on Windows for several months. Now I
have switched to Ubuntu 9.10 and when I tried to use my program, it
became very unstable. I tried to isolate the problematic code and got
this small example that demonstrate problem.
Can anyone give me some advice?