Search found 9 matches

by Kuzmat
Sat Apr 11, 2020 3:32 pm
Forum: Tricks 'n' Tips
Topic: Reading MP3 headers
Replies: 8
Views: 3283

Re: Reading MP3 headers

Code: Select all

  Select MP3\Layer
    Case #Layer1
      Debug "Layer: 3"
    Case #Layer2
      Debug "Layer: 3"
    Case #Layer3 
      Debug "Layer: 3"
  EndSelect
It is right?
by Kuzmat
Tue Mar 31, 2020 2:32 pm
Forum: Announcement
Topic: PureBasic 5.72 LTS is out !
Replies: 106
Views: 69290

Re: PureBasic 5.72 LTS is out !

Thanks Fred !!!
by Kuzmat
Sat Mar 31, 2018 1:02 pm
Forum: Feature Requests and Wishlists
Topic: MariaDB
Replies: 12
Views: 6962

Re: MariaDB

+1
by Kuzmat
Wed Oct 07, 2015 10:46 am
Forum: General Discussion
Topic: PB5.40B8 - #Empty$ should be #EMPTY$
Replies: 4
Views: 1969

Re: PB5.40B8 - #Empty$ should be #EMPTY$

#True, #False :D
by Kuzmat
Fri May 01, 2015 6:55 am
Forum: Applications - Feedback and Discussion
Topic: MP3D Engine Alpha 33
Replies: 1056
Views: 538014

Re: MP3D Engine Alpha 32

Hi mpz. Please make a ThreadSafe&Unicode version for PB5.31
by Kuzmat
Wed Apr 01, 2015 6:28 am
Forum: Tricks 'n' Tips
Topic: SSE1/2 Include with example
Replies: 10
Views: 7338

Re: SSE1/2 Include with example

Corrected for al x32-x64 version PB5.24, PB5.31
;////////////////////////////////////////////////////////////////
;//
;// Filename: SSE.pbi
;// Version: 1.0.0.0
;// Date: 10-19-06
;// Author: Steven (Dreglor) Garcia
;//
;////////////////////////////////////////////////////////////////

;
;This ...
by Kuzmat
Tue Mar 31, 2015 4:50 am
Forum: Tricks 'n' Tips
Topic: SSE1/2 Include with example
Replies: 10
Views: 7338

Re: SSE1/2 Include with example

Sorry, forgot to specify that the x32.
For x64 requires significant modifications.
by Kuzmat
Mon Mar 30, 2015 6:15 am
Forum: Tricks 'n' Tips
Topic: SSE1/2 Include with example
Replies: 10
Views: 7338

Re: SSE1/2 Include with example

PB 5.31 (x32 only)
sse.pbi
;////////////////////////////////////////////////////////////////
;//
;// Filename: SSE.pbi
;// Version: 1.0.0.0
;// Date: 10-19-06
;// Author: Steven (Dreglor) Garcia
;//
;////////////////////////////////////////////////////////////////

;
;This Include is handy tool for ...