Author Topic: Where have you gone 'post' PB  (Read 8387 times)

0 Members and 1 Guest are viewing this topic.

Offline Donald Montaine

  • Newbie
  • *
  • Posts: 1
  • User-Rate: +0/-0
Where have you gone 'post' PB
« on: January 09, 2016, 06:15:44 AM »
Realize that not everyone is 'post', and this question would not be appropriate on the PB forum, so here we are.

I used PB mostly for quick utility programs to solve one-off problems.  My main programming languages at work was  Revelation Basic in the early days of PCs and later the various flavors of Pick Basic  on Unix mainframes, or Clarion programs on PC networks.  Clarion went through a difficult period so I switched to Windev for my PC programming.  Over the last few years I have been weaning myself off of my PB habit and doing almost everything in Windev.  I use Pure Basic when I need a DLL.  I am now looking for a console product for those times when I don't want to be bothered with a GUI front end.   I have been considering Free Basic, but haven't really gotten into it yet.

Offline Paul Squires

  • Jr. Member
  • **
  • Posts: 90
  • User-Rate: +11/-5
  • Gender: Male
    • PlanetSquires
Re: Where have you gone 'post' PB
« Reply #1 on: January 09, 2016, 03:05:17 PM »
I have switched to FreeBASIC
http://www.freebasic.net/forum/index.php

Paul Squires
FireFly Visual Designer SQLitening Database System JellyFish Pro Editor
http://www.planetsquires.com

Offline James C. Fuller

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 599
  • User-Rate: +11/-8
Re: Where have you gone 'post' PB
« Reply #2 on: January 09, 2016, 03:43:23 PM »
I have traveled the FreeBasic path on and off over the years but lately I have to scratch my head on it's direction? You need to translate the "c" header libraries you want to use to freebasic source and then for 64bit you must use -gen gcc?
No inclusion of c/c++ include files. Also class adoption, while pretty good, is not c++ compatible.
I much prefer my bc9Basic for Windows. 32/64 con,gui,dll. I am also working on a new Linux/Windows translator with much less baggage than my previous UbxWx.

That said I have taken a short break and am now doing some experimentation with PBCC and Iup.
While I do not have a 32bit OS on any of my mix of Linux/Windows boxes, Windows 32 bit code will be around for a very long time and this combination looks very interesting.

James

Offline Bob Houle

  • Newbie
  • *
  • Posts: 41
  • User-Rate: +3/-3
  • Gender: Male
  • "It was too lonely at the top."
Re: Where have you gone 'post' PB
« Reply #3 on: January 10, 2016, 04:54:59 PM »
I use Pure Basic when I need a DLL.  I am now looking for a console product for those times when I don't want to be bothered with a GUI front end.   
Why not use what you have?
PureBasic has an excellent Console Lib built right in, also users have posted many 'Include files' to enhance this you might want.  :)

PS- Check out Rosetta Code web-site for the nearly 500 PureBasic examples (many written using Console tool)
http://rosettacode.org/wiki/Category:PureBasic
« Last Edit: January 10, 2016, 04:57:35 PM by Bob Houle »

Offline Theo Gottwald

  • Administrator
  • Hero Member
  • *****
  • Posts: 1081
  • User-Rate: +30/-4
  • Gender: Male
    • it-berater
Re: Where have you gone 'post' PB
« Reply #4 on: March 01, 2016, 09:50:13 AM »
James, maybe you can use the chance and explain a bit why you prefer your bc9 thing?

I personally will use PowerBasic for 32 bit and PureBasic for 64 bit at this time.

FreeBasic competes with the ".bas" Extension with PowerBasic so its currently not my choice :-).

Offline James C. Fuller

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 599
  • User-Rate: +11/-8
Re: Where have you gone 'post' PB
« Reply #5 on: March 01, 2016, 02:11:13 PM »
James, maybe you can use the chance and explain a bit why you prefer your bc9 thing?

I personally will use PowerBasic for 32 bit and PureBasic for 64 bit at this time.

FreeBasic competes with the ".bas" Extension with PowerBasic so its currently not my choice :-).

Just a short why. I will elaborate with examples.
http://www.jose.it-berater.org/smfforum/index.php?topic=5113.0

James

Offline Frederick J. Harris

  • Hero Member
  • *****
  • Posts: 914
  • User-Rate: +16/-0
  • Gender: Male
    • Frederick J. Harris
Re: Where have you gone 'post' PB
« Reply #6 on: March 02, 2016, 03:32:17 AM »
I still wish PowerBASIC would make it back with some kind of 64 bit future.  But in the meantime I've been enjoying working with C++.  But everything I do with regard to that just impresses me more on what Bob accomplished with PowerBASIC.  I'm heartened to here more from Tom Hanlin, who I kind of view as Bob's intellectual heir. 

My mission critical apps at work are all PowerBASIC.  I've developed C++ versions of them as backups though (Yes, it was a lot of work.  Tens of thousands of lines of code.  Took me several years.).

Real glad to see your board here Jim!