PureBasic 4.30 Beta 3 is out !
Posted: Thu Oct 02, 2008 1:14 am
Hi there,
The beta 3 of the forthcoming 4.30 version is available on your download account. It brings the following:
The disassembly commands are:
Have fun !
The fantaisie software team.
The beta 3 of the forthcoming 4.30 version is available on your download account. It brings the following:
Code: Select all
- Reworked x64 exception handler for OnError and the Debugger
- Possibility to mix 2D sprite and 3D (must be put after RenderWorld()). For DX9 (Windows) and OpenGL (OSX, Linux).
- ChangeGamma() has been reworked
- DatabaseID() added
- Added examples sources to Linux and OS X package
- Engine3D example should work from the IDE on OS X and Linux.
- Added disassembly commands for x86 and x64 based on libudis86 (BSD license)
- Changed: renamed StatusbarIcon() to StatusbarImage(), and it now needs a separate field for the icon (no longer next to the text)
- Various bug fixes
Code: Select all
ExamineAssembly(*StartAddress [, *EndAddress])
NextInstruction()
InstructionAddress()
InstructionString()
The fantaisie software team.