Page 4 of 5

Re: PureBasic 5.31 is out !

Posted: Mon Oct 27, 2014 9:48 pm
by Polo
User_Russian wrote:But why not were fixed bugs visual form designer? :shock: :shock:
Because I didn't have time to do it, no need to ask the same question over and over again.

Re: PureBasic 5.31 is out !

Posted: Thu Oct 30, 2014 5:23 pm
by Psychophanta
Thank you all :!:

Re: PureBasic 5.31 is out !

Posted: Fri May 22, 2015 12:49 pm
by luis
freak wrote: 5.30 Beta 3 is available ... and brings the following new flags for the OpenGLGadget():

#PB_OpenGL_NoFlipSynchronization
#PB_OpenGL_FlipSynchronization
#PB_OpenGL_NoDepthBuffer
#PB_OpenGL_16BitDepthBuffer
#PB_OpenGL_24BitDepthBuffer
#PB_OpenGL_NoStencilBuffer
#PB_OpenGL_8BitStencilBuffer
#PB_OpenGL_NoAccumulationBuffer
#PB_OpenGL_32BitAccumulationBuffer
#PB_OpenGL_64BitAccumulationBuffer
Are these documented ? I don't see them in the help, not even in 5.31

Re: PureBasic 5.31 is out !

Posted: Fri May 22, 2015 8:02 pm
by applePi
luis, not sure if this is useful for you, but i have found these words inside the file "GadgetCommon.h" in Purebasic\SDK\VisualC\PureLibraries\Gadget
such as this:
#define PB_OpenGL_NoDepthBuffer (1 << 5)
#define PB_OpenGL_Border (1 << 0)

....

Re: PureBasic 5.31 is out !

Posted: Fri May 22, 2015 8:26 pm
by luis
Thanks applePi, it's not a problem about the meaning of the flags (I've actually asked for them so I know what they are for), it's just I believe they are not documented.
I'll make a bug report in the documentation section at this point.
Thank you for your time :)

Re: PureBasic 5.31 is out !

Posted: Mon May 25, 2015 10:40 am
by Neil
Hi All,

I have got a new computer (x64 Windows 8.1) and I cannot download anything from the Pure Basic site !!

Thanks,

Neil

Re: PureBasic 5.31 is out !

Posted: Mon May 25, 2015 10:48 am
by TI-994A
Neil wrote:...I cannot download anything from the Pure Basic site !!
Hi Neil. I'm assuming that you're talking about your PureBasic account; are you able to login?

Re: PureBasic 5.31 is out !

Posted: Mon May 25, 2015 10:50 am
by Neil
Yes I can login and I can see all the download options

Whatever link I click I just get the "waiting for PureBasic.com" message

Re: PureBasic 5.31 is out !

Posted: Mon May 25, 2015 10:53 am
by Danilo
Neil wrote:I have got a new computer (x64 Windows 8.1) and I cannot download anything from the Pure Basic site !!
Still works here using an old computer (x64 Windows 8.1), so I guess it will not be open-sourced, yet. :D
Maybe you should try again using another web browser.

Re: PureBasic 5.31 is out !

Posted: Mon May 25, 2015 10:54 am
by TI-994A
Neil wrote:...Whatever link I click I just get the "waiting for PureBasic.com" message
I've just check, and the download links seem to work for me.

Did you try with different browsers?

Re: PureBasic 5.31 is out !

Posted: Tue May 26, 2015 3:01 pm
by Tenaja
...or try a different antivirus (etc) program. Some will block web sites that are not bad.

Re: PureBasic 5.31 is out !

Posted: Tue May 26, 2015 6:28 pm
by Neil
Hi Guys,

Thanks for all your suggestions.

All seems to be working now - not sure what the problem was.

I had tried IE and Chrome before with no luck, but now both ok ????

Re: PureBasic 5.31 is out !

Posted: Thu May 28, 2015 10:12 am
by Neil
Hi All

I have finally purchased a x64 machine and so sorry if I haven't read any earlier announcements.

I get an error:

"Compressed libraries are not supported(PureCOLOR)"

From memory PureCOLOR is by Gnozal

No big deal if I cannot use these libraries, but I am interested in what the problem is.

Is it because they are 32 bit ??

I tried searching forum but no luck.

Thanks,

Re: PureBasic 5.31 is out !

Posted: Thu May 28, 2015 10:53 am
by Little John
Neil wrote:"Compressed libraries are not supported(PureCOLOR)"

From memory PureCOLOR is by Gnozal
PureCOLOR library : coloring gadgets (and much more)

Re: PureBasic 5.31 is out !

Posted: Thu May 28, 2015 11:09 am
by IdeasVacuum
They are strictly 32bit and anyway not compatible with PB 5.31 unfortunately.