Thread: AW: [Hbasic-userinfo] Hbasic
Status: Beta
Brought to you by:
mengels
From: Engels, M. <Mar...@SP...> - 2003-11-21 09:47:20
|
I don't know any other average Pc owner who has problems to download = this linux software. Maybe the problem is the knowledge of the average = windows owner. Marcus Engels -----Urspr=FCngliche Nachricht----- Von: Malcolm Goode [mailto:me...@mr...] Gesendet: Freitag, 21. November 2003 10:43 An: hba...@li... Betreff: [Hbasic-userinfo] Hbasic Everytime I try to download the above I end up with a new version of = Real=20 Player. No wonder the word linux stinks to the average Pc owner its held = together=20 with string. Malcolm Goode ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |
From: Engels, M. <Mar...@SP...> - 2004-01-23 08:15:47
|
Hi, currently I think HBasic is only stable enough to try small examples. = It works but I wouldn't recommend trying to migrate vb6 applications in = this state. I also have created VB6 applications in the past and I wanted to create something similar under Linux with HBasic but this should not = become a copy of Visual Basic. Linux and the Qt library are working different = in many ways and I think it doesn't make much sence to copy the Visual = Basic functions one on one. It might make some sence to create an identical = copy if you try to migrate existing projects but I think it it better to implement a linux-style version which implements the reuired functions = and think about better functions for the rest. Marcus Engels=20 -----Urspr=FCngliche Nachricht----- Von: misfit-x [mailto:mis...@ph...] Gesendet: Donnerstag, 22. Januar 2004 15:29 An: HBasic List Betreff: Re: [Hbasic-userinfo] Hbasic On Thu, 2004-01-22 at 05:43, dan...@we... wrote: > Q: How good is HBasic? I use VB6 to write apps. I'd love to be able = to > write apps for Linux using my existing skill-set. How hard will it = be to > migrate my skills to HBasic? Any help/suggestions/advice people can = give? > Also, I guess there is no way to port existing apps to Linux? I haven't really done much with it yet, but I too am a (former) VB6 programmer. I was able to add a button, a label and create a Hello World of sorts, = at least. You just click on the object (ie. button, etc.) to write code for it. I don't know about file or i/o or other things yet, as I haven't really tried = much else. But it *looks* to me to be simlilar to VB6 that transferring your skills shouldn't be too much of a problem. I also would suggest downloading = the HBasic docs from sourceforge and instlaling them (as root): # cd / # tar -xvzf [path to doc tarball] The reason you want to be root in the top root directory is because = when you untar the docs, it will extract them to /usr/local/hbasic dir in it's = own documentation dir, it seems. Then you can access the docs via HBasic's = help menu. The compiler puts the exes and object files in = /usr/local/hbasic/compiler. though you can change the paths and exe name in View menu, Project = options. You can also run the programs in the interpreter too, to test them. I haven't tried the debugging (watch and breakpoints, step through, etc.) yet = either. >From what it looks though, if this works out, I won't need VB anymore. = :) I currently only have Linux installed so I want to be sure I have = everything that I used to have (work-alikes) in linux that I did in Windows.=20 .:: misfit-x ::. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |
From: misfit-x <mis...@ph...> - 2004-01-23 14:01:17
|
At least, it might help one get a start in linux/qt/kde programming and get an idea for it until they can get more skilled in C++. I would think it would make a good skills migration tool, at least, to ween someone over to the linux way to do things. Like BASIC was for those who never programmed before to eventually learn to program. I started with BASIC, and then went to learn other languages from there (on other plarforms). .:: misfit-x ::. On Fri, 2004-01-23 at 03:15, Engels, Marcus wrote: > currently I think HBasic is only stable enough to try small examples. It > works but I wouldn't recommend trying to migrate vb6 applications in this > state. I also have created VB6 applications in the past and I wanted to > create something similar under Linux with HBasic but this should not become > a copy of Visual Basic. Linux and the Qt library are working different in > many ways and I think it doesn't make much sence to copy the Visual Basic > functions one on one. It might make some sence to create an identical copy > if you try to migrate existing projects but I think it it better to > implement a linux-style version which implements the reuired functions and > think about better functions for the rest. |