PureBasic 5.40 LTS beta 10 is out !
Re: PureBasic 5.40 LTS beta 6 is out !
Please use appropriate forums when reporting an issue, thanks.
Re: PureBasic 5.40 LTS beta 7 is out !
Beta 7 is out !
Re: PureBasic 5.40 LTS beta 7 is out !

» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
Re: PureBasic 5.40 LTS beta 7 is out !
Thanks, great beta, great perfections.
and great documentation
and great documentation
Re: PureBasic 5.40 LTS beta 7 is out !
Is the Scintilla version being updated?
I wonder if this Scintilla changelog affects PureBasic??
I wonder if this Scintilla changelog affects PureBasic??
http://www.scintilla.org/ScintillaHistory.htmlRelease 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.
Re: PureBasic 5.40 LTS beta 7 is out !
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 !
@deseven
On windows, you can use simple a dll with lexer, without any subsystem.
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Re: PureBasic 5.40 LTS beta 7 is out !
I do know that, but as you stated it's windows-only. Follow the link in my previous message to see what i mean.ts-soft wrote:On windows, you can use simple a dll with lexer, without any subsystem.
Re: PureBasic 5.40 LTS beta 7 is out !
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.
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 !
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
Don't have JITTER
My software have attractive jitter solution. but PB5.40 compiler have jitter.
I select PB5.31 compiler better.
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
Code: Select all
Protected ABC.i
!PXOR mm5,mm5
!MOVNTQ [p.v_ABC], mm5
!emms
ABC = 10
I select PB5.31 compiler better.
Re: PureBasic 5.40 LTS beta 7 is out !
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.
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 !
@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 ?)
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 ?)

PB Forums : Proof positive that 2 heads (or more...) are better than one 

Re: PureBasic 5.40 LTS beta 7 is out !
Beta 8 is out 

Re: PureBasic 5.40 LTS beta 7 is out !

» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
Re: PureBasic 5.40 LTS beta 8 is out !
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