I'm just trying to make my first steps with Linux+PB.
I'm running Linux Mint 64 in a VMWare virtual machine
on a Win7 x64 system.
PureBasic in this VM is PB 4.61x64.
I tried to compile a program that works fine on the
above mentioned Win7 x64 with PB 4.61 x86 and
PB 4.61 x64 but on Linux I got an IMA.
I reduced my program until I still got the IMA with
minimum code:
Code: Select all
UsePNGImageDecoder() ; comment this out and there is no IMA
OpenWindow(1, 0, 0, 780, 400, "Test")
TreeGadget(0, 0,0, 180,400)
AddGadgetItem(0, -1, "Test") ; or comment this out and there is also no IMA
Repeat
Event.i=WaitWindowEvent() ; IMA is indicated here
Until Event=#PB_Event_CloseWindow"AddGadgetItem(0, -1, "Test")" the IMA has gone.
So my question is, wether I found a bug or my soft-
ware configuration is causing this problem.
If this is a bug, is it already stated somewhere in
the Bug Section (I didn't find such) and is this "bug"
already fixed in PB 5 or can anybody confirm that
this is not a bug?




