Page 1 of 3

New version on its way?

Posted: Sun Sep 21, 2003 9:29 pm
by Amiga5k
It's about that time again for a new version of PB to appear. Anyone 'inside' PB willing to confirm or deny this? :wink:

Thanks!
Russell

Posted: Sun Sep 21, 2003 9:39 pm
by LarsG
I am not "inside" PB, but Fred said on IRC tonight, that the new version will be out ASAP (which should be relatively soon, I hope.. hehe) :lol:

-Lars

Posted: Sun Sep 21, 2003 10:46 pm
by Amiga5k
Excellent! I wonder what's going to be included in this release? Physics? Fluid dynamics? :wink:

Actually, I'll be happy with whatever Fred has put in there...especially if the manual has been updated. :D

Russell

Posted: Sun Sep 21, 2003 10:53 pm
by LarsG
Well.. actually, he gave us the addition to the history list..
Take a look at: http://nopaste.php-q.net/13274
8)
-Lars

Posted: Sun Sep 21, 2003 11:14 pm
by Dreglor
sweet, sounds like he's finalized the relese.
maybe he will relese this week or so

Posted: Sun Sep 21, 2003 11:17 pm
by freak
Outch... where's the surprise now?

btw. have a look at the 'Description:' in this nopaste site:
says: "The poster was too lazy to write a description. "
how true... :mrgreen:

Timo

Posted: Sun Sep 21, 2003 11:24 pm
by LarsG
As he said the update is going to be released ASAP, and even gave us the history change doc, then I bet there is no need for a surprise, and I believe the 3.8 update is coming out *very* soon.. *drool* :D

-Lars

Posted: Sun Sep 21, 2003 11:28 pm
by freak
> and I believe the 3.8 update is coming out *very* soon.. *drool*

I know :wink:

Timo

Posted: Mon Sep 22, 2003 6:33 am
by Amiga5k
Nice.

Fewer additions than a lot of the past "point" updates, so I'm not sure why it's 3.8 instead of 3.7x...

Still, for free, what do I want? :wink:

Russell

p.s. Someone said a while ago that a user guide was being written. Is this puppy about done, or what? It's been months! Sure would be nice for the newbies out there! :D

Posted: Mon Sep 22, 2003 6:43 am
by PB
> [Fred] gave us the history change doc

<i>Added: Break and Continue to modify the loops flow</i>

Woohoo! :D

But I don't see any fix for the "Find" dialog switching the focus to another
app if you cancel it... this is important to fix (Fred?). Also, pressing F1 on
an item to get help does not always work anymore, and requires a restart
of PureBasic to fix it. Please don't forget about these, Fred. Thanks!

Posted: Mon Sep 22, 2003 11:23 am
by GedB
Amiga 5k,
- Added: Interface/EndInterface to support object function call ! Yes, COM and DX objects are now accessible natively in PureBasic...
Native Com access! Surely that alone makes it a major release.

Posted: Mon Sep 22, 2003 11:36 am
by Kale
Native Com access! Surely that alone makes it a major release.
Agreed! :D

Posted: Mon Sep 22, 2003 12:15 pm
by LarsG
Quote:
Native Com access! Surely that alone makes it a major release.


Agreed!
I have actually NO IDEA what this means... (this COM and DX stuff)..
Is there anyone who care to explain it in layman terms?!?
(or atleast give me an url to such a site?!?)

-Lars

Posted: Mon Sep 22, 2003 12:59 pm
by Andre
p.s. Someone said a while ago that a user guide was being written. Is this puppy about done, or what? It's been months! Sure would be nice for the newbies out there!
Tinman is the author of the partly written user-guide. Sadly he hasn't time to continue the work in the last months... :cry:

As the (planned) chapter overview is already ready - but only the first 6 chapters are written, any help to continue the work would be very nice.

Posted: Mon Sep 22, 2003 3:24 pm
by GedB
LarsG,

COM (aka ActiveX) is Microsoft's Common Object Model. It enables Windows applications to make Components available to any language with Com support.

For example, when you use WebGadget, you are really using a component exposed by Internet Explorer via COM. If you look in the helpfile for the WebGadget you'll see that it explains that ActiveX is used. Activex is COM, it was just rebranded by Microsoft to compete better against Java.

Read more here: http://www.wikipedia.org/wiki/ActiveX

DX refers to Direct X. Direct X is Microsoft's multimedia library that gives low level, 'bare metal' access to the graphics hardware.

The DirectX API is exposed through COM, rather than the old-style Windows API dll calls that PureBasic already supports.

Native COM support will give the native access to the API, so you are no longer dependent upon the subset of features supported by the PureLibraries.

More about Direct X here: http://www.wikipedia.org/wiki/DirectX