hbasic-userinfo Mailing List for HBasic
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: o.s.p <o....@li...> - 2008-05-27 12:00:44
|
hallo marcus! i'm tring to compile hbasic 2007-02a on my disro (frugalware 08 current) this is what i have on my system: qt 3.3.8-9 /lib/libdl-2.7.so gcc 4.3.0-5 make 3.81-3 automake 1.10.1-3 this are the errors i get: bash-3.2$ ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether ln -s works... yes checking for GNU make... make checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking for DSO_HANDLE required... NO_DSO_HANDLE checking for compiler usage... INCLUDE_COMPILER checking for X... libraries , headers checking for QT 3.x libraries... /usr/lib/qt/lib checking for QT 3.x includes... /usr/lib/qt/include checking if KDE user interface should be used... /usr/include/ checking for KDE 3.x libraries... /usr/lib checking for lrelease - lupdate... checking for kspreadcalc library... checking for dlerror in -ldl... yes checking for backtrace in -lexecinfo... no checking for QT 3.x libraries... (cached) /usr/lib/qt/lib checking for sqlite library... /usr/lib/libsqlite.a checking for lupdate... /usr/lib/qt/include/../bin/lupdate checking for lrelease... /usr/lib/qt/include/../bin/lrelease checking for libmysqlclient... checking for "/usr/lib/libmysqlclient.a"... no checking for "/usr/lib/mysql/libmysqlclient.a"... yes checking for mysql_real_connect in -lmysqlclient... yes checking for "/usr/lib/libmysqlclient.so"... yes checking for mysql.h... checking /usr/include/mysql.h usability... no checking /usr/include/mysql.h presence... no checking for /usr/include/mysql.h... no checking /usr/include/mysql/mysql.h usability... yes checking /usr/include/mysql/mysql.h presence... yes checking for /usr/include/mysql/mysql.h... yes checking "if MySQL Version /usr/include/mysql is >= 4.0.0"... yes checking for MySQL-CC support... checking for libpq-fe.h... (cached) yes checking for perl support... no checking for qtc library... no checking for QT 3.x includes... (cached) /usr/lib/qt/include checking for moc... /usr/lib/qt/include/../bin/moc configure: creating ./config.status config.status: creating Makefile.global config.status: creating Makefile config.status: creating src/defines.h config.status: creating erp/src/defines.h config.status: creating erp/src/database/Makefile config.status: creating erp/src/hbcron/defs.h config.status: creating install_dir/used_packages.info bash-3.2$ make make -C runtime_lib/compiler make[1]: Entering directory `/home/pol/Desktop/HBasic-2007-2a/runtime_lib/compiler' make -C ../../src libhbasic.a make[2]: Entering directory `/home/pol/Desktop/HBasic-2007-2a/src' gcc -g -O2 -g -c -I/usr/lib/qt/include -I../source_editor -I ../include -I../src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o basic_document.o basic_document.cpp In file included from basic_document.cpp:68: global_vars.h:47: warning: 'typedef' was ignored in this declaration In file included from ../source_editor/source_edit_data.h:10, from basic_document.cpp:75: ../source_editor/../source_editor/source_edit_widget.h:57: warning: 'typedef' was ignored in this declaration In file included from propertyeditor.h:49, from basic_document.cpp:78: ../gui_db_access/report_editor.h:235: error: multiple parameters named 'parent' In file included from basic_document.cpp:99: basic_document.h:51: warning: 'typedef' was ignored in this declaration basic_document.cpp:127: warning: deprecated conversion from string constant to 'char*' basic_document.cpp: In member function 'HBGuiElement* CBasicDocument::createNewComp(QWidget*, short int, short int, short int, HBGuiElement*)': basic_document.cpp:475: warning: deprecated conversion from string constant to 'char*' basic_document.cpp:543: warning: deprecated conversion from string constant to 'char*' basic_document.cpp:549: warning: deprecated conversion from string constant to 'char*' basic_document.cpp: In member function 'void CBasicDocument::createGeometryProperty(HBGuiElement*, QWidget*)': basic_document.cpp:630: warning: deprecated conversion from string constant to 'char*' basic_document.cpp: In member function 'void CBasicDocument::loadComponentsFromDs(QDataStream*, HBGuiElement*, int)': basic_document.cpp:768: warning: deprecated conversion from string constant to 'char*' make[2]: *** [basic_document.o] Error 1 make[2]: Leaving directory `/home/pol/Desktop/HBasic-2007-2a/src' make[1]: *** [../../src/libhbasic.a] Error 2 make[1]: Leaving directory `/home/pol/Desktop/HBasic-2007-2a/runtime_lib/compiler' make: *** [runtime_lib/compiler/librt_compiler.so] Error 2 ------------------ can you help me? is there any forum abut hbasic? thank you |
From: Phil T. <mai...@ta...> - 2007-05-18 01:41:20
|
I am having a problem with compiling hbasic on debian. I have all the required programs installed on the machine but this is the error I am getting. shell:~/HBasic-2007-2a# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether ln -s works... yes checking for GNU make... make checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking for DSO_HANDLE required... NO_DSO_HANDLE checking for compiler usage... INCLUDE_COMPILER checking for X... libraries , headers checking for QT 3.x libraries... /usr/lib checking for QT 3.x includes... /usr/include/qt3 checking if KDE user interface should be used... no checking for KDE 3.x libraries... /usr/lib checking for lrelease - lupdate... checking for kspreadcalc library... checking for dlerror in -ldl... yes checking for backtrace in -lexecinfo... no checking for QT 3.x libraries... (cached) /usr/lib checking for sqlite library... /usr/lib/libsqlite3.so.0 checking for lupdate... /usr/bin/lupdate checking for lrelease... /usr/bin/lrelease checking for libmysqlclient... checking for "/usr/lib/libmysqlclient.a"... yes checking for mysql_real_connect in -lmysqlclient... yes checking for "/usr/lib/libmysqlclient.so"... yes checking for mysql.h... checking /usr/include/mysql.h usability... no checking /usr/include/mysql.h presence... no checking for /usr/include/mysql.h... no checking /usr/include/mysql/mysql.h usability... yes checking /usr/include/mysql/mysql.h presence... yes checking for /usr/include/mysql/mysql.h... yes checking "if MySQL Version /usr/include/mysql is >= 4.0.0"... yes checking for MySQL-CC support... checking for libpq-fe.h... (cached) no checking for perl support... no checking for qtc library... no checking for QT 3.x includes... (cached) /usr/include/qt3 checking for moc... /usr/bin/moc configure: creating ./config.status config.status: creating Makefile.global config.status: creating Makefile config.status: creating src/defines.h config.status: creating erp/src/defines.h config.status: creating erp/src/database/Makefile config.status: creating erp/src/hbcron/defs.h config.status: creating install_dir/used_packages.info shell:~/HBasic-2007-2a# shell:~/HBasic-2007-2a# make make -C runtime_lib/compiler make[1]: Entering directory `/root/HBasic-2007-2a/runtime_lib/compiler' make -C ../../src libhbasic.a make[2]: Entering directory `/root/HBasic-2007-2a/src' gcc -g -O2 -g -c -I/usr/include/qt3 -Ino -I../source_editor -I ../include -I../src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o basic_document.o basic_document.cpp basic_document.cpp:56:25: error: kiconloader.h: No such file or directory basic_document.cpp:57:27: error: kstandarddirs.h: No such file or directory basic_document.cpp:58:26: error: kapplication.h: No such file or directory basic_document.cpp:59:21: error: kaction.h: No such file or directory basic_document.cpp:60:21: error: klocale.h: No such file or directory basic_document.cpp:61:25: error: kfiledialog.h: No such file or directory basic_document.cpp:62:21: error: ktrader.h: No such file or directory basic_document.cpp:63:25: error: kmessagebox.h: No such file or directory basic_document.cpp:64:26: error: kcmdlineargs.h: No such file or directory In file included from mainwindow.h:32, from basic_document.cpp:80: hb_mainwindow.h:7:25: error: kmdimainfrm.h: No such file or directory In file included from basic_document.cpp:82: ../dialogs/select_kpart.h:12:31: error: kparts/mainwindow.h: No such file or directory In file included from basic_document.cpp:90: ../hbdata/hbmenutitle.h:16:22: error: kmenubar.h: No such file or directory hb_mainwindow.h:14: error: expected class-name before { token mainwindow.h:281: error: expected , or ... before & token mainwindow.h:281: error: ISO C++ forbids declaration of KURL with no type ../hbdata/hbmenutitle.h:36: error: expected class-name before { token basic_document.cpp: In destructor virtual CBasicDocument::~CBasicDocument(): basic_document.cpp:153: error: class HBMainWindow has no member named closeWindow basic_document.cpp: In member function HBGuiElement* CBasicDocument::createNewComp(QWidget*, short int, short int, short int, HBGuiElement*): basic_document.cpp:493: error: no matching function for call to QMessageBox::information(HBMainWindow*&, const char [27], const char [42]) /usr/include/qt3/qmessagebox.h:77: note: candidates are: static int QMessageBox::information(QWidget*, const QString&, const QString&, int, int, int) /usr/include/qt3/qmessagebox.h:84: note: static int QMessageBox::information(QWidget*, const QString&, const QString&, const QString&, const QString&, const QString&, int, int) basic_document.cpp: In member function void CBasicDocument::getSourceWindowSize(): basic_document.cpp:573: error: KMdiChildFrm was not declared in this scope basic_document.cpp:573: error: win_frame was not declared in this scope basic_document.cpp:577: error: invalid use of undefined type struct KMdiChildView ../gui_db_access/../src/report_document.h:38: error: forward declaration of struct KMdiChildView basic_document.cpp:585: error: invalid use of undefined type struct KMdiChildView ../gui_db_access/../src/report_document.h:38: error: forward declaration of struct KMdiChildView make[2]: *** [basic_document.o] Error 1 make[2]: Leaving directory `/root/HBasic-2007-2a/src' make[1]: *** [../../src/libhbasic.a] Error 2 make[1]: Leaving directory `/root/HBasic-2007-2a/runtime_lib/compiler' make: *** [runtime_lib/compiler/librt_compiler.so] Error 2 shell:~/HBasic-2007-2a# How can I fix this problem please? Phillip Taylor ----------------------------------------- T1, Dedicated Servers, Web Hosting and shell Accounts!. "The best and the cheapest provider!" http://www.taylorassociate.com/ |
From: <rv...@jo...> - 2006-12-27 07:50:16
|
Hi, I came across HBasic more than a year ago and was interested in using it in replacement with VB6. Unfortunately, I didn't have the time before to jump to it immediately. Now, under the Fedora Core platform, I'm now very much interested in pursuing a change of dev tool for VB6/.NET. Questions: 1. What is the latest version available of HBasic? 2. Will it install and work fine with Fedora Core 6? 3. How can i obtain a full and working version of the HBasic? 4. Where can i get white-papers and code samples for HBasic? *** I'm targeting a full migration of all Windows+VB6+MS-SQL apps I wrote for my employer into a Linux+HBasic+MySQL platform...We're currently maintaining (over 4 years already) more than half of our network servers and Internet facilities under a Linux OS. Having our custom BizApps re-written for Linux+HBasic will further cut-down our operational investments. Thanks for the great job of coming up with HBasic. Regards. Rico V. Pagkalinawan MIS Manager - Philippine Journalists, Inc. --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |
From: PardoX P. <par...@ho...> - 2006-06-10 10:45:13
|
Hi Im trying to compile hbasic and i get this error :( ------------------o-------------------------o---------------------o---------------------- rm testlib.moc.cpp make[1]: Leaving directory `/var/tmp/pisi/hbasic-0.9.9o-2/work/autocheck' make -C src make[1]: Entering directory `/var/tmp/pisi/hbasic-0.9.9o-2/work/src' i686-pc-linux-gnu-gcc -mtune=i686 -O2 -pipe -fomit-frame-pointer -g -c -I/usr/qt/3/include -Ino -I../source_editor -I ../include -I../src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o basic_document.o basic_document.cpp In file included from basic_document.cpp:84: ../dialogs/select_kpart.h:4:31: kparts/mainwindow.h: No such file or directory ------------------o-------------------------o---------------------o---------------------- /usr/kde/3.5/include/kparts/mainwindow.h this is the file where belongs in my system, but compiler not able to find it. And i have tried several variations in part of Makefile.in file like this This is some part of the Makefile.in normaly it looks like this ------------------o-------------------------o---------------------o---------------------- INCLUDE = -I$(QT_INCDIR) -Isrc -Iinclude -Iruntime_lib LIBPATH = -L$(QT_LIBDIR) -L$(KDE_LIBDIR) LIBS = $(LIBDL) $(LIBEXECINFO) -lstdc++ $(QT_LIB) $(KDE_LIB) ------------------o-------------------------o---------------------o---------------------- And here is my attempts ------------------o-------------------------o---------------------o---------------------- INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5/include/kparts/mainwindow.h -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5/include/kparts -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5/include/ -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5 -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I$(KDE_INCDIR) -Isrc -Iinclude -Iruntime_lib ------------------o-------------------------o---------------------o---------------------- but no hope. i also changed dialogs/select_kpart.h #include <kparts/mainwindow.h> this part of file ------------------o-------------------------o---------------------o---------------------- #include </usr/kde/3.5/include/kparts/mainwindow.h> and #include "/usr/kde/3.5/include/kparts/mainwindow.h" ------------------o-------------------------o---------------------o---------------------- but nothing happend :( I need help!!! thanX _________________________________________________________________ En etkili ve güvenilir PC Korumayi tercih edin, rahat edin! http://www.msn.com.tr/security/ |
From: <fga...@ca...> - 2006-04-17 13:40:10
|
<html><head><style type="text/css">body{font:12px Arial;margin:3px;overflow-y:auto;overflow-x:auto}p{margin:0px;}blockquote, ol, ul{margin-top:0px;margin-bottom:0px;}</style></head> <body><div style="display: block; font-family: Arial; font-size: 12px;">HI<br> I cannot compile programs with hbasic <br> can you help me<br> distrib : UBUNTU 5.10 breeze<br> version hbasic 9.9 od<br> error message : linking executable terminated with result !=0<br></br><p style="margin-top:11px;padding-top:3px;background-image: url(http://mail.lycos.co.uk/Images/Mail/_content/dot.gif);background-repeat: repeat-x;background-position: 0px 0px;"><a href="http://www.iq.lycos.fr"><img src="http://www.home.lycos.fr/img/caramail/f_iq.jpg" border=0></img></a> <strong>Lycos iQ</strong> : Echangez votre savoir, partagez vos favoris<a href="http://www.iq.lycos.fr" target="_blank"> Cliquez ici !</a> </div></body></html> |
From: David M. <dmo...@ya...> - 2005-11-28 17:01:49
|
Hi, I've compiled up Hbasic on Debian SPARC Linux 3.1r0a (Kernel 2.4.27-2-Sparc64) using GCC 3.3.5 and I get a segv when running. Any takers??? reply direct to => dmo...@ya... ---------------- nautilus:/home/dave/hbasic# hbasic QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used kbuildsycoca running... KWrited - Listening on Device /dev/pts/3 KCrash: Application 'hbasic' crashing... nautilus:/home/dave/hbasic# Mutex destroy failure: Device or resource busy KCrash Output ============= Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 19488)] [KCrash handler] #4 0x0007e900 in loadGlobalOptions () at main.cpp:391 #5 0x0007fbb0 in main (argc=1, argv=0xeffffb84) at main.cpp:733 GDB === nautilus:/home/dave/hbasic# gdb hbasic GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-linux"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /home/dave/hbasic/hbasic [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 10464)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 10464)] 0x0007e900 in loadGlobalOptions () at main.cpp:392 392 hbasic_glb_options . edit_font = QFont( str_value ); (gdb) info stack #0 0x0007e900 in loadGlobalOptions () at main.cpp:392 #1 0x0007fbb0 in main (argc=1, argv=0xeffffb64) at main.cpp:736 (gdb) n KCrash: Application 'hbasic' crashing... Program exited with code 0375. GDB === (gdb) b main.cpp:392 (gdb) break main.cpp:392 Breakpoint 2 at 0x7e8f0: file main.cpp, line 392. (gdb) r Starting program: /home/dave/hbasic/hbasic [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 10480)] [Switching to Thread 16384 (LWP 10480)] Breakpoint 2, loadGlobalOptions () at main.cpp:392 392 hbasic_glb_options . edit_font = QFont( str_value ); (gdb) list 387 /* Load font options. */ 388 389 f . readBlock( (char *)&string_length, sizeof( short )); 390 f . readBlock( str_value, string_length ); 391 str_value[string_length] = (char)0; 392 hbasic_glb_options . edit_font = QFont( str_value ); 393 394 395 f . readBlock( (char *)&svalue, sizeof( short )); 396 hbasic_glb_options . edit_font . setPointSize( svalue ); (gdb) p str_value $1 = "Courier\n\000\000\000\000\000\005\000Times\n\000\000\000\000\000\001\000\000\000\000\000d\000j\002\001\000´\002\000\000Ë\000Ò\000\001\000³\002Ò\000Ê\000\223\001\003\000---|\003¨\002", '\0' <repeats 19 times>, "p\021D\210\000.½x\000\000\000\001\000\000\000\000\000&#H\000\000\000\001\000\000\000\001ïÿùØ\000\aû ", '\0' <repeats 12 times>, "p\021D\210\000.½x\000\000\000\000ïÿûd\000&#H\000\000\000\001\000\000\000\001ïÿùØ\000\aû ïÿú \000\000\000\000\000\000\000\000p\001ò\220\000\000\000\000\000\000\000\005\000.¸xïÿú " (gdb) n 391 str_value[string_length] = (char)0; (gdb) p string_length $2 = 1792 (gdb) n 392 hbasic_glb_options . edit_font = QFont( str_value ); (gdb) p str_value $3 = "Courier\n\000\000\000\000\000\005\000Times\n\000\000\000\000\000\001\000\000\000\000\000d\000j\002\001\000´\002\000\000Ë\000Ò\000\001\000³\002Ò\000Ê\000\223\001\003\000---|\003¨\002", '\0' <repeats 19 times>, "p\021D\210\000.½x\000\000\000\001\000\000\000\000\000&#H\000\000\000\001\000\000\000\001ïÿùØ\000\aû ", '\0' <repeats 12 times>, "p\021D\210\000.½x\000\000\000\000ïÿûd\000&#H\000\000\000\001\000\000\000\001ïÿùØ\000\aû ïÿú \000\000\000\000\000\000\000\000p\001ò\220\000\000\000\000\000\000\000\005\000.¸xïÿú " (gdb) n Program received signal SIGSEGV, Segmentation fault. 0x0007e900 in loadGlobalOptions () at main.cpp:392 392 hbasic_glb_options . edit_font = QFont( str_value ); (gdb) ___________________________________________________________ Yahoo! Model Search 2005 - Find the next catwalk superstars - http://uk.news.yahoo.com/hot/model-search/ |
From: Francisco M. <fm...@iv...> - 2005-04-25 17:01:31
|
Need some help about how to iniciate me in Hbasic i m an expert programming in Visula Basic if some one knows where can i find information please i agree your helping hand thank you Jimmy |
From: Hilario <joa...@te...> - 2005-04-08 11:54:59
|
Hi, why my HBasic sends me "Program aborted by exeption" error message? Thanks |
From: Daniel <iP...@ei...> - 2005-04-06 19:03:12
|
am I doing something wrong here? why is it crashing when i re-size a button? and a lot of other things also make it crash. towel401@1[bin]$ ls hbasic help_window libdesc towel401@1[bin]$ ./hbasic Error loading mysql SO lib! Message: libmysqlclient.so: cannot open shared object file: No such file or directory Error loading erp SO lib! Message: /usr/local/hbasic/erp/lib/hbasic_erp_lib.so: cannot open shared objectfile: No such file or directory Obtained 16 stack frames hbasic [0x80beaaa] [0xffffe420] hbasic(_ZN10SizeHandle17mouseReleaseEventEP11QMouseEvent+0x43) [0x812feb3] /usr/lib/libqt-mt.so.3(_ZN7QWidget5eventEP6QEvent+0xb7) [0xb7af7737] /usr/lib/libqt-mt.so.3(_ZN12QApplication14internalNotifyEP7QObjectP6QEvent+0xbf) [0xb7a64bff] /usr/lib/libqt-mt.so.3(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x214) [0xb7a642f4] /usr/lib/libkdecore.so.4(_ZN12KApplication6notifyEP7QObjectP6QEvent+0xa3) [0xb7409e03] /usr/lib/libqt-mt.so.3(_ZN9QETWidget19translateMouseEventEPK7_XEvent+0xa40) [0xb79f9650] /usr/lib/libqt-mt.so.3(_ZN12QApplication15x11ProcessEventEP7_XEvent+0x46e) [0xb79f72de] /usr/lib/libqt-mt.so.3(_ZN10QEventLoop13processEventsEj+0x9b4) [0xb7a0e1c4] /usr/lib/libqt-mt.so.3(_ZN10QEventLoop9enterLoopEv+0xe8) [0xb7a76f58] /usr/lib/libqt-mt.so.3(_ZN10QEventLoop4execEv+0x28) [0xb7a76e08] /usr/lib/libqt-mt.so.3(_ZN12QApplication4execEv+0x21) [0xb7a64e51] hbasic(main+0x3ac) [0x80bfd0c] /lib/tls/libc.so.6(__libc_start_main+0xf4) [0x4102e904] hbasic(_ZN6QFrame10paintEventEP11QPaintEvent+0x6d) [0x80bc721] |
From: Teguh N. <teg...@it...> - 2005-03-22 03:08:10
|
Why i can not compile HBasic in Fedore Core 2.0, please inform us detailed of recuriment to compile Hbasic Thank you ----------------------------------- Teguh Nuryadi Tlp : (021) 308 0000 9 Hp : 0888 187 7611 |
From: Dan D. <dd...@br...> - 2005-03-09 07:21:01
|
HI, I just recently found out your website on HBasic and I'm also a = newbie user to Linspire. I'm actually a long time VB6 user, but am = getting tired of Microsofts newest product (VB.net for example) and feel = that Linspire might be a better alternative for my programming projects. = Can HBasic work with Linspire and can I make programs with HBasic that = are not open source? Dan |
From: Henri G. <hen...@wa...> - 2005-02-28 18:21:36
|
I am with fc3.. can't use compiled rpm default segmentation fault .. thanks for help Henri ./kdesupport/kdec/kdec/kde_KTextBrowser.cpp ./kdesupport/kdec/kdec/kde_KAuthIcon.h ./kdesupport/kdec/kdec/kde_KURLList.cpp ./kdesupport/kdec/kdec/kde_KServiceTypeProfile.cpp ./kdesupport/kdec/kdec/kde_CSSException.cpp ./kdesupport/kdec/kdec/kde_DOMNodeList.h ./kdesupport/kdec/kdec/kde_HTMLTableRowElement.cpp ./kdesupport/kdec/kdec/kde_KIconLoader.h ./kdesupport/kdec/kdec/kde_HTMLBaseFontElement.cpp ./kdesupport/kdec/kdec/kde_KFilterBase.h ./kdesupport/kdec/kdec/kde_KIcon.cpp ./kdesupport/kdec/kdec/kde_KDateWidget.h ./kdesupport/kdec/kdec/kde_KRuler.cpp ./kdesupport/kdec/kdec/kde_HTMLPreElement.cpp ./kdesupport/kdec/kdec/kde_KCodecs.h ./kdesupport/kdec/kdec/kde_KShortcut.h ./kdesupport/kdec/kdec/kde_KFilterBase.cpp ./kdesupport/kdec/kdec/kde_MouseDoubleClickEvent.cpp ./kdesupport/kdec/kdec/kde_KPrinter.cpp ./kdesupport/kdec/kdec/kde_KToolBar.cpp ./kdesupport/kdec/kdec/kde_KDirWatch.cpp ./kdesupport/kdec/kdec/kde_KIPC.cpp ./kdesupport/kdec/kdec/kde_KURLLabel.h ./kdesupport/kdec/kdec/kde_KCompletion.h ./kdesupport/kdec/kdec/kde_Job.h ./kdesupport/kdec/kdec/kde_NET.h ./kdesupport/kdec/kdec/kde_KService.h ./kdesupport/kdec/kdec/kde_Element.cpp ./kdesupport/kdec/kdec/kde_KFileItem.h ./kdesupport/kdec/kdec/kde_KGlobalAccel.cpp ./kdesupport/kdec/kdec/kde_KStdGuiItem.cpp ./kdesupport/kdec/kdec/kde_KServiceType.h ./kdesupport/kdec/kdec/kde_KDataToolInfo.h ./kdesupport/kdec/kdec/kde_KDEsuClient.h ./kdesupport/kdec/kdec/kde_KFile.cpp ./kdesupport/kdec/kdec/kde_KToolBarButton.cpp ./kdesupport/kdec/kdec/kde_EntityReference.h ./kdesupport/kdec/kdec/kde_KCombiView.h ./kdesupport/kdec/kdec/kde_ReadWritePart.cpp ./kdesupport/kdec/kdec/kde_GUIActivateEvent.cpp ./kdesupport/kdec/kdec/kde_HTMLMenuElement.cpp ./kdesupport/kdec/kdec/kde_KStandardDirs.cpp ./kdesupport/kdec/kdec/kde_TransferJob.cpp ./kdesupport/kdec/kdec/kde_KURLComboBox.cpp ./kdesupport/kdec/kdec/kde_Event.cpp ./kdesupport/kdec/kdec/kde_StubProcess.cpp ./kdesupport/kdec/kdec/kde_KNotifyClient.cpp ./kdesupport/kdec/kdec/kde_KAutoUnmount.cpp ./kdesupport/kdec/kdec/kde_KIntSpinBox.h ./kdesupport/kdec/kdec/kde_KFileMetaInfo.cpp ./kdesupport/kdec/kdec/kde_KArchiveDirectory.h ./kdesupport/kdec/kdec/kde_KCommandHistory.h ./kdesupport/kdec/kdec/kde_KDualColorButton.h ./kdesupport/kdec/kdec/kde_KSelector.cpp ./kdesupport/kdec/kdec/kde_KWinModule.h ./kdesupport/kdec/kdec/kde_KPreviewWidgetBase.h ./kdesupport/kdec/kdec/kde_NoteArray.h ./kdesupport/kdec/kdec/kde_KSSLConnectionInfo.h ./kdesupport/kdec/kdec/kde_KSqueezedTextLabel.cpp ./kdesupport/kdec/kdec/kde_NETIcon.cpp ./kdesupport/kdec/kdec/kde_KToolBarButtonList.h ./kdesupport/kdec/kdec/kde_HTMLScriptElement.cpp ./kdesupport/kdec/kdec/kde_KFileTreeViewToolTip.h ./kdesupport/kdec/kdec/kde_URLArgs.cpp ./kdesupport/kdec/kdec/kde_KLineEditDlg.cpp ./kdesupport/kdec/kdec/kde_KSycocaEntry.h ./kdesupport/kdec/kdec/kde_KHistoryCombo.cpp ./kdesupport/kdec/kdec/kde_FileCopyJob.cpp ./kdesupport/kdec/kdec/kde_DCOPRef.h ./kdesupport/kdec/kdec/kde_KServiceTypeProfile.h ./kdesupport/kdec/kdec/kde_kndbgstream.cpp ./kdesupport/kdec/kdec/kde_KFileTreeView.h ./kdesupport/kdec/kdec/kde_Range.cpp ./kdesupport/kdec/kdec/kde_KAccel.cpp ./kdesupport/kdec/kdec/kde_KDockWidgetHeader.cpp ./kdesupport/kdec/kdec/kde_NetAccess.cpp ./kdesupport/kdec/kdec/kde_KIntNumInput.h ./kdesupport/kdec/kdec/kde_KRootPixmap.cpp ./kdesupport/kdec/kdec/kde_KFileMetaInfo.h ./kdesupport/kdec/kdec/kde_KPanelExtension.cpp ./kdesupport/kdec/kdec/kde_HTMLOptionElement.h ./kdesupport/kdec/kdec/kde_KEdFind.cpp ./kdesupport/kdec/kdec/kde_HTMLOptGroupElement.cpp ./kdesupport/kdec/kdec/kde_KCursor.h ./kdesupport/kdec/kdec/kde_KPopupTitle.cpp ./kdesupport/kdec/kdec/kde_HTMLBRElement.h ./kdesupport/kdec/kdec/kde_KScanDialog.cpp ./kdesupport/kdec/kdec/kde_KEditListBox.cpp ./kdesupport/kdec/kdec/kde_HTMLOptGroupElement.h ./kdesupport/kdec/kdec/kde_HTMLLabelElement.h ./kdesupport/kdec/kdec/kde_KHTMLView.cpp ./kdesupport/kdec/kdec/kde_MidiOut.cpp ./kdesupport/kdec/kdec/kde_HTMLHtmlElement.h ./kdesupport/kdec/kdec/kde_HTMLOptionElement.cpp ./kdesupport/kdec/kdec/kde_KWritePermsIcon.h ./kdesupport/kdec/kdec/kde_KGlobal.h ./kdesupport/kdec/kdec/kde_KFileListViewItem.cpp ./kdesupport/kdec/kdec/kde_Part.cpp ./kdesupport/kdec/kdec/kde_HTMLHeadElement.h ./kdesupport/kdec/kdec/kde_KNotifyClient.h ./kdesupport/kdec/kdec/kde_KProtocolManager.cpp ./kdesupport/kdec/kdec/kde_QCStringList.h ./kdesupport/kdec/kdec/kde_KDESupport.h ./kdesupport/kdec/kdec/kde_KSycoca.h ./kdesupport/kdec/kdec/kde_HTMLHRElement.cpp ./kdesupport/kdec/kdec/kde_KApplication.h ./kdesupport/kdec/kdec/kde_KFontDialog.h ./kdesupport/kdec/kdec/kde_KSharedPixmap.h ./kdesupport/kdec/kdec/kde_CSSException.h ./kdesupport/kdec/kdec/kde_HTMLIsIndexElement.h ./kdesupport/kdec/kdec/kde_KDirNotify.cpp ./kdesupport/kdec/kdec/kde_KPropsDlgPlugin.h ./kdesupport/kdec/kdec/kde_OfferList.h ./kdesupport/kdec/kdec/kde_HTMLQuoteElement.h ./kdesupport/kdec/kdec/kde_KServerSocket.h ./kdesupport/kdec/kdec/kde_KStatusBar.h ./kdesupport/kdec/kdec/kde_KToolBarRadioGroup.h ./kdesupport/kdec/kdec/kde_NETSize.cpp ./kdesupport/kdec/kdec/kde_DCOPObjectProxy.cpp ./kdesupport/kdec/kdec/kde_KConfig.h ./kdesupport/kdec/kdec/kde_Counter.cpp ./kdesupport/kdec/kdec/kde_KListView.h ./kdesupport/kdec/kdec/kde_KConfigINIBackEnd.cpp ./kdesupport/kdec/kdec/kde_KWordWrap.cpp ./kdesupport/kdec/kdec/kde_KFolderType.cpp ./kdesupport/kdec/kdec/kde_KFloatValidator.cpp ./kdesupport/kdec/kdec/kde_KAccel.h ./kdesupport/kdec/kdec/kde_NodeFilter.cpp ./kdesupport/kdec/kdec/kde_KFileFilterCombo.cpp ./kdesupport/kdec/kdec/kde_HTMLLIElement.h ./kdesupport/kdec/kdec/kde_Observer.h ./kdesupport/kdec/kdec/kde_Text.cpp ./kdesupport/kdec/kdec/kde_KTabCtl.h ./kdesupport/kdec/kdec/kde_KCookie.h ./kdesupport/kdec/kdec/kde_KDateValidator.cpp ./kdesupport/kdec/kdec/kde_KCrash.cpp ./kdesupport/kdec/kdec/kde_KAboutDialog.cpp ./kdesupport/kdec/kdec/kde_KRootPermsIcon.h ./kdesupport/kdec/kdec/kde_KSSLInfoDlg.h ./kdesupport/kdec/kdec/kde_ReadOnlyPart.cpp ./kdesupport/kdec/kdec/kde_KHelpMenu.cpp ./kdesupport/kdec/kdec/kde_KIconButton.h ./kdesupport/kdec/kdec/kde_TreeWalker.h ./kdesupport/kdec/kdec/kde_HTMLLabelElement.cpp ./kdesupport/kdec/kdec/kde_DCOPObjectProxy.h ./kdesupport/kdec/kdec/kde_KApplicationPropsPlugin.h ./kdesupport/kdec/kdec/kde_HTMLIsIndexElement.cpp ./kdesupport/kdec/kdec/kde_HTMLHeadingElement.h ./kdesupport/kdec/kdec/kde_KFileView.h ./kdesupport/kdec/kdec/kde_KToolBarSeparator.cpp ./kdesupport/kdec/kdec/kde_KDialogQueue.h ./kdesupport/kdec/kdec/kde_KArchive.h ./kdesupport/kdec/kdec/kde_MediaList.h ./kdesupport/kdec/kdec/kde_KCompletionBox.h ./kdesupport/kdec/kdec/kde_KRandomSequence.h ./kdesupport/kdec/kdec/kde_KAutoUnmount.h ./kdesupport/kdec/kdec/kde_HTMLDListElement.cpp ./kdesupport/kdec/kdec/kde_HTMLBaseElement.cpp ./kdesupport/kdec/kdec/kde_HTMLStyleElement.h ./kdesupport/kdec/kdec/kde_KHTMLSettings.cpp ./kdesupport/kdec/kdec/kde_NamedNodeMap.h ./kdesupport/kdec/kdec/kde_HTMLTableCaptionElement.h ./kdesupport/kdec/kdec/kde_HTMLCollection.cpp ./kdesupport/kdec/kdec/kde_KScriptInterface.cpp ./kdesupport/kdec/kdec/kde_GUSOut.cpp ./kdesupport/kdec/kdec/kde_KIntValidator.h ./kdesupport/kdec/kdec/kde_kdbgstream.h ./kdesupport/kdec/kdec/kde_KListBox.cpp ./kdesupport/kdec/kdec/kde_HTMLDListElement.h ./kdesupport/kdec/kdec/kde_MouseEvent.cpp ./kdesupport/kdec/kdec/kde_KMultipleDrag.h ./kdesupport/kdec/kdec/kde_HTMLDocument.h ./kdesupport/kdec/kdec/kde_KSSLPKCS12.h ./kdesupport/kdec/kdec/kde_FMOut.h ./kdesupport/kdec/kdec/kde_KApplicationPropsPlugin.cpp ./kdesupport/kdec/kdec/kde_DockMainWindow.cpp ./kdesupport/kdec/kdec/kde_KSSLSettings.cpp ./kdesupport/kdec/kdec/kde_KDockTabGroup.cpp ./kdesupport/kdec/kdec/kde_KHTMLPart.h ./kdesupport/kdec/kdec/kde_KDockMainWindow.cpp ./kdesupport/kdec/kdec/kde_KTipDatabase.cpp ./kdesupport/kdec/kdec/kde_KEdFind.h ./kdesupport/kdec/kdec/kde_KDirLister.cpp ./kdesupport/kdec/kdec/kde_KPalette.cpp ./kdesupport/kdec/kdec/kde_KPushButton.h ./kdesupport/kdec/kdec/kde_KProtocolInfo.cpp ./kdesupport/kdec/kdec/kde_KRFCDate.h ./kdesupport/kdec/kdec/kde_HTMLDirectoryElement.h ./kdesupport/kdec/kdec/kde_KPaletteTable.h ./kdesupport/kdec/kdec/kde_DCOPObject.cpp ./kdesupport/kdec/kdec/kde_KFileItem.cpp ./kdesupport/kdec/kdec/kde_KRecentDocument.cpp ./kdesupport/kdec/kdec/kde_HTMLFontElement.cpp ./kdesupport/kdec/kdec/kde_CSSStyleDeclaration.h ./kdesupport/kdec/kdec/kde_KPixmapEffect.h ./kdesupport/kdec/kdec/kde_GUIActivateEvent.h ./kdesupport/kdec/kdec/kde_KFilePropsPlugin.cpp ./kdesupport/kdec/kdec/kde_KAutoMount.h ./kdesupport/kdec/kdec/kde_KDesktopFile.h ./kdesupport/kdec/kdec/kde_HTMLModElement.cpp ./kdesupport/kdec/kdec/kde_VoiceManager.h ./kdesupport/kdec/kdec/kde_KDateTable.h ./kdesupport/kdec/kdec/kde_ListJob.h ./kdesupport/kdec/kdec/kde_KColorButton.h ./kdesupport/kdec/kdec/kde_KListAction.cpp ./kdesupport/kdec/kdec/kde_KURLPropsPlugin.cpp ./kdesupport/kdec/kdec/kde_KPanelExtension.h ./kdesupport/kdec/kdec/kde_KSpellConfig.cpp ./kdesupport/kdec/kdec/kde_KScanDialogFactory.h ./kdesupport/kdec/kdec/kde_KDirOperator.h ./kdesupport/kdec/kdec/kde_KRootPermsIcon.cpp ./kdesupport/kdec/kdec/kde_KUniqueApplication.cpp ./kdesupport/kdec/kdec/kde_KPropertiesDialog.h ./kdesupport/kdec/kdec/kde_KCodecs.cpp ./kdesupport/kdec/kdec/kde_DCOPObject.h ./kdesupport/kdec/kdec/kde_Job.cpp ./kdesupport/kdec/kdec/kde_KAboutPerson.cpp ./kdesupport/kdec/kdec/kde_KXMLGUIBuilder.h ./kdesupport/kdec/kdec/kde_HTMLTableElement.h ./kdesupport/kdec/kdec/kde_KProcIO.cpp ./kdesupport/kdec/kdec/kde_HTMLMenuElement.h ./kdesupport/kdec/kdec/kde_Range.h ./kdesupport/kdec/Makefile ./kdesupport/kdec/Makefile.temp ./kdesupport/kdec/Makefile.neu ./kdesupport/kdec/AUTHORS ./kdesupport/Makefile ./kdesupport/qtcinfo/ ./kdesupport/qtcinfo/classlist ./kdesupport/README ./kdesupport/kalyptus/ ./kdesupport/kalyptus/TODO ./kdesupport/kalyptus/info/ ./kdesupport/kalyptus/info/classlist ./kdesupport/kalyptus/Ast.pm ./kdesupport/kalyptus/Version ./kdesupport/kalyptus/qtcinfo/ ./kdesupport/kalyptus/qtcinfo/classlist ./kdesupport/kalyptus/README ./kdesupport/kalyptus/kalyptus ./kdesupport/kalyptus/kalyptusCxxToRuby.pm ./kdesupport/kalyptus/Iter.pm ./kdesupport/kalyptus/configure.in ./kdesupport/kalyptus/install-sh ./kdesupport/kalyptus/kalyptusDataDict.pm ./kdesupport/kalyptus/findperl ./kdesupport/kalyptus/kdocAstUtil.pm ./kdesupport/kalyptus/kalyptus.spec.in ./kdesupport/kalyptus/Makefile.in ./kdesupport/kalyptus/kalyptusCxxToObjc.pm ./kdesupport/kalyptus/outdir/ ./kdesupport/kalyptus/outdir/qt_QChar.cpp ./kdesupport/kalyptus/outdir/qt_QConstString.h ./kdesupport/kalyptus/outdir/kde_types.h ./kdesupport/kalyptus/outdir/qt_QChar.h ./kdesupport/kalyptus/outdir/qtc_types.h ./kdesupport/kalyptus/outdir/qt_QStringData.h ./kdesupport/kalyptus/outdir/qt_QCharRef.h ./kdesupport/kalyptus/outdir/qt_QStringData.cpp ./kdesupport/kalyptus/outdir/qt_QCharRef.cpp ./kdesupport/kalyptus/outdir/qt_QString.h ./kdesupport/kalyptus/outdir/classlist ./kdesupport/kalyptus/outdir/qt_QConstString.cpp ./kdesupport/kalyptus/outdir/qt_QString.cpp ./kdesupport/kalyptus/kalyptusCxxToCli.pm ./kdesupport/kalyptus/Makefile.cvs ./kdesupport/kalyptus/kalyptusCxxToECMA.pm ./kdesupport/kalyptus/kalyptusCxxToSmoke.pm ./kdesupport/kalyptus/perlbin ./kdesupport/kalyptus/kalyptusCxxToCSharp.pm ./kdesupport/kalyptus/kdocUtil.pm ./kdesupport/kalyptus/kalyptusCxxToJava.pm ./kdesupport/kalyptus/ChangeLog ./kdesupport/kalyptus/kalyptusCxxToC.pm ./kdesupport/kalyptus/kdocLib.pm ./kdesupport/kalyptus/kdocParseDoc.pm ./kdesupport/kalyptus_changes/ ./kdesupport/kalyptus_changes/kalyptusCxxToCli.pm ./kdesupport/kalyptus_changes/kalyptus_changed_diff ./kdesupport/source/ ./kdesupport/source/test/ ./kdesupport/source/change_makefile.c ./kdesupport/source/Makefile ./kdesupport/source/change_kdemakefile.c ./kdesupport/source/main.cpp ./kdesupport/source/make_qtcinfo.c ./kdesupport/source/make_kdeinfo.c ./kdesupport/source/outdir/ ./kdesupport/source/prepare_files.c ./kdesupport/source/qtc_info.cpp ./kdesupport/source/dso_handle.cpp ./dlg_error_msg.cpp ./include/ ./include/qucomextra_p.h ./include/compile_options.h.in ./include/edit_scroll_widget.h ./include/libdesc_defines.h ./include/qucom_p.h ./include/auto_check_version.h ./include/compile_options.h ./include/source_edit_widget.h ./include/qinternal_p.h ./dlg_test.h ./rsizehandle.cpp [root@localhost hb]# dir acinclude.m4 dlg_test.cpp mysql aclocal.m4 dlg_test.h mysqlcc actest.cpp doc net_support autocheck docid newdoc autom4te.cache erp nohup.out bin err_html packages code_examples gui_db_access parser comp_access HBasic-0.9.9o.tar.bz2 rsizehandle.cpp compile_kdec hbdata rsizehandle.h config.guess help_window runtime_lib config.sub include runtime_object.cpp configure info runtime_object.h configure.in INSTALL source_editor create_translation.html install_dir spec_template_version dev_info install-sh sql dialogs kdesupport src dlg_error_msg.cpp lib_calc_sheet tests dlg_error_msg.h libdesc TODO dlg_program_output.cpp Makefile.global.in translate dlg_program_output.h Makefile.in undo [root@localhost hb]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether ln -s works... yes checking for GNU make... make checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for DSO_HANDLE required... NO_DSO_HANDLE checking for compiler usage... INCLUDE_COMPILER checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for QT 3.x libraries... /usr/lib/qt-3.3/lib checking for QT 3.x includes... /usr/lib/qt-3.3/include checking if KDE user interface should be used... /usr/include/kde/ checking for KDE 3.x libraries... /usr/lib WITH_KDEUI checking for lrelease - lupdate... checking for kspreadcalc library...=20 checking for dlerror in -ldl... yes checking for backtrace in -lexecinfo... no checking for QT 3.x libraries... (cached) /usr/lib/qt-3.3/lib checking for lupdate... /usr/lib/qt-3.3/include/../bin/lupdate checking for lrelease... /usr/lib/qt-3.3/include/../bin/lrelease checking for libmysqlclient... checking for "/usr/lib/libmysqlclient.a"... no checking for "/usr/lib/mysql/libmysqlclient.a"... yes checking for mysql_real_connect in -lmysqlclient... yes checking for "/usr/lib/libmysqlclient.so"... no checking for "/usr/lib/mysql/libmysqlclient.so"... yes checking for mysql.h... checking /usr/include/mysql.h usability... no checking /usr/include/mysql.h presence... no checking for /usr/include/mysql.h... no checking /usr/include/mysql/mysql.h usability... yes checking /usr/include/mysql/mysql.h presence... yes checking for /usr/include/mysql/mysql.h... yes checking "if MySQL Version /usr/include/mysql is >=3D 4.0.0"... no Please upgrade your MySQL installation to version 4.0.0 or higher If you do have the correct version of MySQL installed somewhere other than /usr/local/mysql/include, please specify it as=20 --with-mysql-include=3D argument checking for MySQL-CC support... checking for perl support... no checking for qtc library... no checking for QT 3.x includes... (cached) /usr/lib/qt-3.3/include checking for moc... /usr/lib/qt-3.3/include/../bin/moc configure: creating ./config.status config.status: creating Makefile.global config.status: creating Makefile config.status: creating src/defines.h config.status: creating erp/src/defines.h config.status: creating install_dir/used_packages.info [root@localhost hb]# make make -C autocheck make[1]: Entering directory `/root/hb/autocheck' gcc -I/usr/lib/qt-3.3/include -I/usr/include/kde/ -g -O2 -lqt-mt=20 -L/usr/lib/qt-3.3/lib -o autocheck autocheck.cpp gcc -g -O2 -c -o testlib.o -I/usr/lib/qt-3.3/include=20 -I/usr/include/kde/ testlib.cpp /usr/lib/qt-3.3/include/../bin/moc -o testlib.moc.cpp testlib.h gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/ -o=20 testlib.moc.o testlib.moc.cpp ld -o testlib.so -shared -lqt-mt -L/usr/lib/qt-3.3/lib testlib.o=20 testlib.moc.o ./autocheck Err ./testlib.so: undefined symbol: __dso_handle --------------------------------------- >>> Autocheck tools have been compiled --------------------------------------- rm testlib.moc.cpp make[1]: Leaving directory `/root/hb/autocheck' make -C src make[1]: Entering directory `/root/hb/src' gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o basic_document.o=20 basic_document.cpp /usr/lib/qt-3.3/include/../bin/moc -o basic_document.moc.cpp=20 basic_document.h gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o basic_document.moc.o=20 basic_document.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o hbdatabase.o=20 hbdatabase.cpp /usr/lib/qt-3.3/include/../bin/moc -o hbdatabase.moc.cpp hbdatabase.h gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o hbdatabase.moc.o=20 hbdatabase.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o debug_widget1.o=20 debug_widget1.cpp /usr/lib/qt-3.3/include/../bin/moc -o debug_widget1.moc.cpp debug_widget1= .h gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o debug_widget1.moc.o=20 debug_widget1.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o debug_widget2.o=20 debug_widget2.cpp /usr/lib/qt-3.3/include/../bin/moc -o debug_widget2.moc.cpp debug_widget2= .h gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o debug_widget2.moc.o=20 debug_widget2.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o formdesigner.o=20 formdesigner.cpp /usr/lib/qt-3.3/include/../bin/moc -o formdesigner.moc.cpp formdesigner.h gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -o formdesigner.moc.o=20 formdesigner.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt-3.3/include -I/usr/include/kde/=20 -I../source_editor -I ../include -I../src -I../runtime_lib=20 -I../runtime_lib/interpreter -I../gui_db_access -I../mysqlcc/include=20 -I../mysqlcc/shared/include -o global_commands.o global_commands.cpp Dans le fichier inclus =E0 partir de=20 ../mysqlcc/shared/include/CMySQLCCPlugin.h:30, =E0 partir de ../mysqlcc/include/CPlugin.h:21, =E0 partir de ../mysqlcc/include/CApplication.h:26, =E0 partir de global_commands.cpp:101: ../mysqlcc/shared/include/CMySQL.h:25:19: mysql.h : Aucun fichier ou=20 r=E9pertoire de ce type ../mysqlcc/shared/include/CMySQL.h:26:26: mysqld_error.h : Aucun fichier=20 ou r=E9pertoire de ce type In file included from ../mysqlcc/shared/include/CMySQLCCPlugin.h:30, from ../mysqlcc/include/CPlugin.h:21, from ../mysqlcc/include/CApplication.h:26, from global_commands.cpp:101: ../mysqlcc/shared/include/CMySQL.h:129: erreur: ISO C++ interdit la=20 d=E9claration de =AB MYSQL =BB sans type ../mysqlcc/shared/include/CMySQL.h:129: erreur: expected `;' avant un=20 =E9l=E9ment lexical =AB * =BB make[1]: *** [global_commands.o] Erreur 1 rm debug_widget2.moc.cpp formdesigner.moc.cpp basic_document.moc.cpp=20 hbdatabase.moc.cpp debug_widget1.moc.cpp make[1]: Leaving directory `/root/hb/src' make: *** [src/libhbasic.a] Erreur 2 [root@localhost hb]# |
From: Mike <ms...@kn...> - 2004-12-07 22:51:07
|
How do I access the serial ports on my computer using Hbasic. I would like to write a telescope control program using Hbasic. Thank you Mike |
From: Mike <ms...@kn...> - 2004-12-04 16:22:45
|
Can someone please tell me how to access the serial port on my computer using Hbasic. Thank you Mike Katchur |
From: Oliver R. <O....@gm...> - 2004-09-14 12:17:50
|
Hello, I saw that there is one more contact given on your homepage so I took the liberty to forward this eMail also to this address :o) Oliver --- Weitergeleitete Nachricht / Forwarded Message --- Date: Tue, 14 Sep 2004 14:10:18 +0200 (MEST) From: "Oliver Rech" <O....@gm...> To: mar...@t-... Subject: Questions regarding hbasic Hello, First of all I want to give you credit for your interesting program hbasic. But I have some problems to work with this tool: - How to get a file with a compiled program which can be used afterwards without starting hbasic? - I want to integrate a small C++ program but I do not know how to proceed. Are there any small examples I can have a look at to make it work? Does a script exist for hbasic? - I read a comment which says that the version 1.xxx will be the first one which works really stable. I want to write a small programm for data logging (temperatures, etc.) and want to make it run on a PC for a long time without stopping the computer. Is this possible or do you have doubts. Sorry for these basic questions but also Linux is rather new to me and I try to get more familar with it. I am from Germany so you can also reply to this eMail in German. Thank you very much in advance for your support! Regards, Oliver Rech -- NEU: Bis zu 10 GB Speicher für e-mails & Dateien! 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail -- NEU: Bis zu 10 GB Speicher für e-mails & Dateien! 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail |
From: Kuroda <san...@ni...> - 2004-09-12 01:42:07
|
On hbasic IDE, interrupt error occurs on various occasions. For instance, clicking "save" menu becomes interrupt error. The message of interrupt error is as follows. "Program aborted by exception!" And clicking "OK" button shuts down hbasic and makes program loss. What is the cause of interrupt error ? I want tough hbasic system which does not abort program. -------------------------------------------- Hideo Kuroda (Sanseikai Manager) 1540-32, Nishibessho, Kuwana City Mie Prefecture, 511-0851, JAPAN TEL.&FAX.0594-21-2040 E-Mail san...@ni... Homepage http://homepage2.nifty.com/sanseikai/ -------------------------------------------- |
From: Roger S. <sen...@ya...> - 2004-09-07 22:39:44
|
Thank You for ALL your hard work. I have been a software developer for about 20 years. I have been with VB since version 2. If there is anything that I can do to help you please let me know. Thanks Again Roger Sarlouis |
From: Stephen S. <st...@sb...> - 2004-09-03 04:33:17
|
Why do I get the error "Operator not allowed for this type of values" for this code: If LineEdit1.text = "Hello" Then LineEdit1.text = "' End If Is there some other way to compare strings? I couldn't find any relevant documentation on comparing strings. Stephen |
From: MARIAGCESAR <MAR...@te...> - 2004-09-01 11:04:37
|
Hello I am tryng to install Hbasic in a system linux with Mandrake 10.0 I think there is no problem in the configure process, but when i try to make the install return me an error in the end. I really apreciate your help PD: Sorry my english, i am from argentina. The copy of the process is the next: [root@localhost HBasic-0.9.9n]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether ln -s works... yes checking for GNU make... make checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for DSO_HANDLE required... NO_DSO_HANDLE checking for compiler usage... INCLUDE_COMPILER checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for QT 3.x libraries... /usr/lib/qt3//lib checking for QT 3.x includes... /usr/lib/qt3//include checking if KDE user interface should be used... /usr/include/ checking for KDE 3.x libraries... /usr/lib WITH_KDEUI checking for lrelease - lupdate... checking for kspreadcalc library... checking for dlerror in -ldl... yes checking for backtrace in -lexecinfo... no checking for QT 3.x libraries... (cached) /usr/lib/qt3//lib checking for lupdate... /usr/lib/qt3//include/../bin/lupdate checking for lrelease... /usr/lib/qt3//include/../bin/lrelease checking for libmysqlclient... checking for "/usr/lib/libmysqlclient.a"... no checking for "/usr/lib/mysql/libmysqlclient.a"... no checking for "/usr/local/lib/libmysqlclient.a"... no checking for "/usr/local/lib/mysql/libmysqlclient.a"... no checking for "/usr/local/mysql/lib/libmysqlclient.a"... yes checking for mysql_real_connect in -lmysqlclient... no checking for "/usr/lib/libmysqlclient.so"... yes checking for mysql.h... checking /usr/include/mysql.h usability... no checking /usr/include/mysql.h presence... no checking for /usr/include/mysql.h... no checking /usr/include/mysql/mysql.h usability... no checking /usr/include/mysql/mysql.h presence... no checking for /usr/include/mysql/mysql.h... no checking /usr/local/include/mysql.h usability... no checking /usr/local/include/mysql.h presence... no checking for /usr/local/include/mysql.h... no checking /usr/local/include/mysql/mysql.h usability... no checking /usr/local/include/mysql/mysql.h presence... no checking for /usr/local/include/mysql/mysql.h... no checking /usr/local/mysql/include/mysql.h usability... yes checking /usr/local/mysql/include/mysql.h presence... yes checking for /usr/local/mysql/include/mysql.h... yes checking "if MySQL Version /usr/local/mysql/include is >= 4.0.0"... yes checking for MySQL-CC support... checking for perl support... no checking for qtc library... no checking for QT 3.x includes... (cached) /usr/lib/qt3//include checking for moc... /usr/lib/qt3//include/../bin/moc configure: creating ./config.status config.status: creating Makefile.global config.status: creating Makefile config.status: creating src/defines.h config.status: creating erp/src/defines.h config.status: creating install_dir/used_packages.info [root@localhost HBasic-0.9.9n]# make make -C src make[1]: Entering directory `/home/graciela/hbasicdir/HBasic-0.9.9n/src' gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -I/usr/loca l/mysql/include -I../mysqlcc/include -I../mysqlcc/shared/include -o main.o main .cpp main.cpp: In function `int main(int, char**)': main.cpp:714: warning: `__comp_ctor' is deprecated (declared at /usr/include/kap plication.h:172) gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o mainwind ow.o mainwindow.cpp In file included from ../erp/src/erp_mainwindow.h:14, from mainwindow.cpp:96: ../erp/src/defines.h:32:1: warning: "KDE_INCDIR" redefined In file included from mainwindow.cpp:65: defines.h:121:1: warning: this is the location of the previous definition /usr/lib/qt3//include/../bin/moc -o mainwindow.moc.cpp mainwindow.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o mainwind ow.moc.o mainwindow.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o memory.o memory.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o message_ list.o message_list.cpp /usr/lib/qt3//include/../bin/moc -o message_list.moc.cpp message_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o message_ list.moc.o message_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ list.o package_list.cpp /usr/lib/qt3//include/../bin/moc -o package_list.moc.cpp package_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ list.moc.o package_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ manager.o package_manager.cpp /usr/lib/qt3//include/../bin/moc -o package_manager.moc.cpp package_manager.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ manager.moc.o package_manager.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o pixmaps. o pixmaps.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o pixmapch ooser.o pixmapchooser.cpp /usr/lib/qt3//include/../bin/moc -o pixmapchooser.moc.cpp pixmapchooser.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o pixmapch ooser.moc.o pixmapchooser.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project. o project.cpp /usr/lib/qt3//include/../bin/moc -o project.moc.cpp project.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project. moc.o project.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree.o project_tree.cpp /usr/lib/qt3//include/../bin/moc -o project_tree.moc.cpp project_tree.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree.moc.o project_tree.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree_entry.o project_tree_entry.cpp /usr/lib/qt3//include/../bin/moc -o project_tree_entry.moc.cpp project_tree_entr y.h project_tree_entry.h:0: Warning: No relevant classes found. No output generated. gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree_entry.moc.o project_tree_entry.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o property editor.o propertyeditor.cpp /usr/lib/qt3//include/../bin/moc -o propertyeditor.moc.cpp propertyeditor.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o property editor.moc.o propertyeditor.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o qtc_supp ort.o qtc_support.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o report_d ocument.o report_document.cpp /usr/lib/qt3//include/../bin/moc -o report_document.moc.cpp report_document.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o report_d ocument.moc.o report_document.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o select_w indow.o select_window.cpp /usr/lib/qt3//include/../bin/moc -o select_window.moc.cpp select_window.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o select_w indow.moc.o select_window.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o sizehand le.o sizehandle.cpp /usr/lib/qt3//include/../bin/moc -o sizehandle.moc.cpp sizehandle.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o sizehand le.moc.o sizehandle.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o xlist_vi ew_item.o xlist_view_item.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o macro_li st.o macro_list.cpp /usr/lib/qt3//include/../bin/moc -o macro_list.moc.cpp macro_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o macro_li st.moc.o macro_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o window_l ist.o window_list.cpp /usr/lib/qt3//include/../bin/moc -o window_list.moc.cpp window_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o window_l ist.moc.o window_list.moc.cpp ar -rc libhbasic.a basic_document.o basic_document.moc.o hbdatabase.o hbdatabase .moc.o debug_widget1.o debug_widget1.moc.o debug_widget2.o debug_widget2.moc.o f ormdesigner.o formdesigner.moc.o global_commands.o global_vars.o hbformwindow.o hbformwindow.moc.o macro_recorder.o main.o mainwindow.o mainwindow.moc.o memory. o message_list.o message_list.moc.o package_list.o package_list.moc.o package_ma nager.o package_manager.moc.o pixmaps.o pixmapchooser.o pixmapchooser.moc.o proj ect.o project.moc.o project_tree.o project_tree.moc.o project_tree_entry.o proje ct_tree_entry.moc.o propertyeditor.o propertyeditor.moc.o qtc_support.o report_d ocument.o report_document.moc.o select_window.o select_window.moc.o sizehandle.o sizehandle.moc.o xlist_view_item.o macro_list.o macro_list.moc.o window_list.o window_list.moc.o rm project_tree_entry.moc.cpp mainwindow.moc.cpp select_window.moc.cpp propertye ditor.moc.cpp package_manager.moc.cpp window_list.moc.cpp sizehandle.moc.cpp rep ort_document.moc.cpp message_list.moc.cpp macro_list.moc.cpp pixmapchooser.moc.c pp project.moc.cpp package_list.moc.cpp make[1]: Leaving directory `/home/graciela/hbasicdir/HBasic-0.9.9n/src' make -C dialogs make[1]: Entering directory `/home/graciela/hbasicdir/HBasic-0.9.9n/dialogs' gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o action_select.o action_sel ect.cpp /usr/lib/qt3//include/../bin/moc -o action_select.moc.cpp action_select.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o action_select.moc.o action _select.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o icon_manager.o icon_manage r.cpp /usr/lib/qt3//include/../bin/moc -o icon_manager.moc.cpp icon_manager.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o icon_manager.moc.o icon_ma nager.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o select_kpart.o select_kpar t.cpp /usr/lib/qt3//include/../bin/moc -o select_kpart.moc.cpp select_kpart.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o select_kpart.moc.o select_ kpart.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_program_output.o dlg_p rogram_output.cpp /usr/lib/qt3//include/../bin/moc -o dlg_program_output.moc.cpp dlg_program_outpu t.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_program_output.moc.o d lg_program_output.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_options.o dlg_options. cpp /usr/lib/qt3//include/../bin/moc -o dlg_options.moc.cpp dlg_options.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_options.moc.o dlg_opti ons.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_error_msg.o dlg_error_ msg.cpp /usr/lib/qt3//include/../bin/moc -o dlg_error_msg.moc.cpp dlg_error_msg.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_error_msg.moc.o dlg_er ror_msg.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_rpm_info.o dlg_rpm_inf o.cpp /usr/lib/qt3//include/../bin/moc -o dlg_rpm_info.moc.cpp dlg_rpm_info.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_rpm_info.moc.o dlg_rpm _info.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_event_list.o dlg_event _list.cpp /usr/lib/qt3//include/../bin/moc -o dlg_event_list.moc.cpp dlg_event_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_event_list.moc.o dlg_e vent_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_value_edit.o dlg_value _edit.cpp /usr/lib/qt3//include/../bin/moc -o dlg_value_edit.moc.cpp dlg_value_edit.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_value_edit.moc.o dlg_v alue_edit.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_new_struct.o dlg_new_s truct.cpp /usr/lib/qt3//include/../bin/moc -o dlg_new_struct.moc.cpp dlg_new_struct.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_new_struct.moc.o dlg_n ew_struct.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_type.o dlg_pro ject_type.cpp /usr/lib/qt3//include/../bin/moc -o dlg_project_type.moc.cpp dlg_project_type.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_type.moc.o dlg _project_type.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_options.o dlg_ project_options.cpp /usr/lib/qt3//include/../bin/moc -o dlg_project_options.moc.cpp dlg_project_opti ons.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_options.moc.o |
From: John S. <js...@am...> - 2004-08-21 20:30:56
|
I am attempting to download hbasic from sourceforge.net. When I go to th= e=20 download page, it shows 3 packages (install inst. say dnld all), I click = on=20 download for the binary. I then get a page that suggests that I read any= =20 last minute info before downloading. I do. There is no further step to=20 continue the download process, so I go back to the previous page (the one= =20 with the 'download' links. I re-click (click again) on 'download' think= ing=20 it might know that I read the info, so it would send me in a different=20 direction. Not the case. When I clicked on the "Bug" graphic, it showe= d a=20 graph of lookiie-loos vs. downloaders. Quit a difference. This may be d= ue=20 to the same problem that I am having. Also, in the inst, it might be nice to tell the user how to determine if = the=20 requred files exist. tia, =20 John Sowden American Sentry Systems. Inc. 1221 Andersen Drive San Rafael, CA 94901 U.L. Listed Central Station Alarm Service Serving the San Francisco Bay Area Since 1967 ma...@am... http://www.americansentry.net |
From: Pedro C. C. <cac...@ho...> - 2004-08-05 20:14:41
|
Se=F1ores de HBasic siendo un estudiante de programacion migrando a tal tecnologias de = lenguajes de programacion, ya que los productos de linux ya estan = entrando con su mayor demanda en el mercado de la informatica, y para = paso a esta a este software "HBasis" es de mi interes en migrar a ello = por lo tanto nesecito mayor informacion y para inpesar tal software = "HBasis" un instalador para windows por favor enviarme un sitio web = para poder descargar . Esperando de su gentil respuesta=20 atentamente Pedro Cachura Cuti Nota: mis correos para cualquier informacion -ca...@ho... -pc...@ul... -pc...@am... |
From: Sanyaade A. <san...@ho...> - 2004-08-02 08:21:48
|
Hi, I have been trying to get Hbasic to compile on Fedora Core 2 and Mandrake 10 without any success. I got the following messages: src/libhbasic.a(mainwindow.o)(.text+0x2831): In function `CMainWindow::slotRunInterpreter()': /home/sanyaade/HBasic/hbasic/src/mainwindow.cpp:977: undefined reference to `start_perl_script()' runtime_lib/interpreter/libinterpreter.a(exec_main.o)(.text+0x132): In function `init_run()': /home/sanyaade/HBasic/hbasic/runtime_lib/interpreter/exec_main.cpp:134: undefined reference to `init_perl_interpreter()' runtime_lib/interpreter/libinterpreter.a(exec_main.o)(.text+0x108d): In function `init_opcode_fkt()': /home/sanyaade/HBasic/hbasic/runtime_lib/interpreter/exec_main.cpp:1167: undefined reference to `rt_call_perl_fcn()' collect2: ld returned 1 exit status make: *** [all] Error 1 [root@LINUXPC1 hbasic]# These seems like perl, runtime problems. If I configure without including --with-perl-support, I will get a different error messages. Is this has to with Linux type? Which Linux platform do you use for your HBasic build? Please help me! Thanks and God blesses!!! Best regards, Sanyaade _________________________________________________________________ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger |
From: Sanyaade A. <san...@ho...> - 2004-08-02 08:19:20
|
Hi, I have been trying to get Hbasic to compile on Fedora Core 2 and Mandrake 10 without any success. I got the following messages: src/libhbasic.a(mainwindow.o)(.text+0x2831): In function `CMainWindow::slotRunInterpreter()': /home/sanyaade/HBasic/hbasic/src/mainwindow.cpp:977: undefined reference to `start_perl_script()' runtime_lib/interpreter/libinterpreter.a(exec_main.o)(.text+0x132): In function `init_run()': /home/sanyaade/HBasic/hbasic/runtime_lib/interpreter/exec_main.cpp:134: undefined reference to `init_perl_interpreter()' runtime_lib/interpreter/libinterpreter.a(exec_main.o)(.text+0x108d): In function `init_opcode_fkt()': /home/sanyaade/HBasic/hbasic/runtime_lib/interpreter/exec_main.cpp:1167: undefined reference to `rt_call_perl_fcn()' collect2: ld returned 1 exit status make: *** [all] Error 1 [root@LINUXPC1 hbasic]# These seems like perl, runtime problems. If I configure without including --with-perl-support, I will get a different error messages. Is this has to with Linux type? Which Linux platform do you use for your HBasic build? Please help me! Thanks and God blesses!!! Best regards, Sanyaade _________________________________________________________________ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger |
From: Pedro C. C. <cac...@ho...> - 2004-08-01 16:59:36
|
Se=F1ores de HBasic siendo un estudiante de programacion migrando a tal tecnologias de = lenguajes de programacion, ya que los productos de linux ya estan = entrando con su mayor demanda en el mercado de la informatica, y para = paso a esta a este software "HBasis" es de mi interes en migrar a ello = por lo tanto nesecito mayor informacion y para inpesar tal software = "HBasis" un instalador para windows por favor enviarme un sitio web = para poder descargar . Esperando de su gentil respuesta=20 atentamente Pedro Cachura Cuti Nota: mis correos para cualquier informacion -ca...@ho... -pc...@ul... -pc...@am... |
From: Guilherme G. <gg...@bo...> - 2004-07-31 19:08:36
|
Hello, I'd like to report a problem I got on Hbasic. I've installed ok, but when I run it, I get the following message: Error loading mysql SO lib! Message: libmysqlclient.so: cannot open shared object file: File or directory not found. And, of course, I cannot connect to mysql server. Point is: libmysql.so.12 IS in my /usr/lib directory, so I'm assuming it is looking for in another directory. Where can I change the directory hbasic looks for it? And congratulations for the program. Regards, Guilherme Groke - Brazil =0A =0A_________________________________________= _________________________________=0AAcabe com aquelas janelinhas que pula= m na sua tela.=0AAntiPop-up UOL - =C9 gr=E1tis!=0Ahttp://antipopup.uol.co= m.br/=0A |