PureBasic 3.94 für Mac OS X hat Beta-Stadium verlassen
Verfasst: 05.10.2005 17:17
Endlich ist die Full-Version für Mac OS X zum Download bereitgestellt. :allright:
Das deutsche PureBasic-Forum
https://www.purebasic.fr/german/
Das hat früher aber auch schon funktioniert.cologneskater hat geschrieben:Zumindest scheint PB jetzt um die Grafik-Engine erweitert worden zu sein. Versuch mal Sprite.pb.
Ich fühle mich geehrt!redacid hat geschrieben:1. Versuch: "hard falcon's file player". Ergebnis: "Linker Error".
- When creating a .app, the current path is set to the bundle path
- RunProgram(): added support for .app and #PB_RunProgram_Wait
- ExplorerTreeGadget(): fixed the "" bug, added #PB_Explorer_NoFiles support
- ExplorerListGadget(): added support for #PB_Explorer_NoFiles, #PB_Explorer_NoParentFolder and #PB_Explorer_NoDrawers
- ButtonGadget(): added #PB_Button_Default support
- ImageButtonGadget(): Added right and left click event support
- Reworked the scintilla library in the IDE to support ISOLatin1 correctly (old sources aren't compatiable anymore, you will need to convert them to ISOLatin before loading them in the IDE. Now all accent letter should be handled correctly by PureBasic.
- MessageRequester() has now the application icon, like other OS X apps
- Added GetHomeDirectory() which returns the user directory
- Fixed IncludeBinary when used outside of datasection
- Fixed a bug about internal object management
- Fixed byte and word procedure parameters
- Added CallCFunction() and CallCFunctionFast() support
- Added shortcut support to EditorGadget() (cut, paste etc.)
- Fixed a bug in the IDE about text paste in dialogs
- Fixed ElapsedMilliSeconds() as it could returns a negative value