Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Visual Linux Basic--HBasic

Status
Not open for further replies.

henry

Member level 4
Joined
Apr 25, 2001
Messages
74
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
USA
Activity points
297
hbasic debian

How to install a "Visual Linux Basic" in Mepis Linux

Visual Basic is an interesting piece of software to easily produce applications for graphical user interfaces. Having this ease in Linux would improve the availability of end-user applications alot. Though many C++ programmers heavily disagree with me because of the many flaws VB has on Windows, it's a fact that it was one of the reasons for rapid adoption of Windows by the users. And because of the very different approach of Linux these mentioned (security)flaws will most probably never exist.

HBasic

Website:/http://hbasic.sourceforge.net

A very ripe tool for QT (0.9.9e). The language is able to make use of C++ QT and C# (dotgnu.org - .NET) components, comes with a complete development environment and tools like a database editor. HBasic is developed by two persons but new releases appear about every two weeks.

I'm not a programmer but judging from the stage of development and discussions in the mailing lists I monitor, I decided to give HBasic a try on Mepis 2003.10.RC2.



HBasic Installtion on Mepis Linux



1. Download the freshest .rpm package from here: /http://sourceforge.net/project/showfiles.php?group_id=9994


2. Login to a console and become root (su)


3. We must transform the rpm package to a native Debian package. alien is the tool for this task.

Change to the directory where the HBasic rpm resides.

alien -d HBasic*.rpm Enter is the command to execute.


4. Now installation of the generated .deb package:

dpkg -i hbasic*.deb Enter


5. As a normal user create a desktop shortcut to /usr/local/hbasic/bin/hbasic

It works pretty well for me, here is a screenshot: /http://stibs.cc/mepis/hbasic.png

So if you BASIC programmer guys feel the urge to create something useful for Linux, give it a try ). The documentation on the website is very complete. You can view it online or download as a separate tgz package that it is available inside the HBasic environment on click.

I must add that I have successfully installed it on Mandrake Linux 10 community, and SUSE 9.0.

:)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top