hbasic-userinfo Mailing List for HBasic (Page 12)
Status: Beta
Brought to you by:
mengels
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(17) |
Sep
(15) |
Oct
(37) |
Nov
(19) |
Dec
(52) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(46) |
Feb
(18) |
Mar
(33) |
Apr
(42) |
May
(53) |
Jun
(56) |
Jul
(14) |
Aug
(5) |
Sep
(5) |
Oct
|
Nov
|
Dec
(2) |
2005 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Engels, M. <Mar...@SP...> - 2003-10-23 23:47:19
|
Hallo Andy, bei der Frage antworte ich doch gleich mal auf deutsch. Ich k=F6nnte = zwar eine deutsche Anleitung f=FCr HBasic schreiben da ich auch mit dem englichen = noch mehr Probleme habe als mit der deutschen Sprache aber momentan mu=DF = ich sagen das ich nicht die Zeit daf=FCr habe. Ich bin froh wenn ich in meiner = Freizeit zum programmieren komme. Das Bearbeiten der ganzen Mails mit Problemen = geht von dieser Zeit schon ab. Ab und zu die englische Doku zu erg=E4nzen = ist dann schon immer wiede reine =DCberwindung aber dann noch =DCbersetzungen = schreiben ist mir momentan zu viel und andere haben da bisher noch wenig = Unterst=FCtzung angeboten.=20 Ich w=FCrde hier voeschlagen mal die Programmbeispiele aus der Doku = anzusehen und mit anderen Basic Dialekten zu vergleichen. Vieles ist =E4hnlich. = Die Messagebox habe ich bisher nur als Funktionsaufruf in der Form=20 msgbox( "Titelzeile", "Messagetext" )=20 implementiert. Was du mit "with a button" meinst kannst du mir ja noch = mal genauer erkl=E4ren Gru=DF Marcus Engels -----Urspr=FCngliche Nachricht----- Von: Andy [mailto:and...@we...] Gesendet: Mittwoch, 22. Oktober 2003 13:40 An: hba...@li... Betreff: [Hbasic-userinfo] German Tutorials? Hi, I'm from Germany and my English isn't so good, that I can learn from English tutorials. So my questions are: 1. Are somewhere German tutorials for HBasic? 2. Does someone write german tutorials? 3. Can I use other tutorials from other Basic languages? 4. How can i use the messagebox with a Button in HBasic? Andy ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win = $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |
From: Marco <mar...@ti...> - 2003-10-23 07:57:25
|
-I know it's in beta stage, but it seems too instable to test. If I start hbasic, write some code in the first form and then press Del = after selected it all (to empty the code window) the program exits. -It seams to me there aren't enough events in controls. In example.. the = text box hasn't a *Change* and *Key press* (key down/up) event.=20 I also couldn't find a *Load/Unload event* in the form.... Maybe i don't know where they are... but these are the most important = events in my opinion. -Another suggestion... is it possible to implement some MDI interface?=20 I wish I could collaborate, but i don't speak c++=20 Thanks for your work Marco |
From: Andy <and...@we...> - 2003-10-22 13:25:40
|
Hi, I'm from Germany and my English isn't so good, that I can learn from English tutorials. So my questions are: 1. Are somewhere German tutorials for HBasic? 2. Does someone write german tutorials? 3. Can I use other tutorials from other Basic languages? 4. How can i use the messagebox with a Button in HBasic? Andy |
From: Bruce B. <bb...@bi...> - 2003-10-21 13:02:04
|
On Mon, 20 Oct 2003 08:39:10 -0400 Bruce Bowler <bb...@bi...> put fingers to keyboard and said: > On Mon, 20 Oct 2003 08:06:58 -0400 > Bruce Bowler <bb...@bi...> put fingers to keyboard and said: > > > On Mon, 20 Oct 2003 07:39:36 +0200 > > "Engels, Marcus" <Mar...@SP...> put fingers to keyboard and > > said: > > > > > Hello Bruce, > > > > > > Since the functions that will be listed as missing here don't belong > > > to HBasic I tried to find the function names in other libraries. > > > Seems as if they all belong to the freetype library. Could you > > > please check if you have this library on your computer or try to > > > install it. I think this is a prerequisit for a newer Qt library. > > > Maybe this could solve your problem. > > My bad... It wasn't freetype per se (I got it to compile friday and > mis-remembered what it was I acutally did... I added -lfontconfig to > LIBS in Makefile.in to get it to work, so it's really off to see what I > have to do to configure fontconfig :-) Problem solved... As part of installing hbasic and upgrading qt, I also upgraded fontconfig from 2.0 to 2.1. Doing so not only broke hbasic, but also broke galeon (web browser). Reverting to fontconfig 2.0 fixed both hbasic and galeon so that I can see menu items :-) Bruce -- +-------------------+---------------------------------------------------+ Bruce Bowler | 48% of all Americans believe oatmeal is made of 1.207.633.9600 | wheat. - A 1991 poll bb...@bi... | +-------------------+---------------------------------------------------+ |
From: Bruce B. <bb...@bi...> - 2003-10-20 12:42:37
|
On Mon, 20 Oct 2003 08:06:58 -0400 Bruce Bowler <bb...@bi...> put fingers to keyboard and said: > On Mon, 20 Oct 2003 07:39:36 +0200 > "Engels, Marcus" <Mar...@SP...> put fingers to keyboard and > said: > > > Hello Bruce, > > > > Since the functions that will be listed as missing here don't belong > > to HBasic I tried to find the function names in other libraries. Seems > > as if they all belong to the freetype library. Could you please check > > if you have this library on your computer or try to install it. I > > think this is a prerequisit for a newer Qt library. Maybe this could > > solve your problem. My bad... It wasn't freetype per se (I got it to compile friday and mis-remembered what it was I acutally did... I added -lfontconfig to LIBS in Makefile.in to get it to work, so it's really off to see what I have to do to configure fontconfig :-) Bruce -- +-------------------+---------------------------------------------------+ Bruce Bowler | I have a perfect cure for a sore throat - cut it. 1.207.633.9600 | - Alfred Hitchcock bb...@bi... | +-------------------+---------------------------------------------------+ |
From: Bruce B. <bb...@bi...> - 2003-10-20 12:10:42
|
On Mon, 20 Oct 2003 07:39:36 +0200 "Engels, Marcus" <Mar...@SP...> put fingers to keyboard and said: > Hello Bruce, > > Since the functions that will be listed as missing here don't belong to > HBasic I tried to find the function names in other libraries. Seems as > if they all belong to the freetype library. Could you please check if > you have this library on your computer or try to install it. I think > this is a prerequisit for a newer Qt library. Maybe this could solve > your problem. Thanks Marcus, that solved the build problem, now it's off to chase another problem. When I run it, none of the text is visible and I get lots of X Error: BadLength (poly request too large or internal Xlib length error) 16 Major opcode: 155 Minor opcode: 20 Resource id: 0xc0000d X Error: BadLength (poly request too large or internal Xlib length error) 16 Major opcode: 155 Minor opcode: 20 Resource id: 0xc0067e X Error: BadLength (poly request too large or internal Xlib length error) 16 Major opcode: 155 Minor opcode: 20 Resource id: 0xc003e6 X Error: BadLength (poly request too large or internal Xlib length error) 16 Major opcode: 155 Minor opcode: 20 Resource id: 0xc006cb X Error: BadLength (poly request too large or internal Xlib length error) 16 Major opcode: 155 Minor opcode: 20 Resource id: 0xc006cb X Error: BadLength (poly request too large or internal Xlib length error) 16 Major opcode: 155 Minor opcode: 20 Resource id: 0xc007d4 these errors, with varying resource ids. It's off to look at freetype and see if there's some configuration changes I need to make... Bruce -- +-------------------+---------------------------------------------------+ Bruce Bowler | For every complex problem there is a simple 1.207.633.9600 | solution - that won't work. - H. L. Mencken bb...@bi... | +-------------------+---------------------------------------------------+ |
From: Engels, M. <Mar...@SP...> - 2003-10-20 07:17:32
|
Hi, currently there is no good language reference for HBasic. You can find = the index of the docu pages that I have written so far at the following = link.=20 http://hbasic.sourceforge.net/hbasic_index.html Starting at this webpage you may find some information about the = available language structures in the subsections of the user guide and in the = docu for the code examples.=20 I will start to write a language reference later. Marcus Engels -----Urspr=FCngliche Nachricht----- Von: mep...@we... [mailto:mep...@we...] Gesendet: Freitag, 17. Oktober 2003 13:43 An: hba...@li... Betreff: [Hbasic-userinfo] Language reference Is there a good language reference for Hbasic anywhere ? I did not find any in the web and this might detain poeple from = developing programs in HBasic. ________________________________________________________________________= ____ __ Horoskop, Comics, VIPs, Wetter, Sport und Lotto im WEB.DE = Screensaver1.2 Kostenlos downloaden: http://screensaver.web.de/?mc=3D021110 ------------------------------------------------------- This SF.net email sponsored by: Enterprise Linux Forum Conference & = Expo The Event For Linux Datacenter Solutions & Strategies in The Enterprise = Linux in the Boardroom; in the Front Office; & in the Server Room=20 http://www.enterpriselinuxforum.com _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |
From: Engels, M. <Mar...@SP...> - 2003-10-20 05:58:34
|
Hello Bruce, Since the functions that will be listed as missing here don't belong to HBasic I tried to find the function names in other libraries. Seems as = if they all belong to the freetype library. Could you please check if you = have this library on your computer or try to install it. I think this is a prerequisit for a newer Qt library. Maybe this could solve your = problem. Marcus Engels =20 -----Urspr=FCngliche Nachricht----- Von: Bruce Bowler [mailto:bb...@bi...] Gesendet: Freitag, 17. Oktober 2003 20:10 An: hba...@li... Betreff: [Hbasic-userinfo] error building 0.9.9c I'm attempting to build 0.9.9c on an RH8 system with a number of = upgrades to some of the libraries.=20 no problems with ./configure and make goes merrily on it's way building things like crazy until... make[1]: Entering directory = `/home/bcb/downloads/rpms/hbasic/help_window' gcc -c -I/usr/lib/qt-3.1/include -I../src -o help_window.o = help_window.cpp /usr/lib/qt-3.1/include/../bin/moc -o help_window.moc.cpp help_window.h = gcc -c -I/usr/lib/qt-3.1/include -I../src -o help_window.moc.o help_window.moc.cpp=20 gcc -c -I/usr/lib/qt-3.1/include -I../src -o main.o main.cpp=20 gcc -o help_window -L/usr/lib/qt-3.1/lib/ -ldl -lstdc++ -lqt-mt help_window.o help_window.moc.o main.o /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddInteger' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcPatternAddBool' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetBool' /usr/lib/libXft.so.2: undefined reference to `FcFreeTypeCharSet' /usr/lib/libXft.so.2: undefined reference to `FcNameUnparse' /usr/lib/libXft.so.2: undefined reference to `FcNameConstant' /usr/lib/libXft.so.2: undefined reference to `FcObjectSetDestroy' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternDuplicate' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcCharSetHasChar' /usr/lib/libXft.so.2: undefined reference to `FcFontList' /usr/lib/libXft.so.2: undefined reference to `FcUtf16ToUcs4' /usr/lib/libXft.so.2: undefined reference to `FcUtf8ToUcs4' /usr/lib/libXft.so.2: undefined reference to `FcPatternVaBuild' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetDouble' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcCharSetAddChar' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternGetString' /usr/lib/libXft.so.2: undefined reference to `FcInit' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternGetInteger' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternGetCharSet' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcPatternCreate' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddString' /usr/lib/libXft.so.2: undefined reference to `FcPatternGet' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddDouble' /usr/lib/libXft.so.2: undefined reference to `FcConfigSubstitute' /usr/lib/libXft.so.2: undefined reference to `FcObjectSetCreate' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcPatternDestroy' /usr/lib/libXft.so.2: undefined reference to `FcCharSetCount' /usr/lib/libXft.so.2: undefined reference to = `FcNameRegisterObjectTypes' /usr/lib/libXft.so.2: undefined reference to `FcObjectSetAdd' /usr/lib/libXft.so.2: undefined reference to `FcPatternAdd' /usr/lib/libXft.so.2: undefined reference to `FcStrCmpIgnoreCase' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddCharSet' /usr/lib/libXft.so.2: undefined reference to `FcConfigGetBlanks' /usr/lib/libXft.so.2: undefined reference to `FcFreeTypeCharIndex' /usr/lib/libXft.so.2: undefined reference to `FcNameParse' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetFTFace' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetMatrix' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcCharSetCreate' /usr/lib/libXft.so.2: undefined reference to `FcPatternPrint' /usr/lib/libXft.so.2: undefined reference to `FcFontMatch' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcCharSetDestroy' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to = `FcFontSetDestroy' /usr/lib/libXft.so.2: undefined reference to `FcDefaultSubstitute'=20 collect2: ld returned 1 exit status make[1]: *** [help_window] Error 1 rm help_window.moc.cpp make[1]: Leaving directory = `/home/bcb/downloads/rpms/hbasic/help_window' make: *** [all] Error 2 rm dlg_program_output.moc.cpp hbdata/hbdatatable.moc.cpp I have copies of the configure log and the complete make log if that would be of help in diagnosing the problem. Thanks! Bruce --=20 +-------------------+---------------------------------------------------= + Bruce Bowler | Genius is the ability to reduce the complicated = to=20 1.207.633.9600 | the simple. - C.W. Ceram =20 bb...@bi... |=20 +-------------------+---------------------------------------------------= + ------------------------------------------------------- This SF.net email sponsored by: Enterprise Linux Forum Conference & = Expo The Event For Linux Datacenter Solutions & Strategies in The Enterprise = Linux in the Boardroom; in the Front Office; & in the Server Room=20 http://www.enterpriselinuxforum.com _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |
From: <mep...@we...> - 2003-10-19 05:11:15
|
Is there a good language reference for Hbasic anywhere ? I did not find any in the web and this might detain poeple from developing programs in HBasic. ______________________________________________________________________________ Horoskop, Comics, VIPs, Wetter, Sport und Lotto im WEB.DE Screensaver1.2 Kostenlos downloaden: http://screensaver.web.de/?mc=021110 |
From: Bruce B. <bb...@bi...> - 2003-10-17 18:11:02
|
I'm attempting to build 0.9.9c on an RH8 system with a number of upgrades to some of the libraries. no problems with ./configure and make goes merrily on it's way building things like crazy until... make[1]: Entering directory `/home/bcb/downloads/rpms/hbasic/help_window' gcc -c -I/usr/lib/qt-3.1/include -I../src -o help_window.o help_window.cpp /usr/lib/qt-3.1/include/../bin/moc -o help_window.moc.cpp help_window.h gcc -c -I/usr/lib/qt-3.1/include -I../src -o help_window.moc.o help_window.moc.cpp gcc -c -I/usr/lib/qt-3.1/include -I../src -o main.o main.cpp gcc -o help_window -L/usr/lib/qt-3.1/lib/ -ldl -lstdc++ -lqt-mt help_window.o help_window.moc.o main.o /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddInteger' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddBool' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetBool' /usr/lib/libXft.so.2: undefined reference to `FcFreeTypeCharSet' /usr/lib/libXft.so.2: undefined reference to `FcNameUnparse' /usr/lib/libXft.so.2: undefined reference to `FcNameConstant' /usr/lib/libXft.so.2: undefined reference to `FcObjectSetDestroy' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternDuplicate' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcCharSetHasChar' /usr/lib/libXft.so.2: undefined reference to `FcFontList' /usr/lib/libXft.so.2: undefined reference to `FcUtf16ToUcs4' /usr/lib/libXft.so.2: undefined reference to `FcUtf8ToUcs4' /usr/lib/libXft.so.2: undefined reference to `FcPatternVaBuild' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetDouble' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcCharSetAddChar' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternGetString' /usr/lib/libXft.so.2: undefined reference to `FcInit' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternGetInteger' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternGetCharSet' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternCreate' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddString' /usr/lib/libXft.so.2: undefined reference to `FcPatternGet' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddDouble' /usr/lib/libXft.so.2: undefined reference to `FcConfigSubstitute' /usr/lib/libXft.so.2: undefined reference to `FcObjectSetCreate' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternDestroy' /usr/lib/libXft.so.2: undefined reference to `FcCharSetCount' /usr/lib/libXft.so.2: undefined reference to `FcNameRegisterObjectTypes' /usr/lib/libXft.so.2: undefined reference to `FcObjectSetAdd' /usr/lib/libXft.so.2: undefined reference to `FcPatternAdd' /usr/lib/libXft.so.2: undefined reference to `FcStrCmpIgnoreCase' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcPatternAddCharSet' /usr/lib/libXft.so.2: undefined reference to `FcConfigGetBlanks' /usr/lib/libXft.so.2: undefined reference to `FcFreeTypeCharIndex' /usr/lib/libXft.so.2: undefined reference to `FcNameParse' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetFTFace' /usr/lib/libXft.so.2: undefined reference to `FcPatternGetMatrix' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcCharSetCreate' /usr/lib/libXft.so.2: undefined reference to `FcPatternPrint' /usr/lib/libXft.so.2: undefined reference to `FcFontMatch' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcCharSetDestroy' /usr/lib/qt-3.1/lib//libqt-mt.so: undefined reference to `FcFontSetDestroy' /usr/lib/libXft.so.2: undefined reference to `FcDefaultSubstitute' collect2: ld returned 1 exit status make[1]: *** [help_window] Error 1 rm help_window.moc.cpp make[1]: Leaving directory `/home/bcb/downloads/rpms/hbasic/help_window' make: *** [all] Error 2 rm dlg_program_output.moc.cpp hbdata/hbdatatable.moc.cpp I have copies of the configure log and the complete make log if that would be of help in diagnosing the problem. Thanks! Bruce -- +-------------------+---------------------------------------------------+ Bruce Bowler | Genius is the ability to reduce the complicated to 1.207.633.9600 | the simple. - C.W. Ceram bb...@bi... | +-------------------+---------------------------------------------------+ |
From: <mar...@t-...> - 2003-10-17 18:03:59
|
> > >-----Ursprüngliche Nachricht----- >Von: Rodrigo do Valle Chagas Diniz [mailto:Rd...@br...] >Gesendet: Montag, 13. Oktober 2003 16:34 >An: hba...@li... >Betreff: [Hbasic-userinfo] Simple Question >Wichtigkeit: Hoch > > >How can I run a program made with hbasic outside the IDE? >Is there any equivalent to the form_load event? >I am using the latest version of hBasic the instalation went fine. > >Thanks in advance for any answer. > >Rodrigo do Valle Chagas Diniz >Analista/programador ProjetoTi >Tel: (0xx21) 3804-2000 r.3021 > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >SourceForge.net hosts over 70,000 Open Source Projects. >See the people who have HELPED US provide better services: >Click here: http://sourceforge.net/supporters.php >_______________________________________________ >Hbasic-userinfo mailing list >Hba...@li... >https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo > > > Hello Rodrigo, if you want to start a HBasic program stored in a file xx.bas without starting the HBasic IDE you can use the command line option hbasic -s xx.bas This will start the program in the interpreter and will therefore start parts of the runtime environment of HBasic. Another idea would be to use the compiler function that I have inserted into the default HBasic compilation again in version 0.9.9c. This will create a program (/usr/local/hbasic/compiler/hbasic.exe) that may be started outside of the HBasic IDE without starting HBasic. This compiler still has some bugs which I want to fix in the upcoming releases of HBasic. The newest version of HBasic may also create rpm packages to distribute the compiled program. Please have a look at the changelog of the HBasic homepage for version 0.9.9c. You may use a form_load subroutine definition which will be started when loading a form in HBasic. I have appended a short example program which needs the newest version 0.9.9c of HBasic to be executed (Because I have changed the format of a file). This example simply initializes a variable to show that the form_load function has been executed. Marcus Engels |
From: <mar...@t-...> - 2003-10-16 16:00:41
|
New function to create RPM packages from hbasic project. The compiler to create standalone executables is again in the default menu. I have updated it because it couldn't be used since I have inserted the HBasic object model functions. This compiler could now be used to compile simple HBasic projects. Missing functions will be updated in the following versions. |
From: paolo <Pao...@po...> - 2003-10-13 22:02:54
|
do you have a mail list for news about changes/new versions? on my system, mdk 9.1, the listbox example doesn't work. here is the bactrace.... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...[New Thread 16384 (LWP 2506)] 0x40e57647 in waitpid () from /lib/i686/libc.so.6 #0 0x40e57647 in waitpid () from /lib/i686/libc.so.6 #1 0x40a65e7b in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #2 0x40dd23b8 in __libc_sigaction () from /lib/i686/libc.so.6 #3 0x081b0031 in run_interpreter(short) () #4 0x081af9c4 in start_execution(short) () #5 0x081c37e3 in start_compiler(int) () #6 0x080b2f23 in CMainWindow::slotRunInterpreter() () #7 0x080c230c in CMainWindow::qt_invoke(int, QUObject*) () #8 0x4032f32b in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/lib/qt3/lib/libqt-mt.so.3 many thanks for hbasic! |
From: Rodrigo do V. C. D. <Rd...@br...> - 2003-10-13 14:34:52
|
How can I run a program made with hbasic outside the IDE? Is there any equivalent to the form_load event? I am using the latest version of hBasic the instalation went fine. Thanks in advance for any answer. Rodrigo do Valle Chagas Diniz Analista/programador ProjetoTi Tel: (0xx21) 3804-2000 r.3021 |
From: Engels, M. <Mar...@SP...> - 2003-10-09 08:04:31
|
Hi Paul, in the last weeks I have tried to spend all my time on creating a = stable interpreter. The changes I have made in the parser would need some = additions to the compiler to create stable executables. Since I didn't want to = spend to much time for the compiler I have currently dropped it from the = normal compilation path (and don't test it in the current stage). You may = enable the compiler if you configure HBasic with the option "--with-compiler" = but don't expect it to be correct for all HBasic programs. I think I will = start working on it if the interpreter has become a 1.0 version.=20 Marcus Engels -----Urspr=FCngliche Nachricht----- Von: Paul Malcher [mailto:is...@ya...] Gesendet: Mittwoch, 8. Oktober 2003 20:16 An: hba...@li... Betreff: [Hbasic-userinfo] Compiling... Hi, I just downloaded and installed the newest release of Hbasic. I read that it can compile to stand alone exes, but I've been try for an hour. I see no way to compile my code to any binary. I've read through the docs, nothing. Is there something I'm missing? HBasic runs fine on my system, but why can't it compile? On the site it said it can make standalone, but since I've tried it and seen for myself it obviously can't. If it can please tell me how, other wise I have no use for it. That would be sad since its so nice. =3D=3D=3D=3D=3D Sincerely, Paul Malcher __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |
From: Paul M. <is...@ya...> - 2003-10-08 18:16:03
|
Hi, I just downloaded and installed the newest release of Hbasic. I read that it can compile to stand alone exes, but I've been try for an hour. I see no way to compile my code to any binary. I've read through the docs, nothing. Is there something I'm missing? HBasic runs fine on my system, but why can't it compile? On the site it said it can make standalone, but since I've tried it and seen for myself it obviously can't. If it can please tell me how, other wise I have no use for it. That would be sad since its so nice. ===== Sincerely, Paul Malcher __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Mauricio R. <mr...@ma...> - 2003-10-07 16:00:22
|
-- Visite: VIII Conferencia de usuarios Maptek 2003 __________ Software VULCAN - Tecnología a la Vanguardia _____________ Mauricio A. Rojas Barrientos Maptek Computación Chile Ltda. Ing. de Ejec. en Informática 5 Norte #112 E-mail: mr...@ma... Viña del Mar, CHILE Soporte: so...@ma... Fono: 56-2-2344608 / 56-32-690683 Informaciones: in...@ma... Fax: 56-2-3341156 / 56-32-690628 www.Vulcan3D.cl www.Maptek.cl _____________________________________________________ |
From: <mar...@t-...> - 2003-09-28 13:31:20
|
This version has new components in the formdesigner. If you compile with KDE support HBasic will automatically load a new library of KDE components. Check rpm version which will only run with KDE and uses this library. New functions for bit and date handling (see docu/user_guide/func.html). |
From: <mar...@t-...> - 2003-09-20 15:28:04
|
Hello, missing libraries have been one of the problems why I didn't put rpm packages into the internet. Can you tell me where you have found this package. I think the distributor of the package made a mistake when packaging the software. I have tried to set up a new rpm package for HBasic. You can find it on the HBasic download side. Please try this one and tell me if it doesn't work. Marcus |
From: <mar...@t-...> - 2003-09-15 13:18:22
|
> > > >Hallo, >I thing i have found a bug in HBASIC 0.9.8f > >Holger > >--Boundary-00=_4W7T/EJVa96xcC/ >Content-Type: text/x-log; > charset="us-ascii"; > name="config.log" >Content-Transfer-Encoding: 7bit >Content-Disposition: attachment; filename="config.log" > >This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by configure, which was >generated by GNU Autoconf 2.57. Invocation command line was > > >/usr/lib/qt3/include/../bin/moc -o hbmenutitle.moc.cpp hbmenutitle.h >gcc -g -c -I/usr/lib/qt3/include -I/usr/local/kde/include/ -I../source_editor -I ../include -I../src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o hbmenutitle.moc.o hbmenutitle.moc.cpp >/usr/lib/qt3/include/qptrlist.h: In method `void QPtrList<HBMenuBarEntry>::deleteItem(void *)': >hbmenutitle.moc.cpp:101: instantiated from here >/usr/lib/qt3/include/qptrlist.h:119: invalid use of undefined type `class HBMenuBarEntry' >hbmenutitle.h:9: forward declaration of `class HBMenuBarEntry' >make[1]: *** [hbmenutitle.moc.o] Error 1 >rm hbobject.moc.cpp hbmenutitle.moc.cpp hbcommand.moc.cpp hbappl.moc.cpp hbgui_elmt.moc.cpp >make[1]: Leaving directory `/home/software/kde_apps/Development/IDEs_Application_Generators/HBasis/hbdata' >make: *** [hbdata/libhbobject.a] Error 2 > >--Boundary-00=_4W7T/EJVa96xcC/-- > > > > > This bug should be fixed in version 0.9.8i. Marcus Engels |
From: <mar...@t-...> - 2003-09-15 13:15:18
|
hba...@li... wrote: >Send Hbasic-userinfo mailing list submissions to > hba...@li... > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo >or, via email, send a message with subject or body 'help' to > hba...@li... > >You can reach the person managing the list at > hba...@li... > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Hbasic-userinfo digest..." > > >Today's Topics: > > 1. confusion in database manager ++ (Kim Lilliestierna) > >--__--__-- > >Message: 1 >From: Kim Lilliestierna <ki...@it...> >Organization: Kitrus a.s. >To: hba...@li... >Date: Sun, 7 Sep 2003 13:25:09 +0200 >Subject: [Hbasic-userinfo] confusion in database manager ++ > > >--Boundary-00=_VWxW/l8ithDY5xn >Content-Type: text/plain; > charset="us-ascii" >Content-Transfer-Encoding: 7bit >Content-Disposition: inline > >The Database manger dialog seems a bit confused about >hbdbname an dbname. >the dbname entry will always be sett to the hbdbname. > >anyway attached is a patch for it + a minor patch for a tr( to QObject::tr( in >src/global_commands.cpp that the compiler complained about > >There also seems to be somthing strange with the build system, the QTLIB entry >in Makefile.global is empty after a configure, it should be -lqt-mt... > >A ran this on a RH9.0 with the latest qt/kde compiled via konstruct, i have >both qt and kde in /opt/kde so... > >Configure line for HBasic: >./configure --with-compiler --with-kdeui --with-x \ > --with-qt-libraries=/opt/kde/lib --with-qt-includes=/opt/kde/include \ > --with-kde-libraries=/opt/kde/lib > >--- >Kim "kill" Lilliestiena > > >--Boundary-00=_VWxW/l8ithDY5xn >Content-Type: text/x-diff; > charset="us-ascii"; > name="HBasic-dbdlg.patch" >Content-Transfer-Encoding: 7bit >Content-Disposition: attachment; > filename="HBasic-dbdlg.patch" > >diff -ru HBasic-0.9.8h/gui_db_access/db_dlg_password.cpp Hbasic/gui_db_access/db_dlg_password.cpp >--- HBasic-0.9.8h/gui_db_access/db_dlg_password.cpp 2003-09-07 12:07:01.000000000 +0200 >+++ Hbasic/gui_db_access/db_dlg_password.cpp 2003-09-07 12:37:50.000000000 +0200 >@@ -224,29 +224,45 @@ > void dlgPassword::createConnect( void ) > { > connect( lv_connect_info, SIGNAL( selectionChanged( QListViewItem *)), >- this, SLOT( slotDbSelected( QListViewItem * ))); >- connect( hbdb_name, SIGNAL( textChanged( const QString & )), this, SLOT( slotHbDbNameChanged( const QString & ))); >- connect( db_host, SIGNAL( textChanged( const QString & )), this, SLOT( slotHostChanged( const QString & ))); >- connect( db_name, SIGNAL( textChanged( const QString & )), this, SLOT( slotDbNameChanged( const QString & ))); >- connect( db_desc, SIGNAL( textChanged( const QString & )), this, SLOT( slotDescChanged( const QString & ))); >- connect( db_user, SIGNAL( textChanged( const QString & )), this, SLOT( slotUserChanged( const QString & ))); >- connect( db_password, SIGNAL( textChanged( const QString & )), this, SLOT( slotPasswordChanged( const QString & ))); >- connect( db_driver, SIGNAL( activated( const QString & )), this, SLOT( slotDriverChanged( const QString & ))); >- connect( cb_save_pw, SIGNAL( stateChanged( int )), this, SLOT( slotSavePwChanged( int ))); >+ this, SLOT( slotDbSelected( QListViewItem * ))); >+ connect( hbdb_name, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotHbDbNameChanged( const QString & ))); >+ connect( db_host, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotHostChanged( const QString & ))); >+ connect( db_name, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotDbNameChanged( const QString & ))); >+ connect( db_desc, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotDescChanged( const QString & ))); >+ connect( db_user, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotUserChanged( const QString & ))); >+ connect( db_password, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotPasswordChanged( const QString & ))); >+ connect( db_driver, SIGNAL( activated( const QString & )), >+ this, SLOT( slotDriverChanged( const QString & ))); >+ connect( cb_save_pw, SIGNAL( stateChanged( int )), this, >+ SLOT( slotSavePwChanged( int ))); > } > > void dlgPassword::disconnectEvents( void ) > { > disconnect( lv_connect_info, SIGNAL( selectionChanged( QListViewItem *)), > this, SLOT( slotDbSelected( QListViewItem * ))); >- disconnect( hbdb_name, SIGNAL( textChanged( const QString & )), this, SLOT( slotHbDbNameChanged( const QString & ))); >- disconnect( db_host, SIGNAL( textChanged( const QString & )), this, SLOT( slotHostChanged( const QString & ))); >- disconnect( db_name, SIGNAL( textChanged( const QString & )), this, SLOT( slotDbNameChanged( const QString & ))); >- disconnect( db_desc, SIGNAL( textChanged( const QString & )), this, SLOT( slotDescChanged( const QString & ))); >- disconnect( db_user, SIGNAL( textChanged( const QString & )), this, SLOT( slotUserChanged( const QString & ))); >- disconnect( db_password, SIGNAL( textChanged( const QString & )), this, SLOT( slotPasswordChanged( const QString & ))); >- disconnect( db_driver, SIGNAL( activated( const QString & )), this, SLOT( slotDriverChanged( const QString & ))); >- disconnect( cb_save_pw, SIGNAL( stateChanged( int )), this, SLOT( slotSavePwChanged( int ))); >+ disconnect( hbdb_name, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotHbDbNameChanged( const QString & ))); >+ disconnect( db_host, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotHostChanged( const QString & ))); >+ disconnect( db_name, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotDbNameChanged( const QString & ))); >+ disconnect( db_desc, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotDescChanged( const QString & ))); >+ disconnect( db_user, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotUserChanged( const QString & ))); >+ disconnect( db_password, SIGNAL( textChanged( const QString & )), >+ this, SLOT( slotPasswordChanged( const QString & ))); >+ disconnect( db_driver, SIGNAL( activated( const QString & )), >+ this, SLOT( slotDriverChanged( const QString & ))); >+ disconnect( cb_save_pw, SIGNAL( stateChanged( int )), this, >+ SLOT( slotSavePwChanged( int ))); > } > > /* ---------------------------------------------- */ >@@ -344,7 +360,7 @@ > { > if( selected_db != (HBDatabase *)NULL ) > { >- selected_db -> setObjName( (char *)new_dbname . latin1() ); >+ selected_db -> dbname = new QString (new_dbname ); > db_list_changed = TRUE; > showDatabaseList(); > } >@@ -401,8 +417,9 @@ > > selected_db = db_desc_ptr; > >- if( db_desc_ptr -> dbname ) >- hbdb_name -> setText( *(db_desc_ptr -> dbname ) ); >+ >+ if( db_desc_ptr -> HBObject::name() ) >+ hbdb_name -> setText( QString( db_desc_ptr -> HBObject::name() )); > else > hbdb_name -> setText( "" ); > >@@ -419,10 +436,11 @@ > else > db_driver -> setCurrentText( "" ); > >- if( db_desc_ptr -> HBObject::name() ) >- db_name -> setText( QString( db_desc_ptr -> HBObject::name() )); >+ if( db_desc_ptr -> dbname ) >+ db_name -> setText( *(db_desc_ptr -> dbname ) ); > else > db_name -> setText( "" ); >+ > if( db_desc_ptr -> desc ) > db_desc -> setText( *db_desc_ptr -> desc ); > else >diff -ru HBasic-0.9.8h/src/global_commands.cpp Hbasic/src/global_commands.cpp >--- HBasic-0.9.8h/src/global_commands.cpp 2003-09-05 17:01:23.000000000 +0200 >+++ Hbasic/src/global_commands.cpp 2003-09-05 22:39:34.000000000 +0200 >@@ -343,7 +343,7 @@ > > #ifdef INCLUDE_KDEUI > filename = KFileDialog::getSaveFileName( gl_load_dir, >- tr( "*.bas|HBasic Files\n*.*|All files" ), (QWidget *)NULL ); >+ QObject::tr( "*.bas|HBasic Files\n*.*|All files" ), (QWidget *)NULL ); > #else > filename = QFileDialog::getSaveFileName( gl_load_dir, > QObject::tr( "HBasic Files (*.bas);;All Files (*)" ), (QWidget *)NULL ); > >--Boundary-00=_VWxW/l8ithDY5xn-- > > > > >--__--__-- > >_______________________________________________ >Hbasic-userinfo mailing list >Hba...@li... >https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo > > >End of Hbasic-userinfo Digest > Hi Kim, thank you for your information and the patches. I tried to fix the problem with the database names with less changes but you were right that there was a bug exchanging the two database names. I needed the second name to separate two databases with same name (e.g. hbasic) located on different servers. Therefore the first name will be used in HBasic to find the database in the lists of the HBasic object model and the second one is the name of the database on the server. I think the first one (referenced by HBObject::name in the object model) should be the name to select the database. You have changed this so that the edit field dbname for the name of the database on the server will display this name. I will try to fix all the bugs you metioned in the next version of HBasic. Marcus |
From: eellyan <ell...@bc...> - 2003-09-15 07:20:14
|
Hallo,....... I need some Help ....... I was installed HBasic with RPM file , in red Hat 9.0 but appear message "you need : libqt.so.3 and net-support.hbso can you tell me, about this message ....! so i hope you send this file........if this installation less than some = file ...Ok Thanks ....! From : Muhammad Bucalli AlHarsa (Harsanto) |
From: <mar...@t-...> - 2003-09-14 13:02:28
|
hba...@li... wrote: > 1. Startup Error (Dominico) > >--__--__-- > >Message: 1 >Date: Wed, 10 Sep 2003 16:13:17 -0700 (PDT) >From: Dominico <led...@ya...> >To: hba...@li... >Subject: [Hbasic-userinfo] Startup Error > > >Hi, > >When I start HBasic in terminal, the application >starts up but I also receive an error below: > >****************************************** >Session management error: Authentication Rejected, >reason : None of the >authentication protocols specified are supported and >host-based authentication failed >****************************************** > >I don't know why it does that. > >Please advise, > >Dominic > > Hi Dominic, I can only tell you that this is definitly not a message from the HBasic program. I don't know why it pop's up with HBasic because I have never seen it before but it must be a problem of the environment (library like Qt or KDE environment or something else) Marcus |
From: <mar...@t-...> - 2003-09-14 12:57:53
|
Released new version 0.9.8g. Selecting sourcecode with Shift key and cursor keys pressed together should now be possible. Included version of libqtc because I need libqtc to access public methods of Qt classes and some distributions (like Mandrake) don't have them in the standard version. To compile libqtc from HBasic distribution run ./configure in HBasic directory make in qtclib directory (cd qtclib; make) which compiles and installs libqtc.so run ./configure in HBasic directory again (which should find the new created libqtc.so now) run make and make install for HBasic This library should allow to use all classes from the QT library within BASIC programs. Start package manager and take a look at Qt-C classlist entry in package listview. |
From: Dominico <led...@ya...> - 2003-09-10 23:13:47
|
Hi, When I start HBasic in terminal, the application starts up but I also receive an error below: ****************************************** Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed ****************************************** I don't know why it does that. Please advise, Dominic __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |