PureBasic 5.40 LTS beta 10 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.40 LTS beta 6 is out !

Post by Fred »

Please use appropriate forums when reporting an issue, thanks.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.40 LTS beta 7 is out !

Post by Fred »

Beta 7 is out !
thanos
Enthusiast
Enthusiast
Posts: 423
Joined: Sat Jan 12, 2008 3:25 pm
Location: Greece
Contact:

Re: PureBasic 5.40 LTS beta 7 is out !

Post by thanos »

:!:
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
applePi
Addict
Addict
Posts: 1404
Joined: Sun Jun 25, 2006 7:28 pm

Re: PureBasic 5.40 LTS beta 7 is out !

Post by applePi »

Thanks, great beta, great perfections.
and great documentation
User avatar
kenmo
Addict
Addict
Posts: 2032
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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
User avatar
deseven
Enthusiast
Enthusiast
Posts: 367
Joined: Wed Jan 12, 2011 3:48 pm
Location: Serbia
Contact:

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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")
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
deseven
Enthusiast
Enthusiast
Posts: 367
Joined: Wed Jan 12, 2011 3:48 pm
Location: Serbia
Contact:

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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.
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Re: PureBasic 5.40 LTS beta 7 is out !

Post 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:
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.40 LTS beta 7 is out !

Post by Fred »

Beta 8 is out :)
thanos
Enthusiast
Enthusiast
Posts: 423
Joined: Sat Jan 12, 2008 3:25 pm
Location: Greece
Contact:

Re: PureBasic 5.40 LTS beta 7 is out !

Post by thanos »

:!:
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
UUICEO
User
User
Posts: 57
Joined: Tue Mar 10, 2009 9:09 pm
Location: Shakopee, Minnesota. USA

Re: PureBasic 5.40 LTS beta 8 is out !

Post by UUICEO »

Awesome job!! Thanks for all your hard work!
Windows 7 Ultimate x64 / PureBasic 5.21 LTS / ProGUI Platinum / PureVision / http://www.linkedin.com/groups/PureBasi ... =&trk=tyah
Post Reply