PureBasic 3.94d for MacOS X released

Developed or developing a new product in PureBasic? Tell the world about it.
J-The-Grey
User
User
Posts: 21
Joined: Fri Apr 25, 2003 6:16 pm
Location: Germany

Post by J-The-Grey »

Fred wrote: which code doesn't work ?
any code with Start/StopDrawing(), CreateSprite(), UseBuffer(), DisplayRGBFilter() (linker Error)

Also I would like it if it would be possible to use the Right Mouse Button for a context menu in the IDE.
iMac CoreDuo, MacBook C2D, OSX 10.5.5
PureBasic owner since V1.0 for Amiga
xMystik
User
User
Posts: 10
Joined: Fri Apr 25, 2003 5:52 pm
Location: England
Contact:

Post by xMystik »

Hi

Any estimate on how long the printing library will be please?

Steve.
JokerZ
New User
New User
Posts: 5
Joined: Fri Sep 17, 2004 1:59 am

Post by JokerZ »

J-The-Grey wrote:
Fred wrote: which code doesn't work ?
any code with Start/StopDrawing(), CreateSprite(), UseBuffer(), DisplayRGBFilter() (linker Error)
Similar problems for me too.
Could it perhaps be related to running a slightly older version of the xcode tools? I was going to test updating this later when I had some time to spare.

Try to compile sprite.pb from the help/purebasic/Examples
folder and pbcompiler fails both at command line and with the editor/debugger.

I get /usr/bin/ld: Undefined Symbols:
_PB_CopySprite2
_PB_FrontColor
_PB_Line
_PB_SpriteOutput
_PB_StartDrawing
_PB_StopDrawing
collect2: ld returned exit status
Error: Linker
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

One more time; Congratulations for this great work to all the PureBasic team. My respect and admiration :) :!:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

JokerZ: i will take a look to this, thanks for the report.
J-The-Grey
User
User
Posts: 21
Joined: Fri Apr 25, 2003 6:16 pm
Location: Germany

Post by J-The-Grey »

JokerZ wrote:Try to compile sprite.pb from the help/purebasic/Examples
folder and pbcompiler fails both at command line and with the editor/debugger.
In fact, sprite.pb *does* work on *my* machine... :shock:
iMac CoreDuo, MacBook C2D, OSX 10.5.5
PureBasic owner since V1.0 for Amiga
User avatar
SimpleMind
Enthusiast
Enthusiast
Posts: 112
Joined: Sun May 18, 2003 12:40 pm
Location: Netherlands

Re: PureBasic 3.94 for MacOS X released

Post by SimpleMind »

Fred wrote:Hi folks,

We are pleased to announce the immediate availability of PureBasic for OS X (doesn't it sounds like a PR speak ? :wink:). Well, it's here and seems to be stable enough for a first public release. The standalone and console debugger works as expected, and we have deactivated (for now) the integrated debugger, because of some stability issues. We have added icon support and many little bugs fixes since the last beta. Grab it while it's hot and don't hesitate to spread the word !

Enjoy,

The Fantaisie Software Team.
I 'm very happy with the new born Apple version. Happy birthday. I wish you all the luck in the world.

Regards,

Simplemind
Give me books, fruit, french wine, fine weather and a little music.
John Keats
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

A new update is now available for OS X (3.94d). Here is the list of change since the official 3.94 release:
- 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
You can get it on your personal account.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Fred wrote:A new update is now available for OS X (3.94d). Here is the list of change since the official 3.94 release:
Busy Bee he is ....
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

I nearly had a heart attack when I saw a new message in the top of this forum :shock:
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

:lol:
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Post by Falko »

Polo wrote:I nearly had a heart attack when I saw a new message in the top of this forum :shock:
It's not Monday :twisted: .
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Polo wrote:I nearly had a heart attack when I saw a new message in the top of this forum :shock:
:lol:
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Polo wrote:I nearly had a heart attack when I saw a new message in the top of this forum :shock:
Keep em coming Fred! :wink:
I like logic, hence I dislike humans but love computers.
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Post by nco2k »

@Polo
arghs... me too. :cry: :)

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Post Reply