Seite 1 von 1

PureBasic 3.94 für Mac OS X hat Beta-Stadium verlassen

Verfasst: 05.10.2005 17:17
von cologneskater
Endlich ist die Full-Version für Mac OS X zum Download bereitgestellt. :allright:

Verfasst: 05.10.2005 17:22
von ts-soft
und die Meldung erscheint dank Dir im dt. Forum zuerst :wink:

Verfasst: 05.10.2005 17:43
von freak
Hehe, manche Leute sind einfach zu schnell... ;)

Jetzt ist es auch offiziell.
http://forums.purebasic.com/english/vie ... hp?t=17090

Verfasst: 05.10.2005 22:47
von redacid
*grummel*...

1. Versuch: "hard falcon's file player". Ergebnis: "Linker Error".

2. Versuch: "Requester.pb" aus dem examples-Ordner. Ergebnis: komplett-Absturz von PB, ohne Fehlermeldung.

Hat sich seit der Beta 7 überhaupt etwas getan? Welche Bugs wurden in der Zwischenzeit denn gefixt?

Verfasst: 06.10.2005 07:13
von cologneskater
Zumindest scheint PB jetzt um die Grafik-Engine erweitert worden zu sein. Versuch mal Sprite.pb.

Verfasst: 06.10.2005 14:22
von redacid
cologneskater hat geschrieben:Zumindest scheint PB jetzt um die Grafik-Engine erweitert worden zu sein. Versuch mal Sprite.pb.
Das hat früher aber auch schon funktioniert.

Verfasst: 06.10.2005 17:40
von hardfalcon
redacid hat geschrieben:1. Versuch: "hard falcon's file player". Ergebnis: "Linker Error".
Ich fühle mich geehrt! :D :bounce: =)

Verfasst: 26.01.2006 18:23
von ts-soft
Version 3.94d veröffentlicht. http://forums.purebasic.com/english/pos ... e&p=121405
Die Änderungen:
- 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