Big Projects in PB

Everything else that doesn't fall into one of the other PB categories.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Big Projects in PB

Post by Karbon »

I'd like to know if anyone else is writing "big" applications in PB. If so, post some information about them!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

What do you consider big?
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

is jaPBe big engouth?
User avatar
the.weavster
Addict
Addict
Posts: 1577
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

I'm a director of a medium size manufacturing company, we have a very old (but robust and reliable) bespoke system that we've been using since 1985.

We've now out-grown the system and the time has come to upgrade to something from this century. We've looked at the commercial offerings for SMEs like SAP BusinessOne, Sage MMS, Exchequer etc... although these systems are good the upfront cost and ongoing relicensing fees are extremely steep.

On top of that if you have a dispute with the software provider you don't really have the option of not paying the relicensing fee because they can turn off your system. This gives a third party a real stranglehold on your business.

A company we regularly trade with implemented a new system about 18 months ago, it cost them tens of thousands of pounds. It has not lived up to expectations but having made such a large investment they now face the choice of continuing with a poor system they don't like or writing off a large investment and starting again. The annual relicensing fee just rubs salt into the wounds.

Anyway, the upshot of this (and the answer to your question) is I'm considering having a go at writing a system in PureBasic. Although I'm not a professional developer and have had no formal training I have written alot of small database applications using information I have read in books and with the help of people in this forum and so far they've all worked pretty well.

Wish me luck...
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Big Projects in PB

Post by PB »

Paul from ReelMedia (and author of PureVisionXP) has written software for
broadcast television, which, I can confirm, is no small and simple task. :)

(Off-topic @ Paul: Tomorrow I have an interview for a traffic scheduler job
with the Seven Network here in Australia -- wish me luck!).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

K-billing looks like a huge project. I have often pointed people to your site to show them PB accomplishments when I introduce fellow coders to PureBasic.

(off-topic: has anyone ever wondered what a SlashDot post or topic would do for PB? There was an topic recently about Delphi 2005 and people were posting about other cross platform coding languages.)
-Beach
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Afaik PB currenly lacks support for doubles and mega strings so...
A must have imo.

Sorry, i really awaite until PB has these important parts.
Correct me if i'm wrong, i have no intention for rant.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

I'm just about to start (coding) on a pretty big commercial project which will take quite a few months to finish. I'm in the planning and designing phase at the mo' but it should be a very nice and valuable piece of software once done. I can't say anymore at the min' due to i'm keeping it all secret until launch. After that i'll post a link here. :)
Last edited by Kale on Tue Nov 30, 2004 11:36 pm, edited 1 time in total.
--Kale

Image
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I suppose big is relative, any information on any commercial venture in PB is what I was trying to start a conversation about.

I've seen some of Paul's projects and he seems to be the leader in developing commercial software in PB..

Interesting stuff!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Post by Justin »

I'm into a big project involving ADO, 8500 loc about 60% done. all api based so compability problems with future PB versions will be small. once finished i'll consider to sell it.
eriansa
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Mar 17, 2004 12:31 am
Contact:

Post by eriansa »

SQ4² -> http://www.sq4.be

Quite big. No need to wait for doubles, double floats and whatsoever...
PB is incredible!

ASIO is implemented, and ASIO uses Double floats all around the place
VSTI is implemented, and SQ4² loads VSTI's that other host crash on!

So, no more excuses!
PB is da thing!

Oh, and I forgot :

JaPBe from GPI -> wonderfull IDE, beats VB/MsVC++ IDE!
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

One thought: While reading reports on the programming language Python, one of the things that really used to fustrate the lead developer was that because Python was so good at what it does that many major companies using Python saw it as a major industrial advantage over their competitors so they didn't speak of using it or even endorse it!

I wonder how much of this is true for PureBasic? I mean if Karbon hadn't of asked look at all these big projects that others wouldn't of heard of. :D
--Kale

Image
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

How much of SQ4 is written in PB?
eriansa
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Mar 17, 2004 12:31 am
Contact:

Post by eriansa »

GedB wrote:How much of SQ4 is written in PB?
Almost everything except :

Small optimizations in the ASIO-Audio engine -> Asm
OLE drag 'n Drop -> C++ DLL
The usual conversions to Doubles, Double Floats -> Asm

In the beginning some guru's said to me that it was impossible to implement VSTI's without an OOP language (C++/Delphi)...

Well, I proved they are wrong!

Within a couple of weeks a new version will come (still have some minor problems with Native Instruments AbSynth 2.0...)

c ya
dige
Addict
Addict
Posts: 1394
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

My current "big PB project" is a image database :-)
-> http://www.sunset-team.de ( some screenshots )

The highlights are: Exifread, Html-Export, Catalog, Dynamic Range Increase,
Indexcreation, AVI-Split and more ...

PB rulez! :-D
Last edited by dige on Sat Jan 30, 2010 12:16 am, edited 1 time in total.
Post Reply