Page 1 of 2

PureBasic 4.60 Beta 2

Posted: Sun Apr 10, 2011 10:23 pm
by Fred
Hi there,

This is the second beta of the forthcoming 4.60 version, available on your online account. We don't have fixed all the reported bugs, but it's in progress. Some of the bugs marked as [Done] in the forum should be corrected. For more informations about the 4.60 version, see this topic: http://www.purebasic.fr/english/viewtop ... 14&t=45911

Edit: actually only a few bugs fixes are included in this release (mainly x64 version of OGRE was completely broken, and the SpecialEffect lib was missing). Another beta will quickly follow with other fixes.

Don't hesitate to report bugs to have the best final version possible !

Have fun,

The Fantaisie Software Team.

Re: PureBasic 4.60 Beta 2

Posted: Sun Apr 10, 2011 10:23 pm
by akee
Wow! Very Fast!

Re: PureBasic 4.60 Beta 2

Posted: Sun Apr 10, 2011 11:09 pm
by PMV
Fred wrote: Edit: actually only a few bugs fixes are included in this release (mainly x64 version of OGRE was completely broken, and the SpecialEffect lib was missing). Another beta will quickly follow with other fixes.

Don't hesitate to report bugs to have the best final version possible !
Don't hestiate with bugfixes. :mrgreen:

Just kidding. As fast as i get the next beta with the other bugfixes,
i will search for any other in the 3DEngine stuff. :wink:
I can't wait to see the new 3D-Commands in action 8)

And then i hope you do not rush with the stable release. :)


Image

Re: PureBasic 4.60 Beta 2

Posted: Mon Apr 11, 2011 12:31 am
by Vera
The Fantaisie Software Team wrote:Have fun,
dito ~ Image

Re: PureBasic 4.60 Beta 2

Posted: Tue Apr 12, 2011 3:42 am
by oreopa
CanvasGadget is incredible...! No really. I had some nasty kludgy imagegadget inside containergadget with api stuff for clipping mouse and letting mouse events be received by imagegadget etc... if this works on mac + linux, you just earned me some kudos :)))

Will report any nasty behaviours/performance loss.

Thanx a million for this one!

Re: PureBasic 4.60 Beta 2

Posted: Tue Apr 12, 2011 4:11 am
by oreopa
IDE Bug... happened when I pressed the compile button IIRC...

Image

Re: PureBasic 4.60 Beta 2

Posted: Tue Apr 12, 2011 6:10 am
by PyroStrex
How about the form designer? any news?

Re: PureBasic 4.60 Beta 2

Posted: Tue Apr 12, 2011 6:42 am
by DarkDragon
What are the possible attributes in SetEntityAttribute? I can't turn gravity off .. so I'll try setting the mass to zero or such.

PureBasic 4.60 Beta 2 (Findings)

Posted: Tue Apr 12, 2011 9:19 pm
by akee
PB4.60B2 (Editor)
1. When you enable the icons in the menu, keyboard shortcuts do not work. Example if you press Alt+F and A for "Save As".
2. The first edit tab, you cannot Right-Click and Close the document. Have to move it to the right before you can do it.

DirectX 7 example (Sources Advanced)
* I got an error "Could not create DirectDraw surface." I am using Win7 Pro-64 with the latest version of DirectX.

Re: PureBasic 4.60 Beta 2 (Findings)

Posted: Fri Apr 15, 2011 12:07 pm
by Kuron
akee wrote: DirectX 7 example (Sources Advanced)
* I got an error "Could not create DirectDraw surface." I am using Win7 Pro-64 with the latest version of DirectX.
You answered your own question. You are trying to use a deprecated version of DX that is NOT supported by default on your system. As of Vista, the version of DX that ships with the OS (DX10+) is not fully backwards compatible, and what little backwards compatibility there is is provided via emulation.

If you want to use a program or an example based on DirectX 7, you actually have to install a DirectX version that supports it. You need to download the latest version of DirectX 9 and install it on your system. It will install side-by-side with the version of DirectX ships on your OS. This is the only way to currently run legacy products that are based on deprecated DX technology.

Re: PureBasic 4.60 Beta 2

Posted: Sun Apr 17, 2011 5:45 pm
by Little John
Hi,

thank you for the release of PureBasic 4.60 Beta 2!

The new command MergeLists() has an optional parameter named Location, and its possible values are described in the help file.
However, what is the default value of Location?

Regards, Little John

Re: PureBasic 4.60 Beta 2

Posted: Sun Apr 17, 2011 6:03 pm
by netmaestro
However, what is the default value of Location?
#PB_List_Last

Re: PureBasic 4.60 Beta 2

Posted: Sun Apr 17, 2011 8:04 pm
by Little John
Thank you, netmaestro!

Regards, Little John

Re: PureBasic 4.60 Beta 2

Posted: Mon Apr 18, 2011 10:48 am
by Env
Great additions to the compiler :)

Only one issue spotted so far, and that's when launching a tool (made in PB) that opens a window as a child to the IDE;

Image


Any ideas?

Thanks, and great job!

Re: PureBasic 4.60 Beta 2

Posted: Tue Apr 19, 2011 4:44 am
by Robbie
Is there a reason the CanvasGadget on Mac cannot grab/capture the mouse? It's possible with wxWidgets, and I feel like it looks unprofessional for the mouse to just 'stop' at the edges when dragging or drawing. Otherwise, thank you for the CanvasGadget. I have been wanting something like it in PureBasic for a long time. It's fantastic!