|
PowerBASIC Forums
![]() PowerBASIC Console Compiler
![]() Can someone suggest some tool kits?
|
| next newest topic | next oldest topic |
| Author | Topic: Can someone suggest some tool kits? |
|
bernard zimmermann Member |
I am organizing a fairly large project which will involve translating a huge qbasic program to powerBasic Console. Now what I would like is some advice on tool kits I need. Some of my requirements are that as it will go to many sites I cannot use any that require the users to buy a runtime license. I know I need the following what else do I need.
------------------ IP: Logged |
|
Lance Edmonds Member |
We are pleased to announce that the various tool kits provided by Perfect Sync are NOW available directly from PowerBASIC, Inc. You can find details of these products (Console Tools, SQL Tools, etc) on the PRODUCTS page on this web site: http://www.powerbasic.com/products/ ------------------ IP: Logged |
|
Eric Pearson Member |
Thanks, Lance, we're very pleased about it too! Bernard, to be honest, if you really want to make your program "look like its a windows program" then you should probably use the PB/DLL compiler, not PB/CC. Both compilers produce true Windows programs, but I assume you mean that you want a GUI look and feel, not a "text" look and feel. If that's the case, then starting with a console window and then trying to hide it would be... doing things the hard way. If, on the other hand, you mean that you want to add Windows GUI elements to your PB/CC app, then our Console Tools add-on would be a great way to go. You can add true Windows-style pulldown and popup menus (just like the one that's on your screen right now: File, Edit, etc.), plus Windows Message Boxes, several Input Boxes, true Windows List Boxes, Progress Boxes... etc. If you want to go a step farther you can add our Graphics Tools product. (To use Graphics Tools with PB/CC apps requires the use of Console Tools too.) With Graphics Tools you can add bitmaps, icons, buttons, fonts, and on and on. You can even create a complex menu system that looks like a true GUI, but I always try to emphasize that if you don't need the console at all, then using PB/DLL may be a better choice. PB/CC does give you the advantage of "easing" into Windows. You can port your existing QBASIC app, and then start adding Windows elements. On the "database" side, our SQL Tools add-on will do exactly what you are describing, as long as 1) you provide at least a "starter" database, and 2) the appropriate ODBC drivers are installed on the target computer. ODBC drivers for most of the most popular databases (SQL Server, Access, Oracle, etc.) are available free from microsoft.com. Just click on the link in Lance's message for more information about all of Perfect Sync's add-ons for the PowerBASIC compiler. -- Eric Pearson, Perfect Sync Software
Perfect Sync Development Tools [This message has been edited by Eric Pearson (edited March 04, 2001).] IP: Logged |
|
Michael Mattias Member |
Since your project is so large in scope already, instead of making it "look" like a Windows program using a video toolkit, you might want to think about converting using the PB/DLL compiler and going direct to GUI (If you choose to use "DDT" syntax the screens aren't bad at all). Porting the user interface, though, will be very very difficult unless the existing code is very modular; i.e., if your code has a lot of LOCATE and PRINT and COLOR statements the PB/CC conversion will be an order of magnitude more straightforward. MCM IP: Logged |
|
Jim Karabatsos Member |
Bernard, >> If someone is in Melbourne Australia and has experience We should probably take this offline. Email me jim@karabatsos.com -- Jim IP: Logged |
All times are EasternTime (US) | next newest topic | next oldest topic |
![]() |
|
Copyright © 1999-2007 PowerBASIC, Inc. All Rights Reserved.