Here is the news:
Code : Tout sélectionner
Code:
- Added: Mail library
- Added: Ftp library
- Added: RegularExpression library
- Added: Http library
- Added: SerialPort library
- Added: FLAC library
- Added: SQLite library
- Added: DirectX 9 subsystem
- Added: #PB_Sound_MultiChannel
- Added: Streaming for OGG and FLAC
- Added: Streaming support for CatchSound()
- Added: #PB_Compiler_Procedure
- Added: #PB_Round_Nearest support (+#PB_Round_Up and #PB_Round_Down) for Round()
- Added: CreateImageMenu(), CreateImagePopupMenu() for Office-style menus
- Added: #PB_Button_Toggle for ButtonImageGadget()
- Added: SetGadgetAttribute() with #PB_Button_Image and #PB_Button_PressedImage for ButtonImageGadget
- Added: SHA1FingerPrint() and SHA1FileFingerPrint()
- Added: ExamineMD5Fingerprint(), ExamineSHA1Fingerprint(), NextFingerprint(), FinishFingerprint()
- Added: CRC32FileFingerprint()
- Added: new parameter for CRC32Fingerprint() for start value
- Changed: last Mid() parameter optional
IDE / Debugger:
- Added: New "Profiler" tool for the Debugger menu to monitor how often lines are called in the code.
- Added: Debugger can now evaluate expressions (see Debug output)
- Added: The Memory Viewer can accept any expression as the start/end address
- Added: Adding a "+" at the "end address" field of the Memory viewer makes the end address relative
- Added: Placing the mouse over a Variable will display its value while the program runs.
- Added: Selecting a more complex expression and placing the mouse over it will evaluate the expression in
the running program (if possible)