PureBasic full changelog
PureBasic 6.21.0
released Jun 11, 2025 (New Release)
Added: #PB_Sprite_Transparent support to CreateSprite()
Added: #PB_Image_BlackAlphaBackground and #PB_Image_WhiteAlphaBackground for SaveImage()
Added: LoadImage() now supports 32-bit BMP files when alpha channel is found
Added: OSVersion() now support Windows Server 2016, Windows Server 2019, Windows Server 2022 and Windows Server 2025
Removed: #PB_Menu_ModernLook and #PB_Menu_SysTrayLook support on Windows.
Fixed: Two IDE issues, thanks to kenmo !
Fixed: Some compiler and libraries bugs (fixed bug list)
Added: #PB_Image_BlackAlphaBackground and #PB_Image_WhiteAlphaBackground for SaveImage()
Added: LoadImage() now supports 32-bit BMP files when alpha channel is found
Added: OSVersion() now support Windows Server 2016, Windows Server 2019, Windows Server 2022 and Windows Server 2025
Removed: #PB_Menu_ModernLook and #PB_Menu_SysTrayLook support on Windows.
Fixed: Two IDE issues, thanks to kenmo !
Fixed: Some compiler and libraries bugs (fixed bug list)
PureBasic 6.20.0
released Feb 13, 2025 (New Release)
Updated: OGRE to lastest 14.3 version (big thanks for the help Pf Shadoko) !
Added: Windows 11 native arm64 support !
Added: TLS support for Network library (Thanks Idle for the tips) !
Added: PureLibrary creation in PureBasic !
Added: WebWiewProxy() to enable proxy support (Sponsored by Kukulkan)
Added: #PB_Editor_TabNavigation support to EditorGadget() (Sponsored by Quin)
Added: #PB_Entity_InheritScale support to Get/SetEntityAttribute()
Added: DLL support to UsePostgreSQL() (Sponsored by wayne-c)
Added: Windows 10+ mode to link directly to UCRT.dll to have smaller executables and up-to-date CRT
Added: IsPack()
Added: Get/SetWorldAttribute() to control shadows, water and sky
Added: PureBasic-CLI.cmd to easily open a commandline environment (Windows)
Optimized: BuildMeshLOD() now uses a much better algorithm for automatic LOD creation
Changed: SaveRenderTexture() -> only .png format is supported
Changed: SkyDome() and CreateWater() functions to have better and faster rendering
Changed: Add3DArchive() always needs to be after OpenScreen()
Removed: Sun() has been removed, replaced with CreateLight()
Removed: WaterHeight(), SwitchCamera(), LoadWorld()
Fixed: A few compiler and libraries bugs
Added: Windows 11 native arm64 support !
Added: TLS support for Network library (Thanks Idle for the tips) !
Added: PureLibrary creation in PureBasic !
Added: WebWiewProxy() to enable proxy support (Sponsored by Kukulkan)
Added: #PB_Editor_TabNavigation support to EditorGadget() (Sponsored by Quin)
Added: #PB_Entity_InheritScale support to Get/SetEntityAttribute()
Added: DLL support to UsePostgreSQL() (Sponsored by wayne-c)
Added: Windows 10+ mode to link directly to UCRT.dll to have smaller executables and up-to-date CRT
Added: IsPack()
Added: Get/SetWorldAttribute() to control shadows, water and sky
Added: PureBasic-CLI.cmd to easily open a commandline environment (Windows)
Optimized: BuildMeshLOD() now uses a much better algorithm for automatic LOD creation
Changed: SaveRenderTexture() -> only .png format is supported
Changed: SkyDome() and CreateWater() functions to have better and faster rendering
Changed: Add3DArchive() always needs to be after OpenScreen()
Removed: Sun() has been removed, replaced with CreateLight()
Removed: WaterHeight(), SwitchCamera(), LoadWorld()
Fixed: A few compiler and libraries bugs
PureBasic 6.12.0
released Sep 18, 2024 (New Release)
Added: SFTP support to the FTP lib !
Added: #PB_OS_MacOSX_13, #PB_OS_MacOSX_14 and #PB_OS_MacOSX_15 for OSVersion()
Added: #PB_Frame_Container support for FrameGadget()
Added: '--console' commandline switch to linux and osx compiler (for consistency)
Added: NavigationCallback support for GTK WebGadget() (all OS now support it)
Added: New linker for DLL creation to have smaller binary size (Windows)
Added: 32-bit float WAV support for LoadSound() and CatchSound()
Added: New Linux package for Ubuntu 24.04
Fixed: Some compiler and libraries bugs (fixed bug list)
Added: #PB_OS_MacOSX_13, #PB_OS_MacOSX_14 and #PB_OS_MacOSX_15 for OSVersion()
Added: #PB_Frame_Container support for FrameGadget()
Added: '--console' commandline switch to linux and osx compiler (for consistency)
Added: NavigationCallback support for GTK WebGadget() (all OS now support it)
Added: New linker for DLL creation to have smaller binary size (Windows)
Added: 32-bit float WAV support for LoadSound() and CatchSound()
Added: New Linux package for Ubuntu 24.04
Fixed: Some compiler and libraries bugs (fixed bug list)
PureBasic 6.11.0
released Aug 1, 2024 (New Release)
Added: 24-bit and 32-bit WAV support
Added: runtime debugger support for whole Packer library
Updated: replaced polink with lld-link on Windows to generate smaller executables
Fixed: Some compiler and libraries bugs (fixed bug list)
Added: runtime debugger support for whole Packer library
Updated: replaced polink with lld-link on Windows to generate smaller executables
Fixed: Some compiler and libraries bugs (fixed bug list)
PureBasic 6.03
released Oct 11, 2023 (New Release)
Added: #PB_String_NoCaseAscii for CompareMemoryString() for faster string comparison when only ascii characters are involved.
Added: #PB_Compiler_DPIAware compiler constant.
Updated Scintilla to 5.3.5 for all platforms
Optimized: Smaller and more readable C generated file.
Changed: IDE on Linux is now using GTK3 as default (GTK2 IDE is named purebasic_gtk2)
Fixed: A lot of compiler and libraries bugs (fixed bug list)
Added: #PB_Compiler_DPIAware compiler constant.
Updated Scintilla to 5.3.5 for all platforms
Optimized: Smaller and more readable C generated file.
Changed: IDE on Linux is now using GTK3 as default (GTK2 IDE is named purebasic_gtk2)
Fixed: A lot of compiler and libraries bugs (fixed bug list)
PureBasic 6.02
released May 17, 2023 (New Release)
- Added: HttpTimeout() to set a connection and a global timeout for Http commands.
- Added: GTK3 IDE build for Linux for testing (purebasic_gtk3).
- Added: ReAssembly (--reasm) support for OS X and Linux.
- Updated: libarchive to 3.6.2 - Updated: lib7z to 22.01
- Removed: EnableASM support for C backend as it can't be used correctly (the IDE capitalize the letters for If etc.) and avoid detecting real x86/x64 asm block leading to strange errors. The correct way is now to use the '!' sign at the line start to use directly C code.
- Added: GTK3 IDE build for Linux for testing (purebasic_gtk3).
- Added: ReAssembly (--reasm) support for OS X and Linux.
- Updated: libarchive to 3.6.2 - Updated: lib7z to 22.01
- Removed: EnableASM support for C backend as it can't be used correctly (the IDE capitalize the letters for If etc.) and avoid detecting real x86/x64 asm block leading to strange errors. The correct way is now to use the '!' sign at the line start to use directly C code.
PureBasic 6.01
released Mar 7, 2023 (New Release)
PureBasic 5.73
released Apr 14, 2021 (New Release)
Added: #PB_HTTP_WeakSSL to HTTRequest() to support older servers
Added: Added #PB_HTTP_Debug to print in the console debug information
Added: New indentation option (Shardik)
Added: Add option to auto-wrap Find at end of file (kenmo)
Added: New editor shortcuts (upper/lower/invert case) (kenmo)
Added: Added #PB_HTTP_Debug to print in the console debug information
Added: New indentation option (Shardik)
Added: Add option to auto-wrap Find at end of file (kenmo)
Added: New editor shortcuts (upper/lower/invert case) (kenmo)
PureBasic 5.72
released Aug 16, 2019 (New Release)
Added: #PB_HTTP_Headers to HTTPInfo() to get the headers
Added: #PB_HTTP_HeadersOnly to HTTPRequest() to only request the headers (GetHTTPHeaders() is now deprecated)
Added: Scintilla word chars selection as user preference in IDE (kenmo)
Added: Zoom keyboard shortcuts in IDE (kenmo)
Added: #PB_HTTP_HeadersOnly to HTTPRequest() to only request the headers (GetHTTPHeaders() is now deprecated)
Added: Scintilla word chars selection as user preference in IDE (kenmo)
Added: Zoom keyboard shortcuts in IDE (kenmo)
PureBasic 5.71
released Aug 16, 2019 (New Release)
Major release
MySQL database support, QT subsystem and much more
MySQL database support, QT subsystem and much more
PureBasic for Windows 7 - free download notice
Windows 7 Download periodically updates software information of PureBasic from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX MediaTrans
63% Off -
MacX DVD Ripper Pro
50% Off -
WinX DVD Copy Pro
42% Off -
WinX DVD Ripper
50% Off -
WinX HD Video Converter
56% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Simply Fortran 3.41 Build 4438
- PHP 8.5.1
- Qt 6.10.1
- Easy Code for MASM 1.07.0.0009
- Python 3.14.2
- Code::Blocks for Windows 20.03 Build Apr 3 20
- FreeBasic for Windows (x64 bit) 1.10.1
- FreeBasic for Windows 1.10.1
- Free Pascal 3.2.2
- Wing IDE Personal 10.0.4.0
- Open Fortran Parser 0.8.3
- Easy Code for GoAsm 1.07.0.0009
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Wing IDE Professional 10.0.4.0
- PureBasic 6.21.0
- wxDEV-C++ 4.9.9.2
- DIFileFinder 6.13.0
- haXe 3.4.2
- PythonCard 0.8.2
- Agena 4.2.6
Popular Tags
pascal
windows 7
microsoft visual studio professional free download
debug
application
environment
ide
development
debug console
visual basic
compiler
programming
software
programming language
tools
free
basic language
coding language
compile
exe
download microsoft visual studio professional
create application
language
decompiler
java
application development
visual studio
efficient
basic
user-friendly
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 10.0.0
- PHP 8.5.1
- dotConnect for Oracle Professional Edition 11.0.0
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- Turbo C++ 3.0
- StyleControls 5.86
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.20
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- C# QR Barcode Reader 2021.11
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



