Darkbasic Bonanza!

For everything that's not in any way related to PureBasic. General chat etc...
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Its a downloable version?
I think i read that is not downloable, right?
User avatar
GWarner
Enthusiast
Enthusiast
Posts: 605
Joined: Fri Jul 24, 2009 1:34 pm
Location: USA

Post by GWarner »

@talisman and Mistrel

You're both right, I was mistaking DarkGDK for PureGDK because I thought the DarkGDK was called DarkSDK
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

GWarner wrote:@talisman and Mistrel

You're both right, I was mistaking DarkGDK for PureGDK because I thought the DarkGDK was called DarkSDK
I used to be called that a long time ago.
vanbeck
Enthusiast
Enthusiast
Posts: 104
Joined: Mon Jun 11, 2007 1:31 pm
Location: The Swan

Post by vanbeck »

Purebasic and DarkbasicPro, GDK, etc are very different animals. You couldn't decide on just one if you use them both.

For instance I use both, I write bespoke applications in PB, as firmly believe that PB is the best option out there for writing these sorts of smaller applications. I mean it's effortless to get things like taskbar icons and menus working, and often that's as much as you need. I'm not saying that PB is not a good choice for a particular project though with the exception of games programming.

That's where DBPro comes in. It's a very quick language to learn and a great option for individuals or small teams to get projects done. That's the important thing I guess, I'm just polishing off my 10th game or so in DBPro. Personally I like to force my PC's to have some fun after writing business apps all day, game programming can be very rewarding.
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: Darkbasic Bonanza!

Post by Poshu »

bought it :oops: , along with PureGDK

... well, I always wanted to do so (since I gave my Dark Basic Pro Licence to my cousin years ago), and this offer was a nice one.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: Darkbasic Bonanza!

Post by Rook Zimbabwe »

For instance I use both, I write bespoke applications in PB, as firmly believe that PB is the best option out there for writing these sorts of smaller applications. I mean it's effortless to get things like taskbar icons and menus working, and often that's as much as you need. I'm not saying that PB is not a good choice for a particular project though with the exception of games programming.
Ahhh but what about GLBasic or Blitz??? I have used B3D for a while and have no real objections to it... just the HUGE standard executable size and the difficulty of including BMP etc. INSIDE the application! :mrgreen:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
vanbeck
Enthusiast
Enthusiast
Posts: 104
Joined: Mon Jun 11, 2007 1:31 pm
Location: The Swan

Re: Darkbasic Bonanza!

Post by vanbeck »

If I was more into writing game-style applications then I might use B3D or even BMax, but really for proper applications I'd still use PB. I'd probably consider PB for a game-style application too, but I've never pushed it in that direction. By Game-style app I mean something like a soundtracker, terrain heightmap generator, particle texture generator etc. I think PB would be the best option for a soundtracker as you could make use of interrupts, or even inline assembly to get the timing exact - it's that level of control that is missing in game-centric languages like DB and Blitz.

I did write a soundtracker in DBPro though, in fact it's arguably the very first user application written in DBPro - it would really need a replay DLL written in C++ or something, as maintaining the replay rate in a game loop is torture. In PB I could have simply created an event for it, much more dynamic and reliable. Personally I like how PB and DBPro are so different, PB is for fighting, DB is for fun :). Really no game-centric language I've used has decent sound commands, apart from using the DX SDK directly in VB or something like that - I mean I'd love to be able to add echo and simple effects to sounds, but that's never been a priority with TGC.
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Re: Darkbasic Bonanza!

Post by yoxola »

>I have used B3D for a while and have no real objections to it...
>just the HUGE standard executable size and the difficulty of
>including BMP etc. INSIDE the application!

HUGE standard executable size: by the mechanism of the B3D, you need to include the runtime DLL(1.5MB around) with your game, however the executable size doesn't increase much when you writing bigger games. And you can actually pack the generated Executables to about half size.

difficulty of including BMP etc. INSIDE the application: yes it true, there're a few packers to do the task like TeraPak(http://www.blitzbasic.com/toolbox/toolbox.php?tool=30), PowerPacker(http://filax.celeonet.fr/portal_joomla/ ... &Itemid=29) etc. I use MoleBox to do such task, works very well.
This field was left intentionally as signature.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: Darkbasic Bonanza!

Post by oryaaaaa »

I bought DarkBasic and DarkBasicProfessional at 2004.
But it is very slowly and toy. Then I love PureBasic.
Post Reply