Page 10 of 15

Re: PureBasic 5.40 LTS beta 6 is out !

Posted: Mon Sep 21, 2015 9:59 am
by Fred
Please use appropriate forums when reporting an issue, thanks.

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Tue Sep 22, 2015 6:35 pm
by Fred
Beta 7 is out !

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Tue Sep 22, 2015 6:36 pm
by thanos
:!:

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Tue Sep 22, 2015 7:33 pm
by applePi
Thanks, great beta, great perfections.
and great documentation

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Wed Sep 23, 2015 3:56 am
by kenmo
Is the Scintilla version being updated?

I wonder if this Scintilla changelog affects PureBasic??
Release 3.5.2

Released 2 December 2014.
For OS X Cocoa switch C++ runtime to libc++ to enable use of features that will never be added to libstdc++ including those part of C++11. Scintilla will now run only on OS X 10.7 or later and only in 64-bit mode.
http://www.scintilla.org/ScintillaHistory.html

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Wed Sep 23, 2015 11:27 am
by deseven
Yep, would be nice to have the newest scintilla and also to enable lexers support (include the small version without lexers by default, include full version by passing the optional param to InitScintilla() or by defining the different Library Subsystem for compiler).

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Wed Sep 23, 2015 1:38 pm
by ts-soft
@deseven
On windows, you can use simple a dll with lexer, without any subsystem.

Code: Select all

InitScintilla("myscintilla_with_lexers.dll")

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Wed Sep 23, 2015 2:18 pm
by deseven
ts-soft wrote:On windows, you can use simple a dll with lexer, without any subsystem.
I do know that, but as you stated it's windows-only. Follow the link in my previous message to see what i mean.

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Thu Sep 24, 2015 1:33 pm
by oryaaaaa
Thank you.

I am doing make 3 softwares by PureBasic.

Hi-end hi-res Sound player
Bug head 5.37

Jitter cleaner for Hi-end audio for SSD for HDD
Rewrite data 1.31

Jitter cleaner for Hi-end audio for Intel CPU
All core any cures 2.7

I will check this week.

Q: Do you have what users?
A: JPLAY, foobar2000, J River and audiophiles.

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Fri Sep 25, 2015 1:39 am
by oryaaaaa
I test PureBasic 5.40 LTS beta 7.

Bug head 5.37
have JITTER. bad sound.

Rewrite data 1.31
have JITTER. bad sound.

All core any cures 2.7
have JITTER. bad sound.

then PureBasic 5.40 LTS beta 7 have JITTERED BUILD by new compliler.
Do you initialize valiable in libraries?

HAVE JITTER

Code: Select all

Protected ABC.i
ABC = 10
Don't have JITTER

Code: Select all

Protected ABC.i
!PXOR mm5,mm5
!MOVNTQ [p.v_ABC], mm5
!emms
ABC = 10
My software have attractive jitter solution. but PB5.40 compiler have jitter.
I select PB5.31 compiler better.

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Fri Sep 25, 2015 2:01 am
by oryaaaaa
When I build in PB 5.40 beta7, all of the software have jitter.
I think that influence you build the library in VC++ 2013 ,
but PB 5.31 build a library in VC ++ 2005.
I want to build a library in VC++ 2005.

for sound application
VC++ 2013 is very bad.
VC++ 2005 is good.

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Fri Sep 25, 2015 2:12 am
by Blue
@oryaaaaa

You're definitely NOT posting at the right place. :?

I'm sure it would be appreciated if you moved this presentation of your software to its own dedicated topic, in this same Forum section possibly, or to another more appropriate section (General Discussion ? Coding Questions ?) :wink:

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Fri Sep 25, 2015 4:10 pm
by Fred
Beta 8 is out :)

Re: PureBasic 5.40 LTS beta 7 is out !

Posted: Fri Sep 25, 2015 4:13 pm
by thanos
:!:

Re: PureBasic 5.40 LTS beta 8 is out !

Posted: Sat Sep 26, 2015 2:43 am
by UUICEO
Awesome job!! Thanks for all your hard work!