Back to the future

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
John Spikowski
Posts: 453
Joined: Dec 24, 2005 2:32
Location: WA - USA
Contact:

Back to the future

Post by John Spikowski »

I just noticed PowerBASIC has relabeled their previous version of the compiler as Classic PowerBASIC and selling it for $49. (for a short time) If you have a few extra bucks you can get PBDOS for $99. I didn't know there was a market for outdated software.

http://www.powerbasic.com/products/clwn/
jevans4949
Posts: 1188
Joined: May 08, 2006 21:58
Location: Crewe, England

Post by jevans4949 »

Many companies sell superseded versions at a lower price - or even give them away. Serif (DTP) does this all the time. The site says the classic version works up to Win 7, so why not?

If it's a ploy to stimulate interest, the price still looks high to me. $10-$20 might be more attractive. Free would be better.

Anyway, what are the advantages of the new version?
John Spikowski
Posts: 453
Joined: Dec 24, 2005 2:32
Location: WA - USA
Contact:

Post by John Spikowski »

Enhanced COM support and support for Jose Roca's library of INCLUDE's.

It still lacks OCX support but this is also compensated for by Jose Roca's extensions. It's a steep learning curve for most programmers migrating from the Classic version. (QB style programming) It's a toss up if PB 9 is worth the cost and effort to learn COM/Object way of programming.

I didn't notice if the relabeled product will be supported or bug fixes corrected and if it can be used to get upgrade pricing at a later date?
marcov
Posts: 3503
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Post by marcov »

What is DDT btw? (I assume it is not the pesticide?)

Is it something Windows/COM, or PB internal?
jevans4949
Posts: 1188
Joined: May 08, 2006 21:58
Location: Crewe, England

Post by jevans4949 »

marcov wrote:What is DDT btw? (I assume it is not the pesticide?)

Is it something Windows/COM, or PB internal?
DTP = Desk Top Publishing.

I quoted Serif as an example. Their business model is to sell latest versions for around £79.99, and previous versions for £9.99. You will often find version minus-3 on free magazine cover disks.

See www.serif.com and www.freeserifsoftware.com
aurelVZAB
Posts: 681
Joined: Jul 02, 2008 14:55
Contact:

Post by aurelVZAB »

As we all know whyyou talk here about Power Basic .
This is not power basic forum , this is FREE BASIC forum.
Publish your point of view to your '''ALL Basic"" ha ha site better...
jevans4949
Posts: 1188
Joined: May 08, 2006 21:58
Location: Crewe, England

Post by jevans4949 »

aurelVZAB wrote:This is not power basic forum , this is FREE BASIC forum.
But it's interesting to know what's going on in the rest of the world.
McLovin
Posts: 82
Joined: Oct 21, 2008 1:15
Contact:

Post by McLovin »

DDT = Dynamic Dialog Tools

It is a wrapper around the Windows Dialog engine. It allows the programmer to create GUI's without having to resort to using the Windows API.

Here is a quote from their site:
Dynamic Dialog Tools™ (DDT™) allow you to create a complete graphical user interface with ease, using just built-in statements and functions. DDT is perfect for many applications, as it gives you complete access to all of the standard controls like menus, buttons, listboxes, text boxes, labels, bitmaps, listviews, treeviews, and much more. You can specify custom colors, custom fonts, and custom styles, for the Windows "Look and Feel", and best of all, your dialogs are truly dynamic! Controls can be modified, resized, moved, disabled, all under program control. Perhaps even more important, they're fast, fast, fast... loading as much as 20 times faster than Visual Basic forms. Try our complete SMTP email client, a 30k executable with a graphical user interface, that allows you to send an email message to anyone on the internet. Some other compilers can't display "Hello" in a program 40 times that size! Of course, for more complex user interfaces, you should probably consider PowerBASIC Forms, our state-of-the-art Visual Dialog Designer.
Antoni
Posts: 1393
Joined: May 27, 2005 15:40
Location: Barcelona, Spain

Post by Antoni »

Classic PB?

Perhaps it's their famous ultra-fast compiler outputting Win32 code but coded in 16 bits assembler. Not sure it will work everywhere nowadays....

The present version is full 32 bits and should be safer.
aston
Posts: 16
Joined: Nov 29, 2009 20:32

Post by aston »

People...people...
Dialog frame is not window frame in windows.
Do you realise the difference.
And what i can with dialog?
Post Reply