From gambas at ...1... Thu Jan 2 01:38:27 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 2 Jan 2003 01:38:27 +0100 Subject: [Gambas-user] Happy new year ! Message-ID: <200301020138.27563.gambas@...1...> I wish everybody an happy new year ! By the way, gambas 0.41 is out. As for gambas, my main wish for the new year is finding enough time to make the database component. I know people that are impatient :-) My plan is the following : 1) Create an example component, with every useful explanation in comments. 2) Create a developer mailing-list. 3) Making the component with the two or three people I have contact with and who know C/C++ a bit. I hope it will become real... In 2003, days have always 24 hours. -- Beno?t Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: Happy new year ! Type: image/gif Size: 11041 bytes Desc: not available URL: From gregg at ...50... Thu Jan 2 05:13:21 2003 From: gregg at ...50... (Gregg) Date: Wed, 1 Jan 2003 22:13:21 -0600 (CST) Subject: [Gambas-user] Gambas, mandrake 9, and QT 3.0.6, seg fault Message-ID: <43974.66.80.137.98.1041480801.squirrel@...50...> After downloading and untaring, I ran ./configure and make. Then make install, and tried to run gambas. Segmentation Fault (core dumped), is all I get. Mandrake 9, QT 3.0.6-1mdk (this is qt-mt, as is standard with mandrake 9), KDE 3.0.3. Gregg From gambas at ...1... Thu Jan 2 15:26:39 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 2 Jan 2003 15:26:39 +0100 Subject: [Gambas-user] Bug in gambas-0.41 Message-ID: <200301021526.40098.gambas@...1...> There is a bug in the 0.41 IDE: Double-clicking on a control or using the "Event" menu in a form crashes the IDE. If cannot wait for the next version, you can do the following: - Open ./gambas/app/gambas project in the IDE - Open FExplorer.class - Search for a "GetType" private function in comments. - Remove the comments - Recompile - Make an archive - Puts the archive named "gambas" in /opt/gambas/bin (if you have installed gambas in /opt/gambas of course) Sorry for that ! I did the package at 1:00 AM... -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Thu Jan 2 15:31:22 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 2 Jan 2003 15:31:22 +0100 Subject: [Gambas-user] Gambas, mandrake 9, and QT 3.0.6, seg fault In-Reply-To: <43974.66.80.137.98.1041480801.squirrel@...50...> References: <43974.66.80.137.98.1041480801.squirrel@...50...> Message-ID: <200301021531.22394.gambas@...1...> Le Jeudi 2 Janvier 2003 05:13, Gregg a ?crit : > After downloading and untaring, I ran ./configure and make. Then make > install, and tried to run gambas. > > Segmentation Fault (core dumped), is all I get. > > Mandrake 9, QT 3.0.6-1mdk (this is qt-mt, as is standard with mandrake 9), > KDE 3.0.3. > > Gregg > Alas I have not enough information to help you ! Is is the last version (gambas-0.41) ? Not that the standard QT lib with Mandrake 9 is QT 3.0.5, not QT 3.0.6. Could you trace gambas this way : $ cd << The directory of the gambas source >> $ cd app/gambas $ gdb gbx ... (gdb) run ... Segfault ! (gdb) bt ... And send me the result of the gdb 'bt' command ? Thanks beforehand, Regards, -- Beno?t Minisini mailto:gambas at ...1... From gregg at ...50... Thu Jan 2 20:02:44 2003 From: gregg at ...50... (Gregg) Date: Thu, 2 Jan 2003 13:02:44 -0600 (CST) Subject: [Gambas-user] Gambas, mandrake 9, and QT 3.0.6, seg fault In-Reply-To: <200301021531.22394.gambas@...1...> References: <43974.66.80.137.98.1041480801.squirrel@...50...> <200301021531.22394.gambas@...1...> Message-ID: <53947.66.80.137.98.1041534164.squirrel@...50...> I was refering to the fact that qt-mt is the standard with mandrake 9, not that the version i was running was. I upgraded my 3.0.5 to 3.0.6-1 from the cooker rpm about a week ago. This is 0.41. And here are the results of the gdb work: This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run Starting program: /opt/gambas/bin/gbx Program received signal SIGSEGV, Segmentation fault. 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 (gdb) bt #0 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 #1 0x40a2ac0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 0x403a18d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long) () from /usr/lib/qt3/lib/libqt-mt.so.3 #3 0x403a273e in qt_init(int*, char**, QApplication::Type) () from /usr/lib/qt3/lib/libqt-mt.so.3 #4 0x4040bd3b in QApplication::QApplication(int&, char**) () from /usr/lib/qt3/lib/libqt-mt.so.3 #5 0x401ca82c in my_main (argc=0xbffff8f0, argv=0xbffff944) at main.cpp:191 #6 0x08066c1c in main (argc=1, argv=0xbffff944) at gbx.c:235 #7 0x40065082 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) Hope you can figure it out, cant wait to start playing with it. Gregg > Le Jeudi 2 Janvier 2003 05:13, Gregg a ?crit : >> After downloading and untaring, I ran ./configure and make. Then make >> install, and tried to run gambas. >> >> Segmentation Fault (core dumped), is all I get. >> >> Mandrake 9, QT 3.0.6-1mdk (this is qt-mt, as is standard with mandrake >> 9), KDE 3.0.3. >> >> Gregg >> > > Alas I have not enough information to help you ! > Is is the last version (gambas-0.41) ? > > Not that the standard QT lib with Mandrake 9 is QT 3.0.5, not QT 3.0.6. > > Could you trace gambas this way : > > $ cd << The directory of the gambas source >> > $ cd app/gambas > $ gdb gbx > ... > (gdb) run > ... > Segfault ! > (gdb) bt > ... > > And send me the result of the gdb 'bt' command ? > > Thanks beforehand, > > Regards, > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Fri Jan 3 00:56:23 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 3 Jan 2003 00:56:23 +0100 Subject: [Gambas-user] Gambas, mandrake 9, and QT 3.0.6, seg fault In-Reply-To: <53947.66.80.137.98.1041534164.squirrel@...50...> References: <43974.66.80.137.98.1041480801.squirrel@...50...> <200301021531.22394.gambas@...1...> <53947.66.80.137.98.1041534164.squirrel@...50...> Message-ID: <200301030056.23317.gambas@...1...> Le Jeudi 2 Janvier 2003 20:02, Gregg a ?crit : > I was refering to the fact that qt-mt is the standard with mandrake 9, not > that the version i was running was. I upgraded my 3.0.5 to 3.0.6-1 from > the cooker rpm about a week ago. > > This is 0.41. > > And here are the results of the gdb work: > > This GDB was configured as "i586-mandrake-linux-gnu"... > (gdb) run > Starting program: /opt/gambas/bin/gbx > > Program received signal SIGSEGV, Segmentation fault. > 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > (gdb) bt > #0 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > #1 0x40a2ac0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 > #2 0x403a18d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned > long, unsigned long) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #3 0x403a273e in qt_init(int*, char**, QApplication::Type) () from > /usr/lib/qt3/lib/libqt-mt.so.3 > #4 0x4040bd3b in QApplication::QApplication(int&, char**) () from > /usr/lib/qt3/lib/libqt-mt.so.3 > #5 0x401ca82c in my_main (argc=0xbffff8f0, argv=0xbffff944) at > main.cpp:191 #6 0x08066c1c in main (argc=1, argv=0xbffff944) at gbx.c:235 > #7 0x40065082 in __libc_start_main () from /lib/i686/libc.so.6 > (gdb) > > > Hope you can figure it out, cant wait to start playing with it. > > Gregg > What happens if you lauch gambas this way ? $ gambas -- -display :0 -- Beno?t Minisini mailto:gambas at ...1... From jean-marc.varvenne at ...27... Fri Jan 3 02:18:01 2003 From: jean-marc.varvenne at ...27... (Jean-Marc Varvenne) Date: Fri, 03 Jan 2003 02:18:01 +0100 Subject: [Gambas-user] Test on Woody 3.0 - KDE3 libs conflict with QT3 libs Message-ID: <3E14E4C9.1080809@...27...> Happy New Year to everybody ! Hello Beno?t, bad news about the 0.40 and 0.41 versions. On a pure Woody 3.0 system, it seems to be impossible to have QT3 libs and KDE3 libs in the same time. When I'm trying to install the KDE3 libs, apt-get removes the QT3 libs: > LocalMachine:~# apt-get install kdelibs-dev > Reading Package Lists... > Building Dependency Tree... > The following extra packages will be installed: > libkmid-dev libpng2-dev libqt-dev uic > The following packages will be REMOVED: > libpng-dev libqt3-dev libqt3-mt-dev qt3-tools > The following NEW packages will be installed: > kdelibs-dev libkmid-dev libpng2-dev libqt-dev uic > 0 packages upgraded, 5 newly installed, 4 to remove and 23 not upgraded. > Need to get 0B/4633kB of archives. After unpacking 7209kB will be used. > Do you want to continue? [Y/n] Abort. Searching the Debian site for some help, I found this article: > http://www.davidpashley.com/debian-kde/faq.html#id2785940 -- extract 1.2 Where is KDE3 for Woody/Stable? KDE3 will never become part of the Woody distribution itself. This is because Woody is stable, and only security updates are allowed into the stable distribution. However, you can get KDE 3.0.4 packages for woody using the source.list line below. No guarantees are made about these packages, though, and you're probably better off just upgrading to Sarge or Sid. deb http://download.[country code].kde.org/pub/kde/stable/latest/Debian/woody ./ -- end extract I'm looking for a solution....... Regards, Jean-Marc From gregg at ...50... Fri Jan 3 04:27:20 2003 From: gregg at ...50... (Gregg) Date: Thu, 2 Jan 2003 21:27:20 -0600 (CST) Subject: [Gambas-user] Gambas, mandrake 9, and QT 3.0.6, seg fault In-Reply-To: <200301030056.23317.gambas@...1...> References: <43974.66.80.137.98.1041480801.squirrel@...50...> <200301021531.22394.gambas@...1...> <53947.66.80.137.98.1041534164.squirrel@...50...> <200301030056.23317.gambas@...1...> Message-ID: <55513.66.80.137.98.1041564440.squirrel@...50...> Same thing: [root at ...51... root]# gambas -- -display :0 Segmentation fault (core dumped) [root at ...51... root]# Gregg > Le Jeudi 2 Janvier 2003 20:02, Gregg a ?crit : >> I was refering to the fact that qt-mt is the standard with mandrake 9, >> not that the version i was running was. I upgraded my 3.0.5 to >> 3.0.6-1 from the cooker rpm about a week ago. >> >> This is 0.41. >> >> And here are the results of the gdb work: >> >> This GDB was configured as "i586-mandrake-linux-gnu"... >> (gdb) run >> Starting program: /opt/gambas/bin/gbx >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> (gdb) bt >> #0 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> #1 0x40a2ac0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 >> 0x403a18d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned >> long, unsigned long) () >> from /usr/lib/qt3/lib/libqt-mt.so.3 >> #3 0x403a273e in qt_init(int*, char**, QApplication::Type) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> #4 0x4040bd3b in QApplication::QApplication(int&, char**) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> #5 0x401ca82c in my_main (argc=0xbffff8f0, argv=0xbffff944) at >> main.cpp:191 #6 0x08066c1c in main (argc=1, argv=0xbffff944) at >> gbx.c:235 #7 0x40065082 in __libc_start_main () from >> /lib/i686/libc.so.6 >> (gdb) >> >> >> Hope you can figure it out, cant wait to start playing with it. >> >> Gregg >> > > What happens if you lauch gambas this way ? > > $ gambas -- -display :0 > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Fri Jan 3 12:27:57 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 3 Jan 2003 12:27:57 +0100 Subject: [Gambas-user] Gambas, mandrake 9, and QT 3.0.6, seg fault In-Reply-To: <55513.66.80.137.98.1041564440.squirrel@...50...> References: <43974.66.80.137.98.1041480801.squirrel@...50...> <200301030056.23317.gambas@...1...> <55513.66.80.137.98.1041564440.squirrel@...50...> Message-ID: <200301031227.57578.gambas@...1...> Le Vendredi 3 Janvier 2003 04:27, Gregg a ?crit : > Same thing: > > [root at ...51... root]# gambas -- -display :0 > Segmentation fault (core dumped) > [root at ...51... root]# > > > Gregg > > > Le Jeudi 2 Janvier 2003 20:02, Gregg a ?crit : > >> I was refering to the fact that qt-mt is the standard with mandrake 9, > >> not that the version i was running was. I upgraded my 3.0.5 to > >> 3.0.6-1 from the cooker rpm about a week ago. > >> > >> This is 0.41. > >> > >> And here are the results of the gdb work: > >> > >> This GDB was configured as "i586-mandrake-linux-gnu"... > >> (gdb) run > >> Starting program: /opt/gambas/bin/gbx > >> > >> Program received signal SIGSEGV, Segmentation fault. > >> 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > >> (gdb) bt > >> #0 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > >> #1 0x40a2ac0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 > >> 0x403a18d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned > >> long, unsigned long) () > >> from /usr/lib/qt3/lib/libqt-mt.so.3 > >> #3 0x403a273e in qt_init(int*, char**, QApplication::Type) () from > >> /usr/lib/qt3/lib/libqt-mt.so.3 > >> #4 0x4040bd3b in QApplication::QApplication(int&, char**) () from > >> /usr/lib/qt3/lib/libqt-mt.so.3 > >> #5 0x401ca82c in my_main (argc=0xbffff8f0, argv=0xbffff944) at > >> main.cpp:191 #6 0x08066c1c in main (argc=1, argv=0xbffff944) at > >> gbx.c:235 #7 0x40065082 in __libc_start_main () from > >> /lib/i686/libc.so.6 > >> (gdb) > >> @#*#$ ! How can my program crash into the Xlib ? I looked into the X11 source code, and _XRead is just the Xlib function that reads on the X11 socket... When you got the qt-3.0.6 rpm from Cooker, did you take the development packages, or did ou keep the qt-3.0.5 one ? Have you something special on your X11 configuration ? -- Beno?t Minisini mailto:gambas at ...1... From heinpol at ...5... Fri Jan 3 15:41:21 2003 From: heinpol at ...5... (NN) Date: Fri, 03 Jan 2003 15:41:21 +0100 Subject: [Gambas-user] Gambas-0.40.RPM SuSE8.x Message-ID: Hi All SuSE made a gambas-0.40.rpm http://www.suse.de/de/private/download/linuks/ i386/update_for_8_1/experimental.html It's published for 8.1 but I tried on 8.0 . result: References: Message-ID: <200301032112.01217.gambas@...1...> Le Vendredi 3 Janvier 2003 15:41, NN a ?crit : > Hi All > > SuSE made a gambas-0.40.rpm > http://www.suse.de/de/private/download/linuks/ > i386/update_for_8_1/experimental.html > > It's published for 8.1 but I tried on 8.0 . > > result: > error: failed dependencies: > libgcc_s.so.1 is needed by gambas-0.40-1 > libpng12.so.0 is needed by gambas-0.40-1 > libstdc++.so.5 is needed by gambas-0.40-1 > RESULT=1 > > Maybe this is a good hint to explain the > troubles we had in past with 8.0. > The original (Benoit's) gambas-0.40pre2 > compiled and run on 8.0 without any trouble > but using the -- -noxim option. > > regs juergen > Thanks for the news ! The dependencies are created when the rpm is build. So if SuSE creates a rpm of Gambas under a SuSE X.Y, he is going to have dependencies on the libraries of SuSE X.Y, even if Gambas does not require these specific librairies. This is why I do not like the rpm system, because you become tied to a distribution and, worse, to a specific version of a distribution. Gambas has the following dependencies : - a recent glibc (what does "recent" means, I don't know. I develop under a Mandrake 9.0, so if a older version of glibc is not compatible with the Mandrake 9.0 one, I can't know !) - libstdc++ (generally this library is tied to the compiler) - qt 3.0.x (this implies all the dependencies of qt 3.0.x, which can change between distributions) - KDE 3.0.x for the experimental KDE component (and I don't know what dependencies KDE has !) As the librairies and the distribution evolve continuously, the problem is not simple ! -- Beno?t Minisini mailto:gambas at ...1... From gregg at ...50... Fri Jan 3 22:09:42 2003 From: gregg at ...50... (Gregg) Date: Fri, 3 Jan 2003 15:09:42 -0600 (CST) Subject: [Gambas-user] Gambas, mandrake 9, and QT 3.0.6, seg fault In-Reply-To: <200301031227.57578.gambas@...1...> References: <43974.66.80.137.98.1041480801.squirrel@...50...> <200301030056.23317.gambas@...1...> <55513.66.80.137.98.1041564440.squirrel@...50...> <200301031227.57578.gambas@...1...> Message-ID: <57547.66.80.137.98.1041628182.squirrel@...50...> Ive got 3.0.6 and the 3.0.6 development files as well. Its all 3.0.6. Gregg > Le Vendredi 3 Janvier 2003 04:27, Gregg a ?crit : >> Same thing: >> >> [root at ...51... root]# gambas -- -display :0 >> Segmentation fault (core dumped) >> [root at ...51... root]# >> >> >> Gregg >> >> > Le Jeudi 2 Janvier 2003 20:02, Gregg a ?crit : >> >> I was refering to the fact that qt-mt is the standard with mandrake >> 9, not that the version i was running was. I upgraded my 3.0.5 to >> 3.0.6-1 from the cooker rpm about a week ago. >> >> >> >> This is 0.41. >> >> >> >> And here are the results of the gdb work: >> >> >> >> This GDB was configured as "i586-mandrake-linux-gnu"... >> >> (gdb) run >> >> Starting program: /opt/gambas/bin/gbx >> >> >> >> Program received signal SIGSEGV, Segmentation fault. >> >> 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> >> (gdb) bt >> >> #0 0x40a38ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> >> #1 0x40a2ac0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 >> #2 0x403a18d6 in qt_init_internal(int*, char**, _XDisplay*, >> unsigned long, unsigned long) () >> >> from /usr/lib/qt3/lib/libqt-mt.so.3 >> >> #3 0x403a273e in qt_init(int*, char**, QApplication::Type) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> >> #4 0x4040bd3b in QApplication::QApplication(int&, char**) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> >> #5 0x401ca82c in my_main (argc=0xbffff8f0, argv=0xbffff944) at >> main.cpp:191 #6 0x08066c1c in main (argc=1, argv=0xbffff944) at >> gbx.c:235 #7 0x40065082 in __libc_start_main () from >> >> /lib/i686/libc.so.6 >> >> (gdb) >> >> > > @#*#$ ! How can my program crash into the Xlib ? I looked into the X11 > source code, and _XRead is just the Xlib function that reads on the X11 > socket... > > When you got the qt-3.0.6 rpm from Cooker, did you take the development > packages, or did ou keep the qt-3.0.5 one ? > > Have you something special on your X11 configuration ? > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jochen.georges at ...22... Fri Jan 3 22:24:24 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 3 Jan 2003 22:24:24 +0100 Subject: [Gambas-user] overgive a value Nb.II In-Reply-To: <200212290830.38956@...24...> References: <200212290830.38956@...24...> Message-ID: <200301032218.30930@...24...> hello, after some gambasless days I will work on my problem again. there's a Form (Fmain) with two Buttons (btn_1 and btn_2). If one of the buttons is clicked, a new Form (Fsecond) opens. Fsecond shows only one Label, it should say something like this: " Button <1 or 2 > was clicked" how can I give a value to the other Form. thanks for any hint beste gruesse jochen From gambas at ...1... Sat Jan 4 00:58:07 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 4 Jan 2003 00:58:07 +0100 Subject: [Gambas-user] overgive a value Nb.II In-Reply-To: <200301032218.30930@...24...> References: <200212290830.38956@...24...> <200301032218.30930@...24...> Message-ID: <200301040058.07927.gambas@...1...> Le Vendredi 3 Janvier 2003 22:24, Jochen Georges a ?crit : > hello, > after some gambasless days I will work on my problem again. > > > there's a Form (Fmain) with two Buttons (btn_1 and btn_2). > If one of the buttons is clicked, a new Form (Fsecond) opens. > Fsecond shows only one Label, it should say something like this: > " Button <1 or 2 > was clicked" > > how can I give a value to the other Form. > > thanks for any hint > > beste gruesse > jochen > > Hi Jochen, If you display Form2 modal, you can use its contructor _new (welcome to the object-oriented programming). If you display Form2 modeless, you have to create a public method to update your label, and set the Persistent property. in Form1: PRIVATE hForm AS Form2 PUBLIC SUB Button1_Click() ShowForm2(1, TRUE) END PUBLIC SUB Button2_Click() ShowForm2(2, TRUE) END PRIVATE SUB ShowForm2(iVal AS Integer, bModal AS BOOLEAN) IF bModal THEN hForm = NEW Form2(iVal) hForm.ShowModal ELSE IF NOT hForm THEN hForm = NEW Form2 hForm.UpdateLabel(iVal) hForm.Show ENDIF END in Form2: PUBLIC SUB UpdateLabel(iVal AS Integer) Label1.Caption = CStr(iVal) END PUBLIC SUB _new(OPTIONAL iVal AS Integer) UpdateLabel(iVal) END Best regards, -- Beno?t Minisini mailto:gambas at ...1... From jochen.georges at ...22... Sat Jan 4 12:05:00 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Sat, 4 Jan 2003 12:05:00 +0100 Subject: [Gambas-user] overgive a value Nb.II In-Reply-To: <200301040058.07927.gambas@...1...> References: <200212290830.38956@...24...> <200301032218.30930@...24...> <200301040058.07927.gambas@...1...> Message-ID: <200301041152.36975@...24...> On Saturday 04 January 2003 00:58, Beno?t Minisini wrote: hi benoit thanks for the code. i learned a lot : - there's a keyword OPTIONAL and only one constructor is possible but one answer left: > If you display Form2 modal, you can use its contructor _new > (welcome to the object-oriented programming). If you display > Form2 modeless, you have to create a public method to update your > label, and set the Persistent property. i tried to ignore that and used the constructor for a nonmodal form, and it works! ------------------------------------------------------------------------------- 'Fmain.class PRIVATE hNew AS Fsecond STATIC PUBLIC SUB Main() DIM hForm AS Form hForm = NEW Fmain hForm.show END PUBLIC SUB Button1_Click() hNew = NEW Fsecond(1, " - with constructor" ) hNew.show END PUBLIC SUB Button2_Click() hNew = NEW Fsecond(1) hNew.show END PUBLIC SUB Button3_Click() hNew.UpdateLabel(2, " - with self defined method") hNew.show END ------------------------------------------------------------------------------- 'Fsecond.class PUBLIC SUB _new(OPTIONAL X AS Integer, OPTIONAL Y AS String) TextLabel1.Text=CStr(X) & Y END PUBLIC SUB UpdateLabel(X AS Integer, Y AS String) TextLabel1.Text=CStr(X) & Y END ------------------------------------------------------------------------------- From karl.reinl at ...9... Sat Jan 4 13:17:20 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 04 Jan 2003 13:17:20 +0100 Subject: [Gambas-user] a smal first step (part 2) Message-ID: <3E16D0D0.1010907@...9...> Salut, after a smal first step, I got next one. connectin is done, some Errors found and solved, so I created an Example. (Within an Problem ) See 'MySql/Example' See it and let me know, what you think about. Charlie Yesterday when I posted it. I've got the 1. attached mail. And this morning a new the . attached mail. I stripped off the hole 'samp_db.tar.gz' , but you can find it on MySql-Side. -------------- next part -------------- A non-text attachment was scrubbed... Name: ToMySql-0.02.zip Type: application/zip Size: 55609 bytes Desc: not available URL: -------------- next part -------------- An embedded message was scrubbed... From: gambas-user-admin at lists.sourceforge.net Subject: Your message to Gambas-user awaits moderator approval Date: Fri, 03 Jan 2003 13:52:02 -0800 Size: 1419 URL: -------------- next part -------------- An embedded message was scrubbed... From: gambas-user-admin at lists.sourceforge.net Subject: Request to mailing list Gambas-user rejected Date: Fri, 03 Jan 2003 15:50:46 -0800 Size: 1497 URL: From karl.reinl at ...9... Tue Jan 7 01:11:55 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 07 Jan 2003 01:11:55 +0100 Subject: [Gambas-user] Column View / CVTest Message-ID: <3E1A1B4B.8010307@...9...> Salut Benoit, I have a Stack Overflow in the Column View or a problem to use it correctly. I stript out the part which read out the Data and shows them in the Column View. The File has 41 rows + a header, when I stop (the field with the N?) at 34 all is right, but raise the N? to 35 and push the [Read CVTest.txt] Button, my Gambas (0.40 ditn't yet update) crashes . Is it a 0.40 problem, a problem of my System, do i use the Column View not in the right way or has the Column View this problem. To figure it out, I send you and to all you other guys my CVTest.zip . Please let me know about. amicalement Charlie PS:If somebody can't detache it from his bundled eM at ...54..., please let me know, I will send it direct. -------------- next part -------------- A non-text attachment was scrubbed... Name: CVTEst.zip Type: application/zip Size: 17263 bytes Desc: not available URL: From jochen.georges at ...22... Tue Jan 7 06:53:11 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Tue, 7 Jan 2003 06:53:11 +0100 Subject: [Gambas-user] a doku test Message-ID: <200301070646.50241@...24...> hello i started to write a doku, which is easy to understand for gambas beginners, like me;-) i put it online at the homepage of my school, but it's a test, this will not be its location for a long while. i would like to get some feedback and tipps. and maybe someone knows a location for it. http://www.ths-herten.de/TheEasyGambasDoku/index.html beste gruesse jochen p.s.: thanks to fabien and others who helped me. From heinpol at ...5... Tue Jan 7 09:47:44 2003 From: heinpol at ...5... (NN) Date: Tue, 07 Jan 2003 09:47:44 +0100 Subject: [Gambas-user] a doku test In-Reply-To: <200301070646.50241@...24...> Message-ID: Hallo Jochen Ich nehme mal an Du sprichst Deutsch ;) Deine Initiative finde ich toll. Benoit packt Dein Tutorial sicher auf die Download Seite. Was meinst Du, wuerde jemanden eine deutsche Version interessieren ? Wenn Du kannst solltest Du in einer Art Einleitung erlaeutern wie das Gambas -Konzept aussieht. Was macht der "Compiler" oder der "Archiver". Wie und Wo laeuft "gbx" und wie funktioniert der Start via "gambas" ? Sehr gut waere es auch wenn Du Charlie um einen Beitrag zu ToMySQL bitten wuerdest. Selbstverstaendlich kannst Du mit meinen Examples machen was Du willst. Ach ja, einen link fuer einen Komplettdownload waere toll . Kannst Du PDF's machen ? Gruss Juergen 03-01-07 06:53:11, Jochen Georges wrote: >hello >i started to write a doku, which is easy to understand for gambas >beginners, like me;-) > >i put it online at the homepage of my school, but it's a test, >this will not be its location for a long while. > >i would like to get some feedback and tipps. >and maybe someone knows a location for it. > >http://www.ths-herten.de/TheEasyGambasDoku/index.html > >beste gruesse >jochen > > >p.s.: thanks to fabien and others who helped me. > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >http://www.vasoftware.com >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > From heinpol at ...5... Tue Jan 7 09:53:01 2003 From: heinpol at ...5... (NN) Date: Tue, 07 Jan 2003 09:53:01 +0100 Subject: [Gambas-user] a doku test In-Reply-To: Message-ID: Sorry for the german text below. I thought I write directly to Jochen. juergen From nigel at ...38... Tue Jan 7 14:34:25 2003 From: nigel at ...38... (Nigel GERRARD) Date: Tue, 7 Jan 2003 13:34:25 -0000 Subject: [Gambas-user] Column View / CVTest References: <3E1A1B4B.8010307@...9...> Message-ID: <002801c2b651$c69ed760$020a0a0a@...55...> Charlie, I have just checked this out and true to your word it does not work on 0.40. However, it does seem okay on 0.41!! Nigel ----- Original Message ----- From: "Charlie" To: "gambas-user" Sent: Tuesday, January 07, 2003 12:11 AM Subject: [Gambas-user] Column View / CVTest Salut Benoit, I have a Stack Overflow in the Column View or a problem to use it correctly. I stript out the part which read out the Data and shows them in the Column View. The File has 41 rows + a header, when I stop (the field with the N?) at 34 all is right, but raise the N? to 35 and push the [Read CVTest.txt] Button, my Gambas (0.40 ditn't yet update) crashes . Is it a 0.40 problem, a problem of my System, do i use the Column View not in the right way or has the Column View this problem. To figure it out, I send you and to all you other guys my CVTest.zip . Please let me know about. amicalement Charlie PS:If somebody can't detache it from his bundled eM at ...54..., please let me know, I will send it direct. From jochen.georges at ...22... Tue Jan 7 18:52:37 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Tue, 7 Jan 2003 18:52:37 +0100 Subject: [Gambas-user] Re: gambas-Tutorial In-Reply-To: <3XRQA71D0GC1ZPNGD495088598FBWQ.3e1a9691@...30...> References: <3XRQA71D0GC1ZPNGD495088598FBWQ.3e1a9691@...30...> Message-ID: <200301071835.29471@...24...> On Tuesday 07 January 2003 09:57, NN wrote: hallo juergen > Hallo Jochen > > Ich nehme mal an Du sprichst Deutsch ;) > Deine Initiative finde ich toll. > > Benoit packt Dein Tutorial sicher auf die Download Seite. > Was meinst Du, wuerde jemanden eine deutsche Version > interessieren ? ganz bestimmt, aber vielleicht ist es erst mal besser die arbeit in die vergroe?erung der doku zu stecken. ich mein, wenn jemand lust hat, warum nicht? > Wenn Du kannst solltest Du in einer Art > Einleitung erlaeutern wie das Gambas -Konzept aussieht. Was macht > der "Compiler" oder der "Archiver". Wie und Wo laeuft "gbx" und > wie funktioniert der Start via "gambas" ? das faende ich auch sehr spannend, leider weis ich es selber nicht. ich bin ein newbie und nutze die doku um selbst gambas zu lernen. > Sehr gut waere es auch wenn Du Charlie um einen Beitrag zu > ToMySQL bitten wuerdest. ist gemerkt. > Selbstverstaendlich kannst Du mit meinen Examples machen was > Du willst. > Ach ja, einen link fuer einen Komplettdownload waere toll . > Kannst Du PDF's machen ? klar, das laesst sich machen, ich warte aber, bis ich einen "online-ort" gefunden habe. danke fuer dein feedback beste gruesse jochen From karl.reinl at ...9... Tue Jan 7 22:04:10 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 07 Jan 2003 22:04:10 +0100 Subject: [Gambas-user] Re: gambas-Tutorial References: <3XRQA71D0GC1ZPNGD495088598FBWQ.3e1a9691@...30...> <200301071835.29471@...24...> Message-ID: <3E1B40CA.8060800@...9...> Jochen Georges schrieb: >On Tuesday 07 January 2003 09:57, NN wrote: > >hallo juergen > > > >>Hallo Jochen >> >>Ich nehme mal an Du sprichst Deutsch ;) >>Deine Initiative finde ich toll. >> >>Benoit packt Dein Tutorial sicher auf die Download Seite. >>Was meinst Du, wuerde jemanden eine deutsche Version >>interessieren ? >> >> > >ganz bestimmt, aber vielleicht ist es erst mal besser die arbeit in >die vergroe?erung der doku zu stecken. >ich mein, wenn jemand lust hat, warum nicht? > > > >>Wenn Du kannst solltest Du in einer Art >>Einleitung erlaeutern wie das Gambas -Konzept aussieht. Was macht >>der "Compiler" oder der "Archiver". Wie und Wo laeuft "gbx" und >>wie funktioniert der Start via "gambas" ? >> >> > >das faende ich auch sehr spannend, leider weis ich es selber nicht. >ich bin ein newbie und nutze die doku um selbst gambas zu lernen. > Sorry to get into your discution. This afternoon I had a short look at http://www.ths-herten.de/TheEasyGambasDoku/index.html ,and I was pleased, some days ago I was fighting, yes fighting with the Column View to show these Data in a mySQL Table. Since Mai last year, where I started to install the first time a gambas version, I played with gambas, dropping componets to a form, deleteing them, write a 'Hello World' with output to all posibitllitees. Testing the things I found errors before and so on. Now I thougth its time to use it. I found that it was increased to called 'stable'. Berhabes not for a common use, but for peoples who workes and think with Computers. You can't allways blame your tools and waiting that your tool is as perfect, that is a daily pleasher to call it for a short use. So I started ToMySQL, because waiting for a easy interface to a Database, I wouldn't. I started it to learn, gambas and mySQL. That means I installed a mySQL and read the Help/man and all I found to the next problem who was to solve. A 'docu test' like yours J?rgen, is also a source of specifide informations (and with example Code) where newbes , and in this way we are all newbes, find a piece more, to make a step further. Thanks Charlie > > > >>Sehr gut waere es auch wenn Du Charlie um einen Beitrag zu >>ToMySQL bitten wuerdest. >> >> > >ist gemerkt. > > Actually, I have no plan to go on, all I want is to have access to an database. My choice is the (now) old Unix way (before Windows and even X was possible to use ). Where they chained Unix programms, because they have all a RETURN. Then you use the informations, which came back, and treat them to get more others or you show them. This I try to use with gambas, like interface, to have the ease of choice , the posibilliety to store variables easier, to give to the user the help of a (half) thinking maschine and to presend the results in a used form of today. But befor it will become something like the VB Recordset , what can be used in gambas , it will be more one of this tools DB-admin and programmers uses to access quick to a table , make some SMALL investigations , correcting a value here or there, deleting a recorde, creating a DB, a table, adding a field. And for all I want to learn more about gambas and the mySQL-Database engine. > > >>Selbstverstaendlich kannst Du mit meinen Examples machen was >>Du willst. >>Ach ja, einen link fuer einen Komplettdownload waere toll . >>Kannst Du PDF's machen ? >> >> > >klar, das laesst sich machen, ich warte aber, bis ich einen >"online-ort" gefunden habe. > >danke fuer dein feedback >beste gruesse >jochen > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.com >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From karl.reinl at ...9... Wed Jan 8 00:09:03 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 08 Jan 2003 00:09:03 +0100 Subject: [Gambas-user] How to get the actuelle System Language Message-ID: <3E1B5E0F.9020303@...9...> Salut, can enybody tell me how to get the Language which ist in set LANG to read it with gambas. amicalement Charlie From karl.reinl at ...9... Wed Jan 8 00:22:22 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 08 Jan 2003 00:22:22 +0100 Subject: [Gambas-user] gambas 0.41 Message-ID: <3E1B612E.8040601@...9...> Salut Benoit, for gambas 0.41. do I need reeley KDE 3.x the --without-kde-.... even --with-kde_... with ./configure produce an error on make amicalement Charlie From heinpol at ...5... Wed Jan 8 08:58:55 2003 From: heinpol at ...5... (NN) Date: Wed, 08 Jan 2003 08:58:55 +0100 Subject: [Gambas-user] Re: gambas-Tutorial In-Reply-To: <3E1B40CA.8060800@...9...> Message-ID: Hi Charlie >Sorry to get into your discution. This afternoon I had a short look at >http://www.ths-herten.de/TheEasyGambasDoku/index.html > >A 'docu test' like yours J?rgen, .... !!! It's not mine !!! All the honor belongs to Jochen ... is also a source of specifide >informations (and with example Code) where newbes >, and in this way we are all newbes, find a piece more, to make a step >further. What's about a little article on accessing MySQL via ToMySQL and Gambas for this Tutorial. lease :) Seems that nobody, including me excepting Benoit, excactly understand what's the concept of Gambas. regards Juergen From gambas at ...1... Wed Jan 8 18:49:33 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 8 Jan 2003 18:49:33 +0100 Subject: [Gambas-user] How to get the actuelle System Language In-Reply-To: <3E1B5E0F.9020303@...9...> References: <3E1B5E0F.9020303@...9...> Message-ID: <200301081849.33915.gambas@...1...> Le Mercredi 8 Janvier 2003 00:09, Charlie a ?crit : > Salut, > can enybody tell me how to get the Language which ist in set LANG to > read it with gambas. > > amicalement Charlie > > Application.Language ! -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 8 18:47:28 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 8 Jan 2003 18:47:28 +0100 Subject: [Gambas-user] Column View / CVTest In-Reply-To: <3E1A1B4B.8010307@...9...> References: <3E1A1B4B.8010307@...9...> Message-ID: <200301081847.28650.gambas@...1...> Le Mardi 7 Janvier 2003 01:11, Charlie a ?crit : > Salut Benoit, > > I have a Stack Overflow in the Column View or a problem to use it > correctly. I stript out the part which read out the Data and shows them in > the Column View. > The File has 41 rows + a header, when I stop (the field with the N?) at > 34 all is right, but raise the N? to 35 > and push the [Read CVTest.txt] Button, my Gambas (0.40 ditn't yet > update) crashes . > Is it a 0.40 problem, a problem of my System, do i use the Column View > not in the right way or has the > Column View this problem. > > To figure it out, I send you and to all you other guys my CVTest.zip . > Please let me know about. > > amicalement > Charlie > > PS:If somebody can't detache it from his bundled eM at ...54..., please let me > know, I will send it direct. It was an interpreter bug corrected in the 0.41 (see ChangeLog). -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 8 20:10:22 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 8 Jan 2003 20:10:22 +0100 Subject: [Gambas-user] Test on Woody 3.0 - KDE3 libs conflict with QT3 libs In-Reply-To: <3E14E4C9.1080809@...27...> References: <3E14E4C9.1080809@...27...> Message-ID: <200301082010.22235.gambas@...1...> Le Vendredi 3 Janvier 2003 02:18, Jean-Marc Varvenne a ?crit : > Happy New Year to everybody ! > > Hello Beno?t, > > bad news about the 0.40 and 0.41 versions. On a pure Woody 3.0 system, > it seems to be impossible to have QT3 libs and KDE3 libs in the same time. > > When I'm trying to install the KDE3 libs, apt-get removes the QT3 libs: > > LocalMachine:~# apt-get install kdelibs-dev > > Reading Package Lists... > > Building Dependency Tree... > > The following extra packages will be installed: > > libkmid-dev libpng2-dev libqt-dev uic > > The following packages will be REMOVED: > > libpng-dev libqt3-dev libqt3-mt-dev qt3-tools > > The following NEW packages will be installed: > > kdelibs-dev libkmid-dev libpng2-dev libqt-dev uic > > 0 packages upgraded, 5 newly installed, 4 to remove and 23 not upgraded. > > Need to get 0B/4633kB of archives. After unpacking 7209kB will be used. > > Do you want to continue? [Y/n] Abort. > > Searching the Debian site for some help, I found this article: > > http://www.davidpashley.com/debian-kde/faq.html#id2785940 > > -- extract > 1.2 Where is KDE3 for Woody/Stable? > > KDE3 will never become part of the Woody distribution itself. This is > because Woody is stable, and only security updates are allowed into the > stable distribution. However, you can get KDE 3.0.4 packages for woody > using the source.list line below. No guarantees are made about these > packages, though, and you're probably better off just upgrading to Sarge > or Sid. > > deb http://download.[country > code].kde.org/pub/kde/stable/latest/Debian/woody ./ > > -- end extract > > I'm looking for a solution....... > > Regards, > > Jean-Marc > > I'm going to add options to the configure script so that one can disable the compilation of the KDE component. I will do that in a next version as soon as possible, maybe this week-end. Regards, -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Wed Jan 8 20:54:05 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 08 Jan 2003 20:54:05 +0100 Subject: [Gambas-user] Documentation for gambas componets References: Message-ID: <3E1C81DD.40306@...9...> NN schrieb: >Hi Charlie > > > >>Sorry to get into your discution. This afternoon I had a short look at >>http://www.ths-herten.de/TheEasyGambasDoku/index.html >> >>A 'docu test' like yours J?rgen, .... >> Sorry Jochen, and thanks J?rgen. >> >> > >!!! It's not mine !!! All the honor belongs to Jochen > >... is also a source of specifide > > >>informations (and with example Code) where newbes >>, and in this way we are all newbes, find a piece more, to make a step >>further. >> >> > >What's about a little article on accessing MySQL via ToMySQL >and Gambas for this Tutorial. lease :) > OK! But help me what do you think, I should write about. > >Seems that nobody, including me excepting Benoit, excactly understand >what's the concept of Gambas. > I don'T know if it is a question of 'concept' , it's a question of documentation (sorry Benoit this is not against you, I know writing a software is only the 1/3 of the work ( but also the most important )) of how things (componets) work. And if I have understood one in my live, that is for the programmer all is CLEAR, 'ey look at the code and you will see !' ( that why my question above). Thats why I find Jochens way to get into and write down his kowlege and make it public as great. So let me start a discussion about Users-Self-Help. Use this mailing-list to get knowleg about gambas, ask Benoit if you have basic problems with the gambas-engine. But ask all, if you need knowleg about using it. Help Jochen to write the documentation and send him pages ready to link in. BUT! Aske Jochen first if he want to to the job. If YES, aske him how he would have these pages. If NO. ? Is anybody out there, who has time, web-space and all what you need else to do work like this . Are we able to manage this ??????? I aske you all, should we start this? Jochen I aske you now. Netxt does anybody know a place where Jochen can place his project ? regards Charlie > >regards Juergen > > > From karl.reinl at ...9... Thu Jan 9 00:09:57 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 09 Jan 2003 00:09:57 +0100 Subject: [Gambas-user] tomysql Message-ID: <3E1CAFC5.3040005@...9...> Salut, after a long and painfull creation of the web page %). I set TomySQL,for downloading in the web. The idea gave me Fabien and I remembered me that I have web-space.Not very big, but for 4 or 5 Versions that will be good. I didn't use hime since 4 years, but I started up to offer files for downloading. Look at: http://www.fen-net.de/Karl.Reinl/gambas/TomySQL.html Any critics is wellcome, but not to the designe off the page. amicalement Charlie From jochen.georges at ...22... Thu Jan 9 15:25:38 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Thu, 9 Jan 2003 15:25:38 +0100 Subject: [Gambas-user] Documentation for gambas componets In-Reply-To: <3E1C81DD.40306@...9...> References: <3E1C81DD.40306@...9...> Message-ID: <200301091509.55295@...24...> On Wednesday 08 January 2003 20:54, Charlie wrote: > NN schrieb: ........snip > So let me start a discussion about Users-Self-Help. Use this > mailing-list to get knowleg about gambas, ask Benoit if you have > basic problems with the gambas-engine. But ask all, if you need > knowleg about using it. > Help Jochen to write the documentation and send him pages ready > to link in. > > BUT! Aske Jochen first if he want to to the job. i'm just a hobby programmer, i can spend 2-4 hours per week for this. i like the idea of gambas because it's easy and free. (java is easy too, but it is not free, c/c++ - qt/gtk is not easy, believe me!) but i have so much newbie questions, so i decided to document my "process of learning". the target group is set to "newbie". > If YES, aske him how he would have these pages. the design of The-Easy-Gambas-Doku should be changed: -the chapters will be sorted by subject -a index will be added ..............snip > Jochen I aske you now. i'm in the race ;-) > Netxt does anybody know a place where Jochen can place his > project ? 1 -- an easy url like www.TheEasyGambasDoku.* would be great! 2 -- fabien invited me to use his side beste gruesse jochen From abidoo.too at ...11... Thu Jan 9 20:00:49 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Thu, 9 Jan 2003 20:00:49 +0100 Subject: [Gambas-user] Documentation for gambas componets In-Reply-To: <200301091509.55295@...24...> References: <3E1C81DD.40306@...9...> <200301091509.55295@...24...> Message-ID: <200301092000.49929.abidoo.too@...11...> Le Jeudi 9 Janvier 2003 15:25, Jochen Georges a ?crit : > On Wednesday 08 January 2003 20:54, Charlie wrote: > > NN schrieb: > > ........snip > > > So let me start a discussion about Users-Self-Help. Use this > > mailing-list to get knowleg about gambas, ask Benoit if you have > > basic problems with the gambas-engine. But ask all, if you need > > knowleg about using it. > > Help Jochen to write the documentation and send him pages ready > > to link in. > > > > BUT! Aske Jochen first if he want to to the job. > > i'm just a hobby programmer, i can spend 2-4 hours per week for > this. > i like the idea of gambas because it's easy and free. > (java is easy too, but it is not free, c/c++ - qt/gtk is not easy, > believe me!) > but i have so much newbie questions, so i decided to document my > "process of learning". > the target group is set to "newbie". > > > If YES, aske him how he would have these pages. > > the design of The-Easy-Gambas-Doku should be changed: > -the chapters will be sorted by subject > -a index will be added > > ..............snip > > > Jochen I aske you now. > > i'm in the race ;-) > > > Netxt does anybody know a place where Jochen can place his > > project ? > > 1 -- an easy url like www.TheEasyGambasDoku.* would be great! > 2 -- fabien invited me to use his side Yes Jochen but to have a www we must too paid no? And Gambas is a free software ... No... i Purpose you an url like http://perso.wanadoo.fr/gambas the first time. It's a first step we will see for better in the future... Another thing that I want to say... We are all newbies with gambas becaus it evoluate day after days. And now people start to chat about gambas in all the web... It's really good. Just type 'gambas linux' in google to see... It's really interesting :-) so.. Now we must to start a really site web to receive question (the Mail-list), to make tutorial (like jochen one) and to stock sample... It's that i like in VB, the many sample that i can found to learn...(some of them can be traduced in gambas, it's a good training) Fabien > > beste gruesse > jochen > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jochen.georges at ...22... Thu Jan 9 21:51:23 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Thu, 9 Jan 2003 21:51:23 +0100 Subject: [Gambas-user] Documentation for gambas componets In-Reply-To: <200301092000.49929.abidoo.too@...11...> References: <200301091509.55295@...24...> <200301092000.49929.abidoo.too@...11...> Message-ID: <200301092048.41392@...24...> On Thursday 09 January 2003 20:00, BODARD Fabien wrote: > Le Jeudi 9 Janvier 2003 15:25, Jochen Georges a ?crit : > > 1 -- an easy url like www.TheEasyGambasDoku.* would be great! > > 2 -- fabien invited me to use his side > > Yes Jochen but to have a www we must too paid no? And Gambas is > a free software ... No... i Purpose you an url like > http://perso.wanadoo.fr/gambas the first time. It's a first step > we will see for better in the future... sorry, i was not clear enough, i did not want to say, that you can get a url like www.TheEasyGambasDoku.* ..... what i wanted to say: fabien invited me to use his side "http://perso.wanadoo.fr/gambas", that is great and i will take this offer but is there anyone, who could get a better url ? beste gruesse jochen From karl.reinl at ...9... Thu Jan 9 22:01:01 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 09 Jan 2003 22:01:01 +0100 Subject: [Gambas-user] Documentation for gambas componets References: <3E1C81DD.40306@...9...> <200301091509.55295@...24...> Message-ID: <3E1DE30D.9040501@...9...> Jochen Georges schrieb: >On Wednesday 08 January 2003 20:54, Charlie wrote: > > >>NN schrieb: >> >> > >........snip > > > >>So let me start a discussion about Users-Self-Help. Use this >>mailing-list to get knowleg about gambas, ask Benoit if you have >>basic problems with the gambas-engine. But ask all, if you need >>knowleg about using it. >>Help Jochen to write the documentation and send him pages ready >>to link in. >> >>BUT! Aske Jochen first if he want to to the job. >> >> > >i'm just a hobby programmer, i can spend 2-4 hours per week for >this. >i like the idea of gambas because it's easy and free. >(java is easy too, but it is not free, c/c++ - qt/gtk is not easy, >believe me!) >but i have so much newbie questions, so i decided to document my >"process of learning". >the target group is set to "newbie". > are we not all newbie's ? I think we are ! > > > >>If YES, aske him how he would have these pages. >> >> > >the design of The-Easy-Gambas-Doku should be changed: >-the chapters will be sorted by subject >-a index will be added > > > Ok. But what I mean, is to make the work as easy as possible for you. To impose a minimum of thing a page has to have, the Style, the Font etc. >..............snip > > > >>Jochen I aske you now. >> >> > >i'm in the race ;-) > > Tank you ! > > >>Netxt does anybody know a place where Jochen can place his >>project ? >> >> > >1 -- an easy url like www.TheEasyGambasDoku.* would be great! >2 -- fabien invited me to use his side > > > It's real what Fabien wrote, a own Domain means to pay for , but perhaps Benoit knows the conditions to enter at sourceforge ? >beste gruesse >jochen > > > Thanks again Charlie From gambas at ...1... Thu Jan 9 22:26:37 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 9 Jan 2003 22:26:37 +0100 Subject: [Gambas-user] Documentation for gambas componets In-Reply-To: <3E1DE30D.9040501@...9...> References: <200301091509.55295@...24...> <3E1DE30D.9040501@...9...> Message-ID: <200301092226.37384.gambas@...1...> Le Jeudi 9 Janvier 2003 22:01, Charlie a ?crit : > Jochen Georges schrieb: > >On Wednesday 08 January 2003 20:54, Charlie wrote: > >>NN schrieb: > > > >........snip > > > >>So let me start a discussion about Users-Self-Help. Use this > >>mailing-list to get knowleg about gambas, ask Benoit if you have > >>basic problems with the gambas-engine. But ask all, if you need > >>knowleg about using it. > >>Help Jochen to write the documentation and send him pages ready > >>to link in. > >> > >>BUT! Aske Jochen first if he want to to the job. > > > >i'm just a hobby programmer, i can spend 2-4 hours per week for > >this. > >i like the idea of gambas because it's easy and free. > >(java is easy too, but it is not free, c/c++ - qt/gtk is not easy, > >believe me!) > >but i have so much newbie questions, so i decided to document my > >"process of learning". > >the target group is set to "newbie". > > are we not all newbie's ? I think we are ! > > >>If YES, aske him how he would have these pages. > > > >the design of The-Easy-Gambas-Doku should be changed: > >-the chapters will be sorted by subject > >-a index will be added > > Ok. But what I mean, is to make the work as easy as possible for you. > To impose a minimum of thing a page has to have, the Style, the Font etc. > > >..............snip > > > >>Jochen I aske you now. > > > >i'm in the race ;-) > > Tank you ! > > >>Netxt does anybody know a place where Jochen can place his > >>project ? > > > >1 -- an easy url like www.TheEasyGambasDoku.* would be great! > >2 -- fabien invited me to use his side > > It's real what Fabien wrote, a own Domain means to pay for , > but perhaps Benoit knows the conditions to enter at sourceforge ? > > >beste gruesse > >jochen > > Thanks again > Charlie > Sourceforge offers web space to those who make a free software project. But it is not automatic, they can refuse. When you are accepted, you cannot choose the URL, it is http://.sourceforge.net The simpler could be to put your work on the gambas web site. http://gambas.sourceforge.net/... Send it to me when it is completed (or almost ;-)), and I will put it on the site, with your names. No problem ! -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Thu Jan 9 22:36:09 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 9 Jan 2003 22:36:09 +0100 Subject: [Gambas-user] Documentation for gambas componets In-Reply-To: <200301092226.37384.gambas@...1...> References: <3E1DE30D.9040501@...9...> <200301092226.37384.gambas@...1...> Message-ID: <200301092236.09823.gambas@...1...> Le Jeudi 9 Janvier 2003 22:26, Beno?t Minisini a ?crit : > > Sourceforge offers web space to those who make a free software project. But > it is not automatic, they can refuse. > > When you are accepted, you cannot choose the URL, it is > http://.sourceforge.net > > The simpler could be to put your work on the gambas web site. > http://gambas.sourceforge.net/... > > Send it to me when it is completed (or almost ;-)), and I will put it on > the site, with your names. No problem ! I'm aswering myself :-). If you prefer, if it is more practical to you, I can just put links on the gambas web site to yours. It gives you access via a "gambas" URL, and you keep the control of your HTML pages ! -- Beno?t Minisini mailto:gambas at ...1... From jochen.georges at ...22... Fri Jan 10 09:09:59 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 10 Jan 2003 09:09:59 +0100 Subject: [Gambas-user] how to make a class of a class Message-ID: <200301100859.04671@...24...> hello how can i extend a class of a class in gambas? like this: public class Auto{ public String name; public String color; public int power; } class Cabrio extends Auto{ int age; } thanks for any hint! beste gruesse jochen From heinpol at ...5... Fri Jan 10 09:51:30 2003 From: heinpol at ...5... (NN) Date: Fri, 10 Jan 2003 09:51:30 +0100 Subject: [Gambas-user] Documentation for gambas componets In-Reply-To: <200301092236.09823.gambas@...1...> Message-ID: <537231ZYRPJDA5RLVSPKRP75OJ52FBLF.3e1e8992@...30...> >Le Jeudi 9 Janvier 2003 22:26, Beno?t Minisini a ?crit : >I'm aswering myself :-). It's strongly recommended to observe this phenomenon :) >If you prefer, if it is more practical to you, I can just put links on the >gambas web site to yours. It gives you access via a "gambas" URL, and you >keep the control of your HTML pages ! >-- >Beno?t Minisini Hi I think this is the best idea for now. But we all should have the possibility to add chapters or little tips and code snippet's. But to achieve a uniqe look (fonts,etc.) we should use an empty unique form. To start a discussion on a team-designed-unique-form (tduf.html) I'll start with the following preposition: 1. Chapter name 2. Type of chapter (Gambas<>Sytem, Gambas, Code-example, Bug-report, Edu, ...) 3. Intro text 4. Commented Code 5. Results 6. Questions derived from this topic 7. Links concerningthis topic 8. Author Hmm.., probably already too much but I can not disable or even hide my origin :) Regards juergen From heinpol at ...5... Fri Jan 10 09:59:47 2003 From: heinpol at ...5... (NN) Date: Fri, 10 Jan 2003 09:59:47 +0100 Subject: [Gambas-user] how to make a class of a class In-Reply-To: <200301100859.04671@...24...> Message-ID: Hi Jochen I have no answer as a quickshot :( , but if you'll receive a proper answer, put this topic to your doku. I'll need it soon I assume. regs juergen 03-01-10 09:09:59, Jochen Georges wrote: >hello > >how can i extend a class of a class in gambas? >like this: > >public class Auto{ > public String name; > public String color; > public int power; >} > > >class Cabrio extends Auto{ > int age; >} > > >thanks for any hint! > >beste gruesse >jochen > > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >http://www.vasoftware.com >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambas at ...1... Fri Jan 10 10:34:12 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 10 Jan 2003 10:34:12 +0100 Subject: [Gambas-user] how to make a class of a class In-Reply-To: References: Message-ID: <200301101034.12972.gambas@...1...> Le Vendredi 10 Janvier 2003 09:59, NN a ?crit : > Hi Jochen > > I have no answer as a quickshot :( , but if you'll > receive a proper answer, put this topic to your > doku. I'll need it soon I assume. > > regs juergen > > 03-01-10 09:09:59, Jochen Georges wrote: > >hello > > > >how can i extend a class of a class in gambas? > >like this: > > > >public class Auto{ > > public String name; > > public String color; > > public int power; > >} > > > > > >class Cabrio extends Auto{ > > int age; > >} > > > > > >thanks for any hint! > > > >beste gruesse > >jochen > > I'm going to tell you a secret, don't tell it ! You can extend a class in Gambas with single inheritance, like in Java ! But I didn't document it because I'm not sure there is no quirks with it :-( At the moment, this inheritance mechanism is used when you create a Form in the IDE. The generated class inherits the Form class of the gb.qt component. I'm not sure it is a good idea to make this feature public, as I can change it at any moment. I'd rather wait. If you insist, I will tell you :-) -- Beno?t Minisini mailto:gambas at ...1... From elentirmo at ...20... Fri Jan 10 15:33:11 2003 From: elentirmo at ...20... (Marco Bauer) Date: Fri, 10 Jan 2003 15:33:11 +0100 Subject: [Gambas-user] Compiling gambas 0.41 with SuSE 8.0 Message-ID: <200301101510.26173.elentirmo@...20...> Hello I tried to compile gambas 0.41 on my SuSE 8.0 with QT 3.0.4 but while there were no problems compiling gambas 0.40 with this configuration the compilation of gambas 0.41 aborted with an error. Can someone please help me? Gru? Marco marco at ...56...:~/Source/gambas-0.41> make make all-recursive make[1]: Wechsel in das Verzeichnis Verzeichnis ?/home/marco/Source/gambas-0.41? Making all in libltdl make[2]: Wechsel in das Verzeichnis Verzeichnis ?/home/marco/Source/gambas-0.41/libltdl? /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o .libs/ltdl.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1 mv -f .libs/ltdl.lo ltdl.lo /bin/sh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.* ar cru .libs/libltdlc.al ltdl.lo ranlib .libs/libltdlc.al creating libltdlc.la (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) make[2]: Verlassen des Verzeichnisses Verzeichnis ?/home/marco/Source/gambas-0.41/libltdl? Making all in src make[2]: Wechsel in das Verzeichnis Verzeichnis ?/home/marco/Source/gambas-0.41/src? Making all in share make[3]: Wechsel in das Verzeichnis Verzeichnis ?/home/marco/Source/gambas-0.41/src/share? make[3]: F?r das Target ?all? gibt es nichts zu tun. make[3]: Verlassen des Verzeichnisses Verzeichnis ?/home/marco/Source/gambas-0.41/src/share? Making all in comp make[3]: Wechsel in das Verzeichnis Verzeichnis ?/home/marco/Source/gambas-0.41/src/comp? gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c error.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c alloc.c In file included from /usr/include/malloc.h:44, from ../../src/share/alloc_t.h:31, from alloc.c:25: /usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h:337: warning: `offsetof' redefined ../../src/share/common.h:75: warning: this is the location of the previous definition gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c array.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c reserved.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c gbc.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c compile.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c table.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c type.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c read.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c dump.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c code.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trans.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c header.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trans_code.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trans_expr.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trans_tree.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trans_ctrl.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trans_subr.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c output.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c pcode.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c form.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c str.c /bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gbc error.o alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o mkdir .libs gcc -pipe -Wall -g -O0 -o gbc error.o alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c archive.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c gba.c /bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gba error.o alloc.o array.o table.o str.o file.o archive.o gba.o gcc -pipe -Wall -g -O0 -o gba error.o alloc.o array.o table.o str.o file.o archive.o gba.o gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c gbi.c /bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o ../../libltdl/libltdlc.la gcc -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o ../../libltdl/.libs/libltdlc.al -ldl make[3]: Verlassen des Verzeichnisses Verzeichnis ?/home/marco/Source/gambas-0.41/src/comp? Making all in exec make[3]: Wechsel in das Verzeichnis Verzeichnis ?/home/marco/Source/gambas-0.41/src/exec? /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c common.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c common.c -fPIC -DPIC -o common.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c error.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c error.c -fPIC -DPIC -o error.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c alloc.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c alloc.c -fPIC -DPIC -o alloc.lo In file included from /usr/include/malloc.h:44, from ../../src/share/alloc_t.h:31, from alloc.c:25: /usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h:337: warning: `offsetof' redefined ../../src/share/common.h:75: warning: this is the location of the previous definition /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c array.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c array.c -fPIC -DPIC -o array.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stack.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stack.c -fPIC -DPIC -o stack.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c buffer.c -fPIC -DPIC -o buffer.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c list.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c list.c -fPIC -DPIC -o list.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c hash.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c hash.c -fPIC -DPIC -o hash.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c table.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c table.c -fPIC -DPIC -o table.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c type.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c type.c -fPIC -DPIC -o type.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c value.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c value.c -fPIC -DPIC -o value.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec.c -fPIC -DPIC -o exec.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_loop.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_loop.c -fPIC -DPIC -o exec_loop.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_push.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_push.c -fPIC -DPIC -o exec_push.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_enum.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_enum.c -fPIC -DPIC -o exec_enum.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_pop.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_pop.c -fPIC -DPIC -o exec_pop.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c pcode.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c pcode.c -fPIC -DPIC -o pcode.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trace.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trace.c -fPIC -DPIC -o trace.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_init.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_init.c -fPIC -DPIC -o class_init.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class.c -fPIC -DPIC -o class.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_native.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_native.c -fPIC -DPIC -o class_native.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_load.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_load.c -fPIC -DPIC -o class_load.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c event.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c event.c -fPIC -DPIC -o event.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c file.c -fPIC -DPIC -o file.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream.c -fPIC -DPIC -o stream.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_direct.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_direct.c -fPIC -DPIC -o stream_direct.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_buffer.c -fPIC -DPIC -o stream_buffer.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_memory.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_memory.c -fPIC -DPIC -o stream_memory.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_arch.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_arch.c -fPIC -DPIC -o stream_arch.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c project.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c project.c -fPIC -DPIC -o project.lo /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c library.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c library.c -fPIC -DPIC -o library.lo library.c: In function `LIBRARY_init': library.c:122: parse error before `char' library.c:130: `c' undeclared (first use in this function) library.c:130: (Each undeclared identifier is reported only once library.c:130: for each function it appears in.) library.c:134: warning: `return' with a value, in function returning void library.c:116: warning: unused variable `load' library.c:115: warning: unused variable `stop' library.c:113: warning: unused variable `libdir' library.c:111: warning: unused variable `path' library.c: In function `_load_library': library.c:142: `p' undeclared (first use in this function) library.c:142: `dir' undeclared (first use in this function) library.c:148: `libdir' undeclared (first use in this function) library.c: At top level: library.c:153: parse error before `if' library.c:156: warning: type defaults to `int' in declaration of `path' library.c:156: warning: initialization makes integer from pointer without a cast library.c:156: initializer element is not constant library.c:156: warning: data definition has no type or storage class library.c:157: parse error before `if' library.c:160: warning: type defaults to `int' in declaration of `path' library.c:160: redefinition of `path' library.c:156: `path' previously defined here library.c:160: warning: passing arg 1 of `FILE_get_dir' makes pointer from integer without a cast library.c:160: warning: initialization makes integer from pointer without a cast library.c:160: initializer element is not constant library.c:160: warning: data definition has no type or storage class library.c:161: warning: type defaults to `int' in declaration of `strcpy' library.c:161: warning: parameter names (without types) in function declaration library.c:161: warning: data definition has no type or storage class library.c:163: parse error before `if' library.c:177: warning: type defaults to `int' in declaration of `path' library.c:177: redefinition of `path' library.c:160: `path' previously defined here library.c:177: `file' undeclared here (not in a function) library.c:177: warning: initialization makes integer from pointer without a cast library.c:177: initializer element is not constant library.c:177: warning: data definition has no type or storage class library.c:178: parse error before `if' library.c:181: warning: type defaults to `int' in declaration of `chdir' library.c:181: warning: parameter names (without types) in function declaration library.c:181: warning: data definition has no type or storage class library.c:183: warning: type defaults to `int' in declaration of `path' library.c:183: redefinition of `path' library.c:177: `path' previously defined here library.c:183: warning: initialization makes integer from pointer without a cast library.c:183: initializer element is not constant library.c:183: warning: data definition has no type or storage class library.c:184: parse error before `if' library.c:187: warning: type defaults to `int' in declaration of `strcpy' library.c:187: warning: parameter names (without types) in function declaration library.c:187: warning: data definition has no type or storage class library.c:188: parse error before `}' library.c:190: warning: type defaults to `int' in declaration of `file' library.c:190: `dir' undeclared here (not in a function) library.c:190: warning: initialization makes integer from pointer without a cast library.c:190: initializer element is not constant library.c:190: warning: data definition has no type or storage class library.c:191: parse error before `}' library.c:193: warning: type defaults to `int' in declaration of `fd' library.c:193: warning: passing arg 1 of `open' makes pointer from integer without a cast library.c:193: initializer element is not constant library.c:193: warning: data definition has no type or storage class library.c:194: parse error before `if' library.c:200: warning: type defaults to `int' in declaration of `stop' library.c:200: warning: data definition has no type or storage class library.c:201: warning: type defaults to `int' in declaration of `load' library.c:201: warning: data definition has no type or storage class library.c:203: warning: type defaults to `int' in declaration of `_read_line' library.c:203: warning: data definition has no type or storage class library.c:205: parse error before `if' library.c:211: warning: type defaults to `int' in declaration of `_load_library' library.c:211: conflicting types for `_load_library' library.c:141: previous declaration of `_load_library' library.c:211: warning: data definition has no type or storage class library.c:212: parse error before `}' library.c:229: warning: type defaults to `int' in declaration of `load' library.c:229: redefinition of `load' library.c:201: `load' previously defined here library.c:229: warning: data definition has no type or storage class library.c:230: parse error before `}' library.c:236: warning: type defaults to `int' in declaration of `stop' library.c:236: redefinition of `stop' library.c:200: `stop' previously defined here library.c:236: warning: data definition has no type or storage class library.c:237: warning: type defaults to `int' in declaration of `_load_library' library.c:237: warning: data definition has no type or storage class library.c:238: parse error before `}' library.c:241: warning: type defaults to `int' in declaration of `close' library.c:241: warning: parameter names (without types) in function declaration library.c:241: warning: data definition has no type or storage class library.c:243: parse error before `return' make[3]: *** [library.lo] Fehler 1 make[3]: Verlassen des Verzeichnisses Verzeichnis ?/home/marco/Source/gambas-0.41/src/exec? make[2]: *** [all-recursive] Fehler 1 make[2]: Verlassen des Verzeichnisses Verzeichnis ?/home/marco/Source/gambas-0.41/src? make[1]: *** [all-recursive] Fehler 1 make[1]: Verlassen des Verzeichnisses Verzeichnis ?/home/marco/Source/gambas-0.41? make: *** [all-recursive-am] Fehler 2 From heinpol at ...5... Fri Jan 10 15:47:59 2003 From: heinpol at ...5... (NN) Date: Fri, 10 Jan 2003 15:47:59 +0100 Subject: [Gambas-user] Compiling gambas 0.41 with SuSE 8.0 In-Reply-To: <200301101510.26173.elentirmo@...20...> Message-ID: Hi Marco I have identically the same problem excepting : I'm using QT 3.0.5 I already sent this to Benoit few days ago. regs juergen 03-01-10 15:33:11, Marco Bauer wrote: >Hello > >I tried to compile gambas 0.41 on my SuSE 8.0 with QT 3.0.4 but while there >were no problems compiling gambas 0.40 with this configuration the >compilation of gambas 0.41 aborted with an error. >Can someone please help me? > >Gru? >Marco > > >marco at ...56...:~/Source/gambas-0.41> make >make all-recursive >make[1]: Wechsel in das Verzeichnis Verzeichnis >?/home/marco/Source/gambas-0.41? >Making all in libltdl >make[2]: Wechsel in das Verzeichnis Verzeichnis >?/home/marco/Source/gambas-0.41/libltdl? >/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c >ltdl.c >mkdir .libs >gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o >.libs/ltdl.lo >gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1 >mv -f .libs/ltdl.lo ltdl.lo >/bin/sh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl >rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.* >ar cru .libs/libltdlc.al ltdl.lo >ranlib .libs/libltdlc.al >creating libltdlc.la >(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) >make[2]: Verlassen des Verzeichnisses Verzeichnis >?/home/marco/Source/gambas-0.41/libltdl? >Making all in src >make[2]: Wechsel in das Verzeichnis Verzeichnis >?/home/marco/Source/gambas-0.41/src? >Making all in share >make[3]: Wechsel in das Verzeichnis Verzeichnis >?/home/marco/Source/gambas-0.41/src/share? >make[3]: F?r das Target ?all? gibt es nichts zu tun. >make[3]: Verlassen des Verzeichnisses Verzeichnis >?/home/marco/Source/gambas-0.41/src/share? >Making all in comp >make[3]: Wechsel in das Verzeichnis Verzeichnis >?/home/marco/Source/gambas-0.41/src/comp? >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c error.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c alloc.c >In file included from /usr/include/malloc.h:44, > from ../../src/share/alloc_t.h:31, > from alloc.c:25: >/usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h:337: warning: >`offsetof' redefined >../../src/share/common.h:75: warning: this is the location of the previous >definition >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c array.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c reserved.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c gbc.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c compile.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c table.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c type.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c read.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c buffer.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c dump.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c class.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c code.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c trans.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c header.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c trans_code.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c trans_expr.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c trans_tree.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c trans_ctrl.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c trans_subr.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c output.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c pcode.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c file.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c form.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c str.c >/bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gbc error.o >alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o >dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o >trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o >mkdir .libs >gcc -pipe -Wall -g -O0 -o gbc error.o alloc.o array.o reserved.o gbc.o >compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o >header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o >output.o pcode.o file.o form.o str.o >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c archive.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c gba.c >/bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gba error.o >alloc.o array.o table.o str.o file.o archive.o gba.o >gcc -pipe -Wall -g -O0 -o gba error.o alloc.o array.o table.o str.o file.o >archive.o gba.o >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c gbi.c >/bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gbi error.o >alloc.o array.o str.o file.o gbi.o ../../libltdl/libltdlc.la >gcc -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o >../../libltdl/.libs/libltdlc.al -ldl >make[3]: Verlassen des Verzeichnisses Verzeichnis >?/home/marco/Source/gambas-0.41/src/comp? >Making all in exec >make[3]: Wechsel in das Verzeichnis Verzeichnis >?/home/marco/Source/gambas-0.41/src/exec? >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c common.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c common.c -fPIC -DPIC -o common.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c error.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c error.c -fPIC -DPIC -o error.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c alloc.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c alloc.c -fPIC -DPIC -o alloc.lo >In file included from /usr/include/malloc.h:44, > from ../../src/share/alloc_t.h:31, > from alloc.c:25: >/usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h:337: warning: >`offsetof' redefined >../../src/share/common.h:75: warning: this is the location of the previous >definition >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c array.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c array.c -fPIC -DPIC -o array.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stack.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c stack.c -fPIC -DPIC -o stack.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c buffer.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c buffer.c -fPIC -DPIC -o buffer.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c list.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c list.c -fPIC -DPIC -o list.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c hash.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c hash.c -fPIC -DPIC -o hash.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c table.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c table.c -fPIC -DPIC -o table.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c type.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c type.c -fPIC -DPIC -o type.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c value.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c value.c -fPIC -DPIC -o value.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c exec.c -fPIC -DPIC -o exec.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_loop.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c exec_loop.c -fPIC -DPIC -o exec_loop.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_push.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c exec_push.c -fPIC -DPIC -o exec_push.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_enum.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c exec_enum.c -fPIC -DPIC -o exec_enum.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_pop.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c exec_pop.c -fPIC -DPIC -o exec_pop.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c pcode.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c pcode.c -fPIC -DPIC -o pcode.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trace.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c trace.c -fPIC -DPIC -o trace.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_init.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c class_init.c -fPIC -DPIC -o class_init.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c class.c -fPIC -DPIC -o class.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_native.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c class_native.c -fPIC -DPIC -o class_native.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_load.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c class_load.c -fPIC -DPIC -o class_load.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c event.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c event.c -fPIC -DPIC -o event.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c file.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c file.c -fPIC -DPIC -o file.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c stream.c -fPIC -DPIC -o stream.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_direct.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c stream_direct.c -fPIC -DPIC -o stream_direct.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_buffer.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c stream_buffer.c -fPIC -DPIC -o stream_buffer.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_memory.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c stream_memory.c -fPIC -DPIC -o stream_memory.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_arch.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c stream_arch.c -fPIC -DPIC -o stream_arch.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c project.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c project.c -fPIC -DPIC -o project.lo >/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c library.c >gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >-Wall -g -O0 -c library.c -fPIC -DPIC -o library.lo >library.c: In function `LIBRARY_init': >library.c:122: parse error before `char' >library.c:130: `c' undeclared (first use in this function) >library.c:130: (Each undeclared identifier is reported only once >library.c:130: for each function it appears in.) >library.c:134: warning: `return' with a value, in function returning void >library.c:116: warning: unused variable `load' >library.c:115: warning: unused variable `stop' >library.c:113: warning: unused variable `libdir' >library.c:111: warning: unused variable `path' >library.c: In function `_load_library': >library.c:142: `p' undeclared (first use in this function) >library.c:142: `dir' undeclared (first use in this function) >library.c:148: `libdir' undeclared (first use in this function) >library.c: At top level: >library.c:153: parse error before `if' >library.c:156: warning: type defaults to `int' in declaration of `path' >library.c:156: warning: initialization makes integer from pointer without a >cast >library.c:156: initializer element is not constant >library.c:156: warning: data definition has no type or storage class >library.c:157: parse error before `if' >library.c:160: warning: type defaults to `int' in declaration of `path' >library.c:160: redefinition of `path' >library.c:156: `path' previously defined here >library.c:160: warning: passing arg 1 of `FILE_get_dir' makes pointer from >integer without a cast >library.c:160: warning: initialization makes integer from pointer without a >cast >library.c:160: initializer element is not constant >library.c:160: warning: data definition has no type or storage class >library.c:161: warning: type defaults to `int' in declaration of `strcpy' >library.c:161: warning: parameter names (without types) in function >declaration >library.c:161: warning: data definition has no type or storage class >library.c:163: parse error before `if' >library.c:177: warning: type defaults to `int' in declaration of `path' >library.c:177: redefinition of `path' >library.c:160: `path' previously defined here >library.c:177: `file' undeclared here (not in a function) >library.c:177: warning: initialization makes integer from pointer without a >cast >library.c:177: initializer element is not constant >library.c:177: warning: data definition has no type or storage class >library.c:178: parse error before `if' >library.c:181: warning: type defaults to `int' in declaration of `chdir' >library.c:181: warning: parameter names (without types) in function >declaration >library.c:181: warning: data definition has no type or storage class >library.c:183: warning: type defaults to `int' in declaration of `path' >library.c:183: redefinition of `path' >library.c:177: `path' previously defined here >library.c:183: warning: initialization makes integer from pointer without a >cast >library.c:183: initializer element is not constant >library.c:183: warning: data definition has no type or storage class >library.c:184: parse error before `if' >library.c:187: warning: type defaults to `int' in declaration of `strcpy' >library.c:187: warning: parameter names (without types) in function >declaration >library.c:187: warning: data definition has no type or storage class >library.c:188: parse error before `}' >library.c:190: warning: type defaults to `int' in declaration of `file' >library.c:190: `dir' undeclared here (not in a function) >library.c:190: warning: initialization makes integer from pointer without a >cast >library.c:190: initializer element is not constant >library.c:190: warning: data definition has no type or storage class >library.c:191: parse error before `}' >library.c:193: warning: type defaults to `int' in declaration of `fd' >library.c:193: warning: passing arg 1 of `open' makes pointer from integer >without a cast >library.c:193: initializer element is not constant >library.c:193: warning: data definition has no type or storage class >library.c:194: parse error before `if' >library.c:200: warning: type defaults to `int' in declaration of `stop' >library.c:200: warning: data definition has no type or storage class >library.c:201: warning: type defaults to `int' in declaration of `load' >library.c:201: warning: data definition has no type or storage class >library.c:203: warning: type defaults to `int' in declaration of `_read_line' >library.c:203: warning: data definition has no type or storage class >library.c:205: parse error before `if' >library.c:211: warning: type defaults to `int' in declaration of >`_load_library' >library.c:211: conflicting types for `_load_library' >library.c:141: previous declaration of `_load_library' >library.c:211: warning: data definition has no type or storage class >library.c:212: parse error before `}' >library.c:229: warning: type defaults to `int' in declaration of `load' >library.c:229: redefinition of `load' >library.c:201: `load' previously defined here >library.c:229: warning: data definition has no type or storage class >library.c:230: parse error before `}' >library.c:236: warning: type defaults to `int' in declaration of `stop' >library.c:236: redefinition of `stop' >library.c:200: `stop' previously defined here >library.c:236: warning: data definition has no type or storage class >library.c:237: warning: type defaults to `int' in declaration of >`_load_library' >library.c:237: warning: data definition has no type or storage class >library.c:238: parse error before `}' >library.c:241: warning: type defaults to `int' in declaration of `close' >library.c:241: warning: parameter names (without types) in function >declaration >library.c:241: warning: data definition has no type or storage class >library.c:243: parse error before `return' >make[3]: *** [library.lo] Fehler 1 >make[3]: Verlassen des Verzeichnisses Verzeichnis >?/home/marco/Source/gambas-0.41/src/exec? >make[2]: *** [all-recursive] Fehler 1 >make[2]: Verlassen des Verzeichnisses Verzeichnis >?/home/marco/Source/gambas-0.41/src? >make[1]: *** [all-recursive] Fehler 1 >make[1]: Verlassen des Verzeichnisses Verzeichnis >?/home/marco/Source/gambas-0.41? >make: *** [all-recursive-am] Fehler 2 > > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.com >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > From jochen.georges at ...22... Fri Jan 10 15:37:04 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 10 Jan 2003 15:37:04 +0100 Subject: [Gambas-user] how to make a class of a class In-Reply-To: <200301101034.12972.gambas@...1...> References: <200301101034.12972.gambas@...1...> Message-ID: <200301101536.08970@...24...> On Friday 10 January 2003 10:34, Beno?t Minisini wrote: > > I'm not sure it is a good idea to make this feature public, as I > can change it at any moment. I'd rather wait. > > If you insist, I will tell you :-) i do not. take your time! beste gruesse jochen From jochen.georges at ...22... Fri Jan 10 16:07:54 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 10 Jan 2003 16:07:54 +0100 Subject: [Gambas-user] Documentation for gambas componets In-Reply-To: <537231ZYRPJDA5RLVSPKRP75OJ52FBLF.3e1e8992@...30...> References: <537231ZYRPJDA5RLVSPKRP75OJ52FBLF.3e1e8992@...30...> Message-ID: <200301101553.43287@...24...> On Friday 10 January 2003 09:51, NN wrote: > >Le Jeudi 9 Janvier 2003 22:26, Beno?t Minisini a ?crit : > > > >I'm aswering myself :-). > > It's strongly recommended to observe this phenomenon :) > > >If you prefer, if it is more practical to you, I can just put > > links on the gambas web site to yours. It gives you access via > > a "gambas" URL, and you keep the control of your HTML pages ! > >-- > >Beno?t Minisini > > Hi > > I think this is the best idea for now. > But we all should have the possibility to add chapters or little > tips and code snippet's. But to achieve a uniqe look (fonts,etc.) > we should use an empty unique form. > > To start a discussion on a team-designed-unique-form (tduf.html) > I'll start with the following preposition: > > 1. Chapter name > 2. Type of chapter (Gambas<>Sytem, Gambas, Code-example, > Bug-report, Edu, ...) 3. Intro text > 4. Commented Code > 5. Results > 6. Questions derived from this topic > 7. Links concerningthis topic > 8. Author a try beste gruesse -------------- next part -------------- An HTML attachment was scrubbed... URL: From karl.reinl at ...9... Fri Jan 10 20:39:19 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 10 Jan 2003 20:39:19 +0100 Subject: [Gambas-user] Compiling gambas 0.41 with SuSE 8.0 References: Message-ID: <3E1F2167.4030403@...9...> NN schrieb: Salut Maroc ,J?rgen now we are 3. using SuSE 7.2 , KDE 2.2.2 and QT 3.0.5 my output after 'make' looks identically. I used --with-kde... and -- without-kde... to configure no change. So I also ask Benoit a few days. Because I thought ist a problem with KDE 2.2.2. But it looks like a problem of library.lo ? Are there other SuSE users with this problem? please send a signe! Charlie >Hi Marco >I have identically the same problem >excepting : I'm using QT 3.0.5 >I already sent this to Benoit few days ago. > >regs juergen > >03-01-10 15:33:11, Marco Bauer wrote: > > > >>Hello >> >>I tried to compile gambas 0.41 on my SuSE 8.0 with QT 3.0.4 but while there >>were no problems compiling gambas 0.40 with this configuration the >>compilation of gambas 0.41 aborted with an error. >>Can someone please help me? >> >>Gru? >>Marco >> >> >>marco at ...56...:~/Source/gambas-0.41> make >>make all-recursive >>make[1]: Wechsel in das Verzeichnis Verzeichnis >>?/home/marco/Source/gambas-0.41? >>Making all in libltdl >>make[2]: Wechsel in das Verzeichnis Verzeichnis >>?/home/marco/Source/gambas-0.41/libltdl? >>/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c >>ltdl.c >>mkdir .libs >>gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -fPIC -DPIC -o >>.libs/ltdl.lo >>gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1 >>mv -f .libs/ltdl.lo ltdl.lo >>/bin/sh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl >>rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.* >>ar cru .libs/libltdlc.al ltdl.lo >>ranlib .libs/libltdlc.al >>creating libltdlc.la >>(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) >>make[2]: Verlassen des Verzeichnisses Verzeichnis >>?/home/marco/Source/gambas-0.41/libltdl? >>Making all in src >>make[2]: Wechsel in das Verzeichnis Verzeichnis >>?/home/marco/Source/gambas-0.41/src? >>Making all in share >>make[3]: Wechsel in das Verzeichnis Verzeichnis >>?/home/marco/Source/gambas-0.41/src/share? >>make[3]: F?r das Target ?all? gibt es nichts zu tun. >>make[3]: Verlassen des Verzeichnisses Verzeichnis >>?/home/marco/Source/gambas-0.41/src/share? >>Making all in comp >>make[3]: Wechsel in das Verzeichnis Verzeichnis >>?/home/marco/Source/gambas-0.41/src/comp? >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c error.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c alloc.c >>In file included from /usr/include/malloc.h:44, >> from ../../src/share/alloc_t.h:31, >> from alloc.c:25: >>/usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h:337: warning: >>`offsetof' redefined >>../../src/share/common.h:75: warning: this is the location of the previous >>definition >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c array.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c reserved.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c gbc.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c compile.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c table.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c type.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c read.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c buffer.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c dump.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c class.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c code.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c trans.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c header.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c trans_code.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c trans_expr.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c trans_tree.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c trans_ctrl.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c trans_subr.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c output.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c pcode.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c file.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c form.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c str.c >>/bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gbc error.o >>alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o >>dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o >>trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o >>mkdir .libs >>gcc -pipe -Wall -g -O0 -o gbc error.o alloc.o array.o reserved.o gbc.o >>compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o >>header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o >>output.o pcode.o file.o form.o str.o >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c archive.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c gba.c >>/bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gba error.o >>alloc.o array.o table.o str.o file.o archive.o gba.o >>gcc -pipe -Wall -g -O0 -o gba error.o alloc.o array.o table.o str.o file.o >>archive.o gba.o >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c gbi.c >>/bin/sh ../../libtool --mode=link gcc -pipe -Wall -g -O0 -o gbi error.o >>alloc.o array.o str.o file.o gbi.o ../../libltdl/libltdlc.la >>gcc -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o >>../../libltdl/.libs/libltdlc.al -ldl >>make[3]: Verlassen des Verzeichnisses Verzeichnis >>?/home/marco/Source/gambas-0.41/src/comp? >>Making all in exec >>make[3]: Wechsel in das Verzeichnis Verzeichnis >>?/home/marco/Source/gambas-0.41/src/exec? >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c common.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c common.c -fPIC -DPIC -o common.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c error.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c error.c -fPIC -DPIC -o error.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c alloc.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c alloc.c -fPIC -DPIC -o alloc.lo >>In file included from /usr/include/malloc.h:44, >> from ../../src/share/alloc_t.h:31, >> from alloc.c:25: >>/usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/stddef.h:337: warning: >>`offsetof' redefined >>../../src/share/common.h:75: warning: this is the location of the previous >>definition >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c array.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c array.c -fPIC -DPIC -o array.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stack.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c stack.c -fPIC -DPIC -o stack.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c buffer.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c buffer.c -fPIC -DPIC -o buffer.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c list.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c list.c -fPIC -DPIC -o list.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c hash.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c hash.c -fPIC -DPIC -o hash.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c table.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c table.c -fPIC -DPIC -o table.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c type.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c type.c -fPIC -DPIC -o type.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c value.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c value.c -fPIC -DPIC -o value.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c exec.c -fPIC -DPIC -o exec.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_loop.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c exec_loop.c -fPIC -DPIC -o exec_loop.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_push.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c exec_push.c -fPIC -DPIC -o exec_push.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_enum.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c exec_enum.c -fPIC -DPIC -o exec_enum.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c exec_pop.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c exec_pop.c -fPIC -DPIC -o exec_pop.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c pcode.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c pcode.c -fPIC -DPIC -o pcode.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c trace.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c trace.c -fPIC -DPIC -o trace.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_init.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c class_init.c -fPIC -DPIC -o class_init.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c class.c -fPIC -DPIC -o class.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_native.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c class_native.c -fPIC -DPIC -o class_native.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c class_load.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c class_load.c -fPIC -DPIC -o class_load.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c event.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c event.c -fPIC -DPIC -o event.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c file.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c file.c -fPIC -DPIC -o file.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c stream.c -fPIC -DPIC -o stream.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_direct.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c stream_direct.c -fPIC -DPIC -o stream_direct.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_buffer.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c stream_buffer.c -fPIC -DPIC -o stream_buffer.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_memory.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c stream_memory.c -fPIC -DPIC -o stream_memory.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c stream_arch.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c stream_arch.c -fPIC -DPIC -o stream_arch.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c project.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c project.c -fPIC -DPIC -o project.lo >>/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. >>-I../../src/share -I../../libltdl -pipe -Wall -g -O0 -c library.c >>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -pipe >>-Wall -g -O0 -c library.c -fPIC -DPIC -o library.lo >>library.c: In function `LIBRARY_init': >>library.c:122: parse error before `char' >>library.c:130: `c' undeclared (first use in this function) >>library.c:130: (Each undeclared identifier is reported only once >>library.c:130: for each function it appears in.) >>library.c:134: warning: `return' with a value, in function returning void >>library.c:116: warning: unused variable `load' >>library.c:115: warning: unused variable `stop' >>library.c:113: warning: unused variable `libdir' >>library.c:111: warning: unused variable `path' >>library.c: In function `_load_library': >>library.c:142: `p' undeclared (first use in this function) >>library.c:142: `dir' undeclared (first use in this function) >>library.c:148: `libdir' undeclared (first use in this function) >>library.c: At top level: >>library.c:153: parse error before `if' >>library.c:156: warning: type defaults to `int' in declaration of `path' >>library.c:156: warning: initialization makes integer from pointer without a >>cast >>library.c:156: initializer element is not constant >>library.c:156: warning: data definition has no type or storage class >>library.c:157: parse error before `if' >>library.c:160: warning: type defaults to `int' in declaration of `path' >>library.c:160: redefinition of `path' >>library.c:156: `path' previously defined here >>library.c:160: warning: passing arg 1 of `FILE_get_dir' makes pointer from >>integer without a cast >>library.c:160: warning: initialization makes integer from pointer without a >>cast >>library.c:160: initializer element is not constant >>library.c:160: warning: data definition has no type or storage class >>library.c:161: warning: type defaults to `int' in declaration of `strcpy' >>library.c:161: warning: parameter names (without types) in function >>declaration >>library.c:161: warning: data definition has no type or storage class >>library.c:163: parse error before `if' >>library.c:177: warning: type defaults to `int' in declaration of `path' >>library.c:177: redefinition of `path' >>library.c:160: `path' previously defined here >>library.c:177: `file' undeclared here (not in a function) >>library.c:177: warning: initialization makes integer from pointer without a >>cast >>library.c:177: initializer element is not constant >>library.c:177: warning: data definition has no type or storage class >>library.c:178: parse error before `if' >>library.c:181: warning: type defaults to `int' in declaration of `chdir' >>library.c:181: warning: parameter names (without types) in function >>declaration >>library.c:181: warning: data definition has no type or storage class >>library.c:183: warning: type defaults to `int' in declaration of `path' >>library.c:183: redefinition of `path' >>library.c:177: `path' previously defined here >>library.c:183: warning: initialization makes integer from pointer without a >>cast >>library.c:183: initializer element is not constant >>library.c:183: warning: data definition has no type or storage class >>library.c:184: parse error before `if' >>library.c:187: warning: type defaults to `int' in declaration of `strcpy' >>library.c:187: warning: parameter names (without types) in function >>declaration >>library.c:187: warning: data definition has no type or storage class >>library.c:188: parse error before `}' >>library.c:190: warning: type defaults to `int' in declaration of `file' >>library.c:190: `dir' undeclared here (not in a function) >>library.c:190: warning: initialization makes integer from pointer without a >>cast >>library.c:190: initializer element is not constant >>library.c:190: warning: data definition has no type or storage class >>library.c:191: parse error before `}' >>library.c:193: warning: type defaults to `int' in declaration of `fd' >>library.c:193: warning: passing arg 1 of `open' makes pointer from integer >>without a cast >>library.c:193: initializer element is not constant >>library.c:193: warning: data definition has no type or storage class >>library.c:194: parse error before `if' >>library.c:200: warning: type defaults to `int' in declaration of `stop' >>library.c:200: warning: data definition has no type or storage class >>library.c:201: warning: type defaults to `int' in declaration of `load' >>library.c:201: warning: data definition has no type or storage class >>library.c:203: warning: type defaults to `int' in declaration of `_read_line' >>library.c:203: warning: data definition has no type or storage class >>library.c:205: parse error before `if' >>library.c:211: warning: type defaults to `int' in declaration of >>`_load_library' >>library.c:211: conflicting types for `_load_library' >>library.c:141: previous declaration of `_load_library' >>library.c:211: warning: data definition has no type or storage class >>library.c:212: parse error before `}' >>library.c:229: warning: type defaults to `int' in declaration of `load' >>library.c:229: redefinition of `load' >>library.c:201: `load' previously defined here >>library.c:229: warning: data definition has no type or storage class >>library.c:230: parse error before `}' >>library.c:236: warning: type defaults to `int' in declaration of `stop' >>library.c:236: redefinition of `stop' >>library.c:200: `stop' previously defined here >>library.c:236: warning: data definition has no type or storage class >>library.c:237: warning: type defaults to `int' in declaration of >>`_load_library' >>library.c:237: warning: data definition has no type or storage class >>library.c:238: parse error before `}' >>library.c:241: warning: type defaults to `int' in declaration of `close' >>library.c:241: warning: parameter names (without types) in function >>declaration >>library.c:241: warning: data definition has no type or storage class >>library.c:243: parse error before `return' >>make[3]: *** [library.lo] Fehler 1 >>make[3]: Verlassen des Verzeichnisses Verzeichnis >>?/home/marco/Source/gambas-0.41/src/exec? >>make[2]: *** [all-recursive] Fehler 1 >>make[2]: Verlassen des Verzeichnisses Verzeichnis >>?/home/marco/Source/gambas-0.41/src? >>make[1]: *** [all-recursive] Fehler 1 >>make[1]: Verlassen des Verzeichnisses Verzeichnis >>?/home/marco/Source/gambas-0.41? >>make: *** [all-recursive-am] Fehler 2 >> >> >> From gambas at ...1... Sat Jan 11 00:10:00 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 11 Jan 2003 00:10:00 +0100 Subject: [Gambas-user] Gambas 0.42 announcement Message-ID: <200301110010.00864.gambas@...1...> Hi everybody, Gambas 0.42 is out. A few changes in it. See ChangeLog for details. I hope it will solve compilation problems of SuSE users and Debian Woody users. Tell me... -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Sat Jan 11 00:30:37 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 11 Jan 2003 00:30:37 +0100 Subject: [Gambas-user] Gambas 0.42 announcement References: <200301110010.00864.gambas@...1...> Message-ID: <3E1F579D.7000407@...9...> Beno?t Minisini schrieb: >Hi everybody, > >Gambas 0.42 is out. > >A few changes in it. See ChangeLog for details. > >I hope it will solve compilation problems of SuSE users and Debian Woody >users. Tell me... > > > Salut Benoit, my problems reported some houres ago. Forget them. 0.42 runs on my SuSE 7.2 , KDE 2.2.2 and QT 3.0.5 and no more problems with CV. Thanks Charlie From gregg at ...50... Sat Jan 11 03:29:30 2003 From: gregg at ...50... (Gregg) Date: Fri, 10 Jan 2003 20:29:30 -0600 (CST) Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. Message-ID: <39568.66.80.137.98.1042252170.squirrel@...50...> This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) run Starting program: /opt/gambas/bin/gbx Program received signal SIGSEGV, Segmentation fault. 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 (gdb) bt #0 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 #1 0x40a2bc0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 0x403a28d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long) () from /usr/lib/qt3/lib/libqt-mt.so.3 #3 0x403a373e in qt_init(int*, char**, QApplication::Type) () from /usr/lib/qt3/lib/libqt-mt.so.3 #4 0x4040cd3b in QApplication::QApplication(int&, char**) () from /usr/lib/qt3/lib/libqt-mt.so.3 #5 0x401cabd6 in my_main (argc=0xbffff8f0, argv=0xbffff944) at main.cpp:193 #6 0x080669a2 in main (argc=1, argv=0xbffff944) at gbx.c:208 #7 0x40065082 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) There is the output. Gregg From jochen.georges at ...22... Sat Jan 11 08:39:22 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Sat, 11 Jan 2003 08:39:22 +0100 Subject: [Gambas-user] woody likes gambas 0.42 Message-ID: <200301110834.28321@...24...> hi benoit gambas 0.42 runs under woody. but: (just very little stuff) 1 - when i close gambas the property-editor and the toolbox stay alive 2 - the mascot ignores the preferences, it starts everytime beste gruesse jochen From elentirmo at ...20... Sat Jan 11 09:02:52 2003 From: elentirmo at ...20... (Marco Bauer) Date: Sat, 11 Jan 2003 09:02:52 +0100 Subject: [Gambas-user] Gambas 0.42 announcement In-Reply-To: <200301110010.00864.gambas@...1...> References: <200301110010.00864.gambas@...1...> Message-ID: <200301110902.53026.elentirmo@...20...> Hi Beno?t, gambas 0.42 compiles without any problems. The only thing that didn't change from version 0.40 is that the mascot, toolbox and property dialog stay open after quiting gambas. Gru? Marco Am Sa 11 Januar 2003 00:10 schrieb Beno?t Minisini: > Hi everybody, > > Gambas 0.42 is out. > > A few changes in it. See ChangeLog for details. > > I hope it will solve compilation problems of SuSE users and Debian Woody > users. Tell me... From gambas at ...1... Sat Jan 11 14:05:54 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 11 Jan 2003 14:05:54 +0100 Subject: [Gambas-user] Gambas 0.42 announcement In-Reply-To: <200301110902.53026.elentirmo@...20...> References: <200301110010.00864.gambas@...1...> <200301110902.53026.elentirmo@...20...> Message-ID: <200301111405.55013.gambas@...1...> Le Samedi 11 Janvier 2003 09:02, Marco Bauer a ?crit : > Hi Beno?t, > > gambas 0.42 compiles without any problems. > The only thing that didn't change from version 0.40 is that the mascot, > toolbox and property dialog stay open after quiting gambas. > > Gru? > Marco > You should have told me that before ! I think that windows stay open, due to an undocumented internal change between QT 3.0.3 and QT 3.0.5. Do you use QT 3.0.3 ? -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sat Jan 11 14:15:16 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 11 Jan 2003 14:15:16 +0100 Subject: [Gambas-user] woody likes gambas 0.42 In-Reply-To: <200301110834.28321@...24...> References: <200301110834.28321@...24...> Message-ID: <200301111415.16176.gambas@...1...> Le Samedi 11 Janvier 2003 08:39, Jochen Georges a ?crit : > hi benoit > > gambas 0.42 runs under woody. > > but: (just very little stuff) > 1 - when i close gambas the property-editor and the toolbox stay > alive > 2 - the mascot ignores the preferences, it starts everytime > > beste gruesse > jochen > > For the first problem, see my previous answer to Marco : it should come from qt-3.0.3. The problem can be solve in the IDE by explicitely destroy windows. In the Project.module file, add the following at the Close() function after the "SaveRecent" call at line 220. TRY ToolForm.Delete TRY ExplorerForm.Delete TRY FindForm.Delete TRY GambasForm.Delete and recompile the IDE : make an executable, and copy the 'gambas' executable file from the IDE source directory to the 'bin' directory of gambas installation. As for the mascot, I think it is a bug of mine. I'm going to check... Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sat Jan 11 14:18:33 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 11 Jan 2003 14:18:33 +0100 Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <39568.66.80.137.98.1042252170.squirrel@...50...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> Message-ID: <200301111418.33083.gambas@...1...> Le Samedi 11 Janvier 2003 03:29, Gregg a ?crit : > This GDB was configured as "i586-mandrake-linux-gnu"... > (gdb) run > Starting program: /opt/gambas/bin/gbx > > Program received signal SIGSEGV, Segmentation fault. > 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > (gdb) bt > #0 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > #1 0x40a2bc0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 > #2 0x403a28d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned > long, unsigned long) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #3 0x403a373e in qt_init(int*, char**, QApplication::Type) () from > /usr/lib/qt3/lib/libqt-mt.so.3 > #4 0x4040cd3b in QApplication::QApplication(int&, char**) () from > /usr/lib/qt3/lib/libqt-mt.so.3 > #5 0x401cabd6 in my_main (argc=0xbffff8f0, argv=0xbffff944) at > main.cpp:193 #6 0x080669a2 in main (argc=1, argv=0xbffff944) at gbx.c:208 > #7 0x40065082 in __libc_start_main () from /lib/i686/libc.so.6 > (gdb) > > There is the output. > > Gregg > Does anyone else have the same problem with Gambas and a Mandrake 9.0 ? -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sat Jan 11 14:29:18 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sat, 11 Jan 2003 14:29:18 +0100 Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <39568.66.80.137.98.1042252170.squirrel@...50...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> Message-ID: <200301111429.18829.gambas@...1...> Le Samedi 11 Janvier 2003 03:29, Gregg a ?crit : > This GDB was configured as "i586-mandrake-linux-gnu"... > (gdb) run > Starting program: /opt/gambas/bin/gbx > > Program received signal SIGSEGV, Segmentation fault. > 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > (gdb) bt > #0 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > #1 0x40a2bc0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 > #2 0x403a28d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned > long, unsigned long) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #3 0x403a373e in qt_init(int*, char**, QApplication::Type) () from > /usr/lib/qt3/lib/libqt-mt.so.3 > #4 0x4040cd3b in QApplication::QApplication(int&, char**) () from > /usr/lib/qt3/lib/libqt-mt.so.3 > #5 0x401cabd6 in my_main (argc=0xbffff8f0, argv=0xbffff944) at > main.cpp:193 #6 0x080669a2 in main (argc=1, argv=0xbffff944) at gbx.c:208 > #7 0x40065082 in __libc_start_main () from /lib/i686/libc.so.6 > (gdb) > > There is the output. > > Gregg > I don't remember if I asked you : what is your graphic card ? -- Beno?t Minisini mailto:gambas at ...1... From jochen.georges at ...22... Sat Jan 11 14:55:17 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Sat, 11 Jan 2003 14:55:17 +0100 Subject: [Gambas-user] module question Message-ID: <200301111453.38253@...24...> hello gambas-gourmets one of mine 1001 questions: what is the job of a module, when do use a module? thanks for any hint jochen From abidoo.too at ...11... Sat Jan 11 18:45:59 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Sat, 11 Jan 2003 18:45:59 +0100 Subject: [Gambas-user] module question In-Reply-To: <200301111453.38253@...24...> References: <200301111453.38253@...24...> Message-ID: <200301111845.59600.abidoo.too@...11...> Le Samedi 11 Janvier 2003 14:55, Jochen Georges a ?crit : > hello gambas-gourmets > > one of mine 1001 questions: > > what is the job of a module, when do use a module? > > > thanks for any hint > jochen > > You use Module for Shared function... For exemple a function for calculate something... that can be used by all the class of te project without a class initialization... fabien From abidoo.too at ...11... Sat Jan 11 19:14:28 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Sat, 11 Jan 2003 19:14:28 +0100 Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301111418.33083.gambas@...1...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301111418.33083.gambas@...1...> Message-ID: <200301111914.28713.abidoo.too@...11...> Le Samedi 11 Janvier 2003 14:18, Beno?t Minisini a ?crit : > Le Samedi 11 Janvier 2003 03:29, Gregg a ?crit : > > This GDB was configured as "i586-mandrake-linux-gnu"... > > (gdb) run > > Starting program: /opt/gambas/bin/gbx > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > > (gdb) bt > > #0 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 > > #1 0x40a2bc0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 > > #2 0x403a28d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned > > long, unsigned long) () > > from /usr/lib/qt3/lib/libqt-mt.so.3 > > #3 0x403a373e in qt_init(int*, char**, QApplication::Type) () from > > /usr/lib/qt3/lib/libqt-mt.so.3 > > #4 0x4040cd3b in QApplication::QApplication(int&, char**) () from > > /usr/lib/qt3/lib/libqt-mt.so.3 > > #5 0x401cabd6 in my_main (argc=0xbffff8f0, argv=0xbffff944) at > > main.cpp:193 #6 0x080669a2 in main (argc=1, argv=0xbffff944) at > > gbx.c:208 #7 0x40065082 in __libc_start_main () from /lib/i686/libc.so.6 > > (gdb) > > > > There is the output. > > > > Gregg > > Does anyone else have the same problem with Gambas and a Mandrake 9.0 ? No for me it's OK gambas 0.42 run as well as it can on my mdk 9 Have you modifiate something your mdk 9, Gregg ? Videocard = geforce 4 mx That's all Fabien From gregg at ...50... Sun Jan 12 00:27:24 2003 From: gregg at ...50... (Gregg) Date: Sat, 11 Jan 2003 17:27:24 -0600 (CST) Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301111418.33083.gambas@...1...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301111418.33083.gambas@...1...> Message-ID: <46923.66.80.137.98.1042327644.squirrel@...50...> Should be: Does anybody else have QT 3.0.6-1 installed on their Mandrake 9, and have this problem :) Gregg > Le Samedi 11 Janvier 2003 03:29, Gregg a ?crit : >> This GDB was configured as "i586-mandrake-linux-gnu"... >> (gdb) run >> Starting program: /opt/gambas/bin/gbx >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> (gdb) bt >> #0 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> #1 0x40a2bc0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 >> 0x403a28d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned >> long, unsigned long) () >> from /usr/lib/qt3/lib/libqt-mt.so.3 >> #3 0x403a373e in qt_init(int*, char**, QApplication::Type) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> #4 0x4040cd3b in QApplication::QApplication(int&, char**) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> #5 0x401cabd6 in my_main (argc=0xbffff8f0, argv=0xbffff944) at >> main.cpp:193 #6 0x080669a2 in main (argc=1, argv=0xbffff944) at >> gbx.c:208 #7 0x40065082 in __libc_start_main () from >> /lib/i686/libc.so.6 >> (gdb) >> >> There is the output. >> >> Gregg >> > > Does anyone else have the same problem with Gambas and a Mandrake 9.0 ? > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gregg at ...50... Sun Jan 12 00:27:56 2003 From: gregg at ...50... (Gregg) Date: Sat, 11 Jan 2003 17:27:56 -0600 (CST) Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301111429.18829.gambas@...1...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301111429.18829.gambas@...1...> Message-ID: <46924.66.80.137.98.1042327676.squirrel@...50...> I have a Geforce2 MX. Gregg > Le Samedi 11 Janvier 2003 03:29, Gregg a ?crit : >> This GDB was configured as "i586-mandrake-linux-gnu"... >> (gdb) run >> Starting program: /opt/gambas/bin/gbx >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> (gdb) bt >> #0 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> #1 0x40a2bc0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 >> 0x403a28d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned >> long, unsigned long) () >> from /usr/lib/qt3/lib/libqt-mt.so.3 >> #3 0x403a373e in qt_init(int*, char**, QApplication::Type) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> #4 0x4040cd3b in QApplication::QApplication(int&, char**) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> #5 0x401cabd6 in my_main (argc=0xbffff8f0, argv=0xbffff944) at >> main.cpp:193 #6 0x080669a2 in main (argc=1, argv=0xbffff944) at >> gbx.c:208 #7 0x40065082 in __libc_start_main () from >> /lib/i686/libc.so.6 >> (gdb) >> >> There is the output. >> >> Gregg >> > > I don't remember if I asked you : what is your graphic card ? > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gregg at ...50... Sun Jan 12 00:29:22 2003 From: gregg at ...50... (Gregg) Date: Sat, 11 Jan 2003 17:29:22 -0600 (CST) Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301111914.28713.abidoo.too@...11...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301111418.33083.gambas@...1...> <200301111914.28713.abidoo.too@...11...> Message-ID: <46927.66.80.137.98.1042327762.squirrel@...50...> Yeah, QT 3.0.6-1, and I am using the nvidia drivers for my video, not the nv driver that came with mandrake, but the nvidia driver from nvidia's website. Gregg > Le Samedi 11 Janvier 2003 14:18, Beno?t Minisini a ?crit : >> Le Samedi 11 Janvier 2003 03:29, Gregg a ?crit : >> > This GDB was configured as "i586-mandrake-linux-gnu"... >> > (gdb) run >> > Starting program: /opt/gambas/bin/gbx >> > >> > Program received signal SIGSEGV, Segmentation fault. >> > 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> > (gdb) bt >> > #0 0x40a39ff7 in _XRead () from /usr/X11R6/lib/libX11.so.6 >> > #1 0x40a2bc0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #2 >> 0x403a28d6 in qt_init_internal(int*, char**, _XDisplay*, unsigned >> long, unsigned long) () >> > from /usr/lib/qt3/lib/libqt-mt.so.3 >> > #3 0x403a373e in qt_init(int*, char**, QApplication::Type) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> > #4 0x4040cd3b in QApplication::QApplication(int&, char**) () from >> /usr/lib/qt3/lib/libqt-mt.so.3 >> > #5 0x401cabd6 in my_main (argc=0xbffff8f0, argv=0xbffff944) at >> main.cpp:193 #6 0x080669a2 in main (argc=1, argv=0xbffff944) at >> gbx.c:208 #7 0x40065082 in __libc_start_main () from >> /lib/i686/libc.so.6 (gdb) >> > >> > There is the output. >> > >> > Gregg >> >> Does anyone else have the same problem with Gambas and a Mandrake 9.0 >> ? > > No for me it's OK gambas 0.42 run as well as it can on my mdk 9 > > Have you modifiate something your mdk 9, Gregg ? > > Videocard = geforce 4 mx > > That's all > > Fabien > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sun Jan 12 12:34:02 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 12 Jan 2003 12:34:02 +0100 Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <46927.66.80.137.98.1042327762.squirrel@...50...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301111914.28713.abidoo.too@...11...> <46927.66.80.137.98.1042327762.squirrel@...50...> Message-ID: <200301121234.02543.gambas@...1...> Le Dimanche 12 Janvier 2003 00:29, Gregg a ?crit : > Yeah, QT 3.0.6-1, and I am using the nvidia drivers for my video, not the > nv driver that came with mandrake, but the nvidia driver from nvidia's > website. > > Gregg > Another guy, Stefan Bell, had the same crash with a NVidia Geforce 4-4200 with driver from NVidia on a Mandrake 9.0. Maybe a coincidence ? -- Beno?t Minisini mailto:gambas at ...1... From gregg at ...50... Sun Jan 12 13:51:27 2003 From: gregg at ...50... (Gregg) Date: Sun, 12 Jan 2003 06:51:27 -0600 (CST) Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301121234.02543.gambas@...1...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301111914.28713.abidoo.too@...11...> <46927.66.80.137.98.1042327762.squirrel@...50...> <200301121234.02543.gambas@...1...> Message-ID: <35061.66.80.137.98.1042375887.squirrel@...50...> I dont think its a coincidence. It probably has something to do with the problem. I am running the latest nvidia driver. So now the big question is, whats up with the nvidia driver.... Gregg > Le Dimanche 12 Janvier 2003 00:29, Gregg a ?crit : >> Yeah, QT 3.0.6-1, and I am using the nvidia drivers for my video, not >> the nv driver that came with mandrake, but the nvidia driver from >> nvidia's website. >> >> Gregg >> > > Another guy, Stefan Bell, had the same crash with a NVidia Geforce > 4-4200 with driver from NVidia on a Mandrake 9.0. Maybe a coincidence ? > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sun Jan 12 15:04:09 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 12 Jan 2003 15:04:09 +0100 Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <35061.66.80.137.98.1042375887.squirrel@...50...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301121234.02543.gambas@...1...> <35061.66.80.137.98.1042375887.squirrel@...50...> Message-ID: <200301121504.09947.gambas@...1...> Le Dimanche 12 Janvier 2003 13:51, Gregg a ?crit : > I dont think its a coincidence. It probably has something to do with the > problem. I am running the latest nvidia driver. > > So now the big question is, whats up with the nvidia driver.... > > Gregg > Is it possible for you to temporarily replace the NVidia driver by the "nv" driver of XFree86, and to see if gambas works with it ? Note that I have a old NVidia AGP graphic card with the nv driver, and everything is ok. -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Sun Jan 12 15:27:50 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 12 Jan 2003 15:27:50 +0100 Subject: [Gambas-user] one small step more Message-ID: <3E217B66.9040908@...9...> Salut, I set a new version (0.03) on http://www.fen-net.de/Karl.Reinl/gambas/TomySQL.html - Example has two modes from File and SQL-Statements - show Data from tables in Tree - login without user and password - can be localiced (default is 'EN_EN' ) (Excluding: About and Example) I hope I wrote the Code more clear, I declared a lot of VarS to have easier access in the DeBuger. amicalement Charlie From karl.reinl at ...9... Sun Jan 12 16:59:48 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 12 Jan 2003 16:59:48 +0100 Subject: [Gambas-user] here my first TRY for =?ISO-8859-1?Q?J=FCrgens_Docu?= Message-ID: <3E2190F4.7070100@...9...> Salut, here my first TRY for J?rgens Docu concerning ToMySql. Knowing not what is realy intersting for you, I dit two things. 1) I changed the Code, I hope he is more readable now and I declared a lot of Variables to have easier access in the DeBuger. 2. I started the attached page. Any critics and questions are wellcome. amicalement Charlie -------------- next part -------------- An HTML attachment was scrubbed... URL: From heinpol at ...5... Sun Jan 12 17:13:48 2003 From: heinpol at ...5... (NN) Date: Sun, 12 Jan 2003 17:13:48 +0100 Subject: [Gambas-user] here my first TRY for =?iso-8859-1?q?J=FCrgens?= Docu In-Reply-To: <3E2190F4.7070100@...9...> References: <3E2190F4.7070100@...9...> Message-ID: <200301121713.48484.heinpol@...5...> Hallo Charlie, The missunderstanding remains :(. It's JOCHEN's project NOT mine. !!! What you read was just a RE to Jochen's publication of HIS Doku-start. Thanks a lot for explaining on ToMySQL , few minutes ago I downloaded the 0.3 version but i'm unhappy because i deinstalled gambas 0.40pre2, which works on my SuSE9 and tried the new 0.42 which still doesn't work. But I think the problem will be solved soon. Another question by the way: How to distribute the data-dir of mysql on more than one directory ? regards juergen On Sunday 12 January 2003 16:59, Charlie wrote: > Salut, > > here my first TRY for J?rgens Docu concerning ToMySql. > > Knowing not what is realy intersting for you, I dit two things. > 1) I changed the Code, I hope he is more readable now and I declared > a lot of Variables to have easier access in the DeBuger. > 2. I started the attached page. > > Any critics and questions are wellcome. > > amicalement > Charlie From heinpol at ...5... Sun Jan 12 17:17:34 2003 From: heinpol at ...5... (NN) Date: Sun, 12 Jan 2003 17:17:34 +0100 Subject: [Gambas-user] here my first TRY for =?iso-8859-1?q?J=FCrgens?= Docu In-Reply-To: <200301121713.48484.heinpol@...5...> References: <3E2190F4.7070100@...9...> <200301121713.48484.heinpol@...5...> Message-ID: <200301121717.34130.heinpol@...5...> Of course SuSE 8 NOT 9 ! sorry regards juergen From karl.reinl at ...9... Sun Jan 12 18:14:28 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 12 Jan 2003 18:14:28 +0100 Subject: [Gambas-user] here my first TRY for =?ISO-8859-1?Q?J=FCrgens?= =?ISO-8859-1?Q?_Docu?= References: <3E2190F4.7070100@...9...> <200301121713.48484.heinpol@...5...> Message-ID: <3E21A274.9050907@...9...> NN schrieb: >Hallo Charlie, > >The missunderstanding remains :(. >It's JOCHEN's project NOT mine. !!! >What you read was just a RE to Jochen's publication >of HIS Doku-start. > >Thanks a lot for explaining on ToMySQL , few minutes ago I downloaded >the 0.3 version but i'm unhappy because i deinstalled gambas 0.40pre2, >which works on my SuSE9 and tried the new 0.42 which still doesn't work. >But I think the problem will be solved soon. > >Another question by the way: How to distribute the data-dir of mysql on >more than one directory ? > > Sorry , I started with mySQL with this project. I read only things concernig my aktuell problems. SuSE normaly disttribute in /usr/share/doc/packages/'name_of_package' (in your case mysql), manuals in pdf and html. But mySQL.de or com is also a good adresse. >regards juergen > > > One more time again. Sorry Jochen Charlie From gregg at ...50... Sun Jan 12 23:52:28 2003 From: gregg at ...50... (Gregg) Date: Sun, 12 Jan 2003 16:52:28 -0600 (CST) Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301121504.09947.gambas@...1...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301121234.02543.gambas@...1...> <35061.66.80.137.98.1042375887.squirrel@...50...> <200301121504.09947.gambas@...1...> Message-ID: <36144.66.80.137.98.1042411948.squirrel@...50...> I will do it tonight. I have a few things going that I cant stop yet, as soon as they do, I will give it a shot. Gregg > Le Dimanche 12 Janvier 2003 13:51, Gregg a ?crit : >> I dont think its a coincidence. It probably has something to do with >> the problem. I am running the latest nvidia driver. >> >> So now the big question is, whats up with the nvidia driver.... >> >> Gregg >> > > Is it possible for you to temporarily replace the NVidia driver by the > "nv" driver of XFree86, and to see if gambas works with it ? Note that > I have a old NVidia AGP graphic card with the nv driver, and everything > is ok. > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jean-marc.varvenne at ...27... Sun Jan 12 23:55:55 2003 From: jean-marc.varvenne at ...27... (Jean-Marc Varvenne) Date: Sun, 12 Jan 2003 23:55:55 +0100 Subject: [Gambas-user] Test on Woody 3.0 Message-ID: <3E21F27B.3060605@...27...> Hello Beno?t, I'm facing an error while compiling Gambas 0.42: /bin/sh ../../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../. ./.. -I../../../../src/share -I/usr/include/qt/ -pipe -Wall -g -O0 -c qttable view.cpp c++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share -I/usr/include /qt/ -pipe -Wall -g -O0 -c qttableview.cpp -fPIC -DPIC -o qttableview.lo /bin/sh ../../../../libtool --mode=link c++ -pipe -Wall -g -O0 -o lib.gb.qt.ed itor.la -rpath /opt/gambas/lib moc_qeditor.lo qeditor.lo main.lo moc_CEditor.lo CEditor.lo moc_qttableview.lo qttableview.lo -L/usr/X11R6/lib -Lyes -lqt-mt ../../../../libtool: line 1: cd: yes: No such file or directory libtool: link: cannot determine absolute directory name of `yes' I have configured this way : ./configure --with-qt-libraries --with-qt-headers, because the script could not localize the installed qt libraries. $ dpkg --list | grep qt ii libqt2 2.3.1-22 Qt GUI Library (runtime version). ii libqt3 3.0.5-3 Qt GUI Library (runtime files) ii libqt3-dev 3.0.5-3 Qt GUI development files ii libqt3-mt 3.0.5-3 Qt GUI Library (Threaded runtime version) ii nvclock-qt 0.5-6 Allows you to overclock your nVidia card und ii qt3-tools 3.0.5-3 Qt GUI Designer and other Qt3 based tools What can I do ? Thanks. Jean-Marc From jochen.georges at ...22... Mon Jan 13 00:04:20 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 13 Jan 2003 00:04:20 +0100 Subject: [Gambas-user] Test on Woody 3.0 In-Reply-To: <3E21F27B.3060605@...27...> References: <3E21F27B.3060605@...27...> Message-ID: <200301130003.04396@...24...> On Sunday 12 January 2003 23:55, Jean-Marc Varvenne wrote: > Hello Beno?t, .......snip > I have configured this way : ./configure --with-qt-libraries > --with-qt-headers, because the script could not localize the > installed qt libraries. > > $ dpkg --list | grep qt > ii libqt2 2.3.1-22 Qt GUI Library (runtime > version). ii libqt3 3.0.5-3 Qt GUI Library > (runtime files) ii libqt3-dev 3.0.5-3 Qt GUI > development files ii libqt3-mt 3.0.5-3 Qt GUI > Library (Threaded runtime version) ii nvclock-qt 0.5-6 > Allows you to overclock your nVidia card und > ii qt3-tools 3.0.5-3 Qt GUI Designer and other Qt3 > based tools > > What can I do ? try this: apt-get install libqt3-mt-dev beste gruesse jochen From heinpol at ...5... Mon Jan 13 10:22:03 2003 From: heinpol at ...5... (NN) Date: Mon, 13 Jan 2003 10:22:03 +0100 Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301121234.02543.gambas@...1...> Message-ID: Hi Benoit, I'm not sure its a matter of interest in this case, but as far as you might remember I use 2 machines with Gambas, both with SuSE8. The 1st has a standard VGA-card but the second has a Asus AGP3800 with a NVIDIA driver. On the second machine I always had more troubles as on the 1st. The last and only version which runs without problem on machine 2 was Gambas0.40pre2. 0.41 and 0.42 don't work correctly here. I'll try today the 0.42 on the 1st machine. regs juergen 03-01-12 12:34:02, Beno?t Minisini wrote: >Le Dimanche 12 Janvier 2003 00:29, Gregg a ?crit : >> Yeah, QT 3.0.6-1, and I am using the nvidia drivers for my video, not the >> nv driver that came with mandrake, but the nvidia driver from nvidia's >> website. >> >> Gregg >> > >Another guy, Stefan Bell, had the same crash with a NVidia Geforce 4-4200 with >driver from NVidia on a Mandrake 9.0. Maybe a coincidence ? > >-- >Beno?t Minisini >mailto:gambas at ...1... > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.com >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > From heinpol at ...5... Mon Jan 13 10:24:58 2003 From: heinpol at ...5... (NN) Date: Mon, 13 Jan 2003 10:24:58 +0100 Subject: [Gambas-user] =?windows-1250?Q?Re:=20[Gambas-user]=20here=20my=20first=20TRY=20for=20J=FCrgens=20Docu?= In-Reply-To: <3E21A274.9050907@...9...> Message-ID: Hi Charlie, Thanks for the URL to further reading. I knew it before but too lazy ;) regs juergen 03-01-12 18:14:28, Charlie wrote: >NN schrieb: > >>Hallo Charlie, >> >>The missunderstanding remains :(. >>It's JOCHEN's project NOT mine. !!! >>What you read was just a RE to Jochen's publication >>of HIS Doku-start. >> >>Thanks a lot for explaining on ToMySQL , few minutes ago I downloaded >>the 0.3 version but i'm unhappy because i deinstalled gambas 0.40pre2, >>which works on my SuSE9 and tried the new 0.42 which still doesn't work. >>But I think the problem will be solved soon. >> >>Another question by the way: How to distribute the data-dir of mysql on >>more than one directory ? >> >> >Sorry , I started with mySQL with this project. I read only things >concernig my aktuell problems. >SuSE normaly disttribute in /usr/share/doc/packages/'name_of_package' >(in your case mysql), manuals in pdf and html. >But mySQL.de or com is also a good adresse. > >>regards juergen >> >> >> >One more time again. Sorry Jochen >Charlie > > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >http://www.vasoftware.com >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambas at ...1... Mon Jan 13 13:51:28 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Mon, 13 Jan 2003 13:51:28 +0100 Subject: [Gambas-user] Test on Woody 3.0 In-Reply-To: <3E21F27B.3060605@...27...> References: <3E21F27B.3060605@...27...> Message-ID: <200301131351.28818.gambas@...1...> Le Dimanche 12 Janvier 2003 23:55, Jean-Marc Varvenne a ?crit : > Hello Beno?t, > > I'm facing an error while compiling Gambas 0.42: > > /bin/sh ../../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. > -I../../. > ./.. -I../../../../src/share -I/usr/include/qt/ -pipe -Wall -g -O0 -c > qttable > view.cpp > c++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share > -I/usr/include > /qt/ -pipe -Wall -g -O0 -c qttableview.cpp -fPIC -DPIC -o qttableview.lo > /bin/sh ../../../../libtool --mode=link c++ -pipe -Wall -g -O0 -o > lib.gb.qt.ed > itor.la -rpath /opt/gambas/lib moc_qeditor.lo qeditor.lo main.lo > moc_CEditor.lo > CEditor.lo moc_qttableview.lo qttableview.lo -L/usr/X11R6/lib -Lyes > -lqt-mt ../../../../libtool: line 1: cd: yes: No such file or directory > libtool: link: cannot determine absolute directory name of `yes' > > I have configured this way : ./configure --with-qt-libraries > --with-qt-headers, because the script could not localize the > installed qt libraries. > > $ dpkg --list | grep qt > ii libqt2 2.3.1-22 Qt GUI Library (runtime version). > ii libqt3 3.0.5-3 Qt GUI Library (runtime files) > ii libqt3-dev 3.0.5-3 Qt GUI development files > ii libqt3-mt 3.0.5-3 Qt GUI Library (Threaded runtime version) > ii nvclock-qt 0.5-6 Allows you to overclock your nVidia > card und > ii qt3-tools 3.0.5-3 Qt GUI Designer and other Qt3 based tools > > What can I do ? > Thanks. > > Jean-Marc Could you send me the exact ./configure you type and its resultin output ? -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Mon Jan 13 13:57:04 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Mon, 13 Jan 2003 13:57:04 +0100 Subject: [Gambas-user] Test on Woody 3.0 In-Reply-To: <200301131351.28818.gambas@...1...> References: <3E21F27B.3060605@...27...> <200301131351.28818.gambas@...1...> Message-ID: <200301131357.04256.gambas@...1...> Le Lundi 13 Janvier 2003 13:51, Beno?t Minisini a ?crit : > Le Dimanche 12 Janvier 2003 23:55, Jean-Marc Varvenne a ?crit : > > Hello Beno?t, > > > > I'm facing an error while compiling Gambas 0.42: ... > > What can I do ? > > Thanks. > > > > Jean-Marc > Second try, with less english fault I hope... :-) Could you send me the exact ./configure command you typed and its resulting output ? -- Beno?t Minisini mailto:gambas at ...1... From jean-marc.varvenne at ...27... Mon Jan 13 21:49:02 2003 From: jean-marc.varvenne at ...27... (Jean-Marc Varvenne) Date: Mon, 13 Jan 2003 21:49:02 +0100 Subject: [Gambas-user] Test on Woody 3.0 References: <3E21F27B.3060605@...27...> <200301131351.28818.gambas@...1...> <200301131357.04256.gambas@...1...> Message-ID: <3E23263E.8070307@...27...> Beno?t Minisini wrote: >Le Lundi 13 Janvier 2003 13:51, Beno?t Minisini a ?crit : > > >>Le Dimanche 12 Janvier 2003 23:55, Jean-Marc Varvenne a ?crit : >> >> >>>Hello Beno?t, >>> >>>I'm facing an error while compiling Gambas 0.42: >>> >>> >... > > >>>What can I do ? >>>Thanks. >>> >>>Jean-Marc >>> >>> > >Second try, with less english fault I hope... :-) > >Could you send me the exact ./configure command you typed and its resulting >output ? > > > Hello , thanks to Jochen, suggesting me to 'apt-get install libqt3-mt-dev', I do not need to include the '--with-qt-*' clauses anymore. But the error still araises. I ./configure (d) without any clause (see attached file configure_results) and made it (see make_results). Any guess ? Friendly, Jean-Marc -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: make_results URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: configure_results URL: From gambas at ...1... Mon Jan 13 22:11:37 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Mon, 13 Jan 2003 22:11:37 +0100 Subject: [Gambas-user] Test on Woody 3.0 In-Reply-To: <3E23263E.8070307@...27...> References: <3E21F27B.3060605@...27...> <200301131357.04256.gambas@...1...> <3E23263E.8070307@...27...> Message-ID: <200301132211.37675.gambas@...1...> Le Lundi 13 Janvier 2003 21:49, Jean-Marc Varvenne a ?crit : > Beno?t Minisini wrote: > >Le Lundi 13 Janvier 2003 13:51, Beno?t Minisini a ?crit : > >>Le Dimanche 12 Janvier 2003 23:55, Jean-Marc Varvenne a ?crit : > >>>Hello Beno?t, > >>> > >>>I'm facing an error while compiling Gambas 0.42: > > > >... > > > >>>What can I do ? > >>>Thanks. > >>> > >>>Jean-Marc > > > >Second try, with less english fault I hope... :-) > > > >Could you send me the exact ./configure command you typed and its > > resulting output ? > > Hello , > > thanks to Jochen, suggesting me to 'apt-get install libqt3-mt-dev', I do > not need to include the '--with-qt-*' clauses anymore. > But the error still araises. > > I ./configure (d) without any clause (see attached file > configure_results) and made it (see make_results). > > Any guess ? > > Friendly, > Jean-Marc You must use the "./reconf" command to reconfigure the package and retype ./configure, because ./configure caches all the results, and so don't see the newly installed packages. Regards, -- Beno?t Minisini mailto:gambas at ...1... From gregg at ...50... Tue Jan 14 07:49:46 2003 From: gregg at ...50... (Gregg) Date: Tue, 14 Jan 2003 00:49:46 -0600 (CST) Subject: [Gambas-user] 0.42 still segaults on my Mandrake 9 + qt 3.0.6-1 system. In-Reply-To: <200301121504.09947.gambas@...1...> References: <39568.66.80.137.98.1042252170.squirrel@...50...> <200301121234.02543.gambas@...1...> <35061.66.80.137.98.1042375887.squirrel@...50...> <200301121504.09947.gambas@...1...> Message-ID: <33484.66.80.137.98.1042526986.squirrel@...50...> Few different tests with it, and no luck. It doesnt seem to be specific to the nvidia provided driver, or the nv driver. Possibly it is still something with nvidia, but it happens to me on both drivers. Gregg > Le Dimanche 12 Janvier 2003 13:51, Gregg a ?crit : >> I dont think its a coincidence. It probably has something to do with >> the problem. I am running the latest nvidia driver. >> >> So now the big question is, whats up with the nvidia driver.... >> >> Gregg >> > > Is it possible for you to temporarily replace the NVidia driver by the > "nv" driver of XFree86, and to see if gambas works with it ? Note that > I have a old NVidia AGP graphic card with the nv driver, and everything > is ok. > > -- > Beno?t Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Tue Jan 14 11:54:43 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 14 Jan 2003 11:54:43 +0100 Subject: [Gambas-user] module question In-Reply-To: <200301111453.38253@...24...> References: <200301111453.38253@...24...> Message-ID: <200301141154.43354.gambas@...1...> Le Samedi 11 Janvier 2003 14:55, Jochen Georges a ?crit : > hello gambas-gourmets > > one of mine 1001 questions: > > what is the job of a module, when do use a module? > > > thanks for any hint > jochen > > Hi Jochen, A module is just a class whose functions and variables are all static. It is just syntactic sugar not to disorientate Visual-Basic addicted newbies. -- Beno?t Minisini mailto:gambas at ...1... From abidoo.too at ...11... Wed Jan 15 00:30:56 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Wed, 15 Jan 2003 00:30:56 +0100 Subject: [Gambas-user] New New New Message-ID: <200301150030.56381.abidoo.too@...11...> Hello all You can consult the Jochen First Step Help at http://perso.wanadoo.fr/gambas/firststep/ Please Benoit... Link it on your side That's all Fabien From gambas at ...1... Wed Jan 15 11:58:30 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Wed, 15 Jan 2003 11:58:30 +0100 Subject: [Gambas-user] New New New In-Reply-To: <200301150030.56381.abidoo.too@...11...> References: <200301150030.56381.abidoo.too@...11...> Message-ID: <200301151158.31116.gambas@...1...> Le Mercredi 15 Janvier 2003 00:30, BODARD Fabien a ?crit : > Hello all > > You can consult the Jochen First Step Help at > > http://perso.wanadoo.fr/gambas/firststep/ > > Please Benoit... Link it on your side > > That's all > > Fabien > > No problem. It seems a good beginning, but I saw a lot of spelling mistakes... I think these faults should be corrected before I put a public link on the site. Regards, -- Beno?t Minisini mailto:gambas at ...1... From jochen.georges at ...22... Wed Jan 15 20:08:05 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Wed, 15 Jan 2003 20:08:05 +0100 Subject: [Gambas-user] New New New In-Reply-To: <200301151158.31116.gambas@...1...> References: <200301150030.56381.abidoo.too@...11...> <200301151158.31116.gambas@...1...> Message-ID: <200301152006.11604@...24...> On Wednesday 15 January 2003 11:58, Beno?t Minisini wrote: > Le Mercredi 15 Janvier 2003 00:30, BODARD Fabien a ?crit : > > Hello all > > > > You can consult the Jochen First Step Help at > > > > http://perso.wanadoo.fr/gambas/firststep/ > > > > Please Benoit... Link it on your side > > > > That's all > > > > Fabien > > No problem. > > It seems a good beginning, but I saw a lot of spelling > mistakes... I think these faults should be corrected before I put > a public link on the site. > > Regards, hi gambas-eaters sorry, but i'm no native speaker. is there anybody, who could correct the spelling? beste gruesse jochen From bsnipes at ...21... Wed Jan 15 23:23:15 2003 From: bsnipes at ...21... (bsnipes at ...21...) Date: Wed, 15 Jan 2003 16:23:15 -0600 (CST) Subject: [Gambas-user] New New New In-Reply-To: <200301152006.11604@...24...> References: <200301150030.56381.abidoo.too@...11...> <200301151158.31116.gambas@...1...> <200301152006.11604@...24...> Message-ID: <1593.66.182.161.154.1042669395.squirrel@...58...> I would be happy to. I will try to get it done tonight (US Central Time Zone (-0600 GMT)) and off too you. Brian Snipes > On Wednesday 15 January 2003 11:58, Beno?t Minisini wrote: >> Le Mercredi 15 Janvier 2003 00:30, BODARD Fabien a ?crit : >> > Hello all >> > >> > You can consult the Jochen First Step Help at >> > >> > http://perso.wanadoo.fr/gambas/firststep/ >> > >> > Please Benoit... Link it on your side >> > >> > That's all >> > >> > Fabien >> >> No problem. >> >> It seems a good beginning, but I saw a lot of spelling >> mistakes... I think these faults should be corrected before I put a >> public link on the site. >> >> Regards, > > hi gambas-eaters > > > sorry, but i'm no native speaker. > is there anybody, who could correct the spelling? > > beste gruesse > jochen > > > ------------------------------------------------------- > This SF.NET email is sponsored by: A Thawte Code Signing Certificate is > essential in establishing user confidence by providing assurance of > authenticity and code integrity. Download our Free Code Signing guide: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From heinpol at ...5... Thu Jan 16 05:49:18 2003 From: heinpol at ...5... (NN) Date: Thu, 16 Jan 2003 05:49:18 +0100 Subject: [Gambas-user] New New New In-Reply-To: <1593.66.182.161.154.1042669395.squirrel@...58...> References: <200301150030.56381.abidoo.too@...11...> <200301152006.11604@...24...> <1593.66.182.161.154.1042669395.squirrel@...58...> Message-ID: <200301160549.18756.heinpol@...5...> Thank You, Brian ! On Wednesday 15 January 2003 23:23, bsnipes at ...21... wrote: > I would be happy to. I will try to get it done tonight (US Central Time > Zone (-0600 GMT)) and off too you. > > Brian Snipes > > > On Wednesday 15 January 2003 11:58, Beno?t Minisini wrote: > >> Le Mercredi 15 Janvier 2003 00:30, BODARD Fabien a ?crit : > >> > Hello all > >> > > >> > You can consult the Jochen First Step Help at > >> > > >> > http://perso.wanadoo.fr/gambas/firststep/ > >> > > >> > Please Benoit... Link it on your side > >> > > >> > That's all > >> > > >> > Fabien > >> > >> No problem. > >> > >> It seems a good beginning, but I saw a lot of spelling > >> mistakes... I think these faults should be corrected before I put a > >> public link on the site. > >> > >> Regards, > > > > hi gambas-eaters > > > > > > sorry, but i'm no native speaker. > > is there anybody, who could correct the spelling? > > > > beste gruesse > > jochen > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: A Thawte Code Signing Certificate is > > essential in establishing user confidence by providing assurance of > > authenticity and code integrity. Download our Free Code Signing guide: > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------- > This SF.NET email is sponsored by: A Thawte Code Signing Certificate > is essential in establishing user confidence by providing assurance of > authenticity and code integrity. Download our Free Code Signing guide: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jochen.georges at ...22... Thu Jan 16 20:28:37 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Thu, 16 Jan 2003 20:28:37 +0100 Subject: [Gambas-user] groups of radiobuttons Message-ID: <200301162027.10278@...24...> hello gambas-gourmets i want to have two independent groups of radiobuttons on one form. i don't know how to do that :-( thanks for any hint. beste gruesse jochen From nigel at ...38... Thu Jan 16 21:31:01 2003 From: nigel at ...38... (Nigel Gerrard) Date: Thu, 16 Jan 2003 20:31:01 +0000 Subject: [Gambas-user] groups of radiobuttons In-Reply-To: <200301162027.10278@...24...> References: <200301162027.10278@...24...> Message-ID: <200301162030.43540.ngerrard@...59...> On Thursday 16 Jan 2003 7:28 pm, Jochen Georges wrote: > hello gambas-gourmets > > i want to have two independent groups of radiobuttons on one form. > i don't know how to do that :-( > > thanks for any hint. > > beste gruesse > jochen > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com > Understand how to protect your customers personal information by > implementing SSL on your Apache Web Server. Click here to get our FREE > Thawte Apache Guide: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Jochen, Have you tried to set the Group properties for each of the radiobuttons? That is set the radiobuttons in one group with the same groupname. Nigel From karl.reinl at ...9... Thu Jan 16 21:40:35 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 16 Jan 2003 21:40:35 +0100 Subject: [Gambas-user] I run in troubles Message-ID: <3E2718C3.80001@...9...> Salut Benoit, I run in troubles, the atached programm run well in the IDE, but as Executable it failed to find the file to open or better to read it . I createed readINI only to find out what's happend. See FMain.class bntShowINI_Click. Do you have an idea or can you find the mistake I made. Is is a demo, where I simulate the Win-API to read/write INI - files. amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: INITEst.zip Type: application/zip Size: 23425 bytes Desc: not available URL: From abidoo.too at ...11... Thu Jan 16 21:44:27 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Thu, 16 Jan 2003 21:44:27 +0100 Subject: [Gambas-user] groups of radiobuttons In-Reply-To: <200301162027.10278@...24...> References: <200301162027.10278@...24...> Message-ID: <200301162144.27523.abidoo.too@...11...> Le Jeudi 16 Janvier 2003 20:28, Jochen Georges a ?crit : > hello gambas-gourmets > > i want to have two independent groups of radiobuttons on one form. > i don't know how to do that :-( > > thanks for any hint. > > beste gruesse > jochen > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com > Understand how to protect your customers personal information by > implementing SSL on your Apache Web Server. Click here to get our FREE > Thawte Apache Guide: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Hello jochen I've put your new revised version in place For your problem... place your radio in two diff?rent container... and give a name at each goup in the group property (it give a common address for the event ex: group_click()...etc) see my simple example to know the control where you have clicked : use the last command(Last.Value Last = last control used as control) that's all Fabien -------------- next part -------------- A non-text attachment was scrubbed... Name: Radio.tar.gz Type: application/x-tgz Size: 1981 bytes Desc: not available URL: From karl.reinl at ...9... Thu Jan 16 21:53:17 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 16 Jan 2003 21:53:17 +0100 Subject: [Gambas-user] How to make ScreenShoots with Linux ? Message-ID: <3E271BBD.8070507@...9...> Salut everybody, I see alway your screenshoots on the web. Which tool , how do you do it ? Charlie From jochen.georges at ...22... Fri Jan 17 08:11:40 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 17 Jan 2003 08:11:40 +0100 Subject: [Gambas-user] How to make ScreenShoots with Linux ? In-Reply-To: <3E271BBD.8070507@...9...> References: <3E271BBD.8070507@...9...> Message-ID: <200301170809.55580@...24...> On Thursday 16 January 2003 21:53, Charlie wrote: > Salut everybody, > > I see alway your screenshoots on the web. > Which tool , how do you do it ? > > Charlie > hi charlie i use gimp in german you find the right comand here: datei - holen - screenshot beste gruesse jochen From jochen.georges at ...22... Fri Jan 17 08:19:14 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 17 Jan 2003 08:19:14 +0100 Subject: [Gambas-user] groups of radiobuttons In-Reply-To: <200301162144.27523.abidoo.too@...11...> References: <200301162027.10278@...24...> <200301162144.27523.abidoo.too@...11...> Message-ID: <200301170817.36363@...24...> On Thursday 16 January 2003 21:44, BODARD Fabien wrote: > Le Jeudi 16 Janvier 2003 20:28, Jochen Georges a ?crit : > > hello gambas-gourmets > > > > i want to have two independent groups of radiobuttons on one > > form. i don't know how to do that :-( ...snip > ... and give a name at > each goup in the group property ...snip > that's all > > Fabien oh man, i'm so blind .... thanks a lot beste gruesse jochen From abidoo.too at ...11... Fri Jan 17 19:11:51 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Fri, 17 Jan 2003 19:11:51 +0100 Subject: [Gambas-user] How to make ScreenShoots with Linux ? In-Reply-To: <3E271BBD.8070507@...9...> References: <3E271BBD.8070507@...9...> Message-ID: <200301171911.51812.abidoo.too@...11...> Le Jeudi 16 Janvier 2003 21:53, Charlie a ?crit : > Salut everybody, > > I see alway your screenshoots on the web. > Which tool , how do you do it ? > > Charlie > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com > Understand how to protect your customers personal information by > implementing SSL on your Apache Web Server. Click here to get our FREE > Thawte Apache Guide: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user You can use the KSnapShot in kde It's a simple program who can take the all screen or only one window as you want fabien From jochen.georges at ...22... Sat Jan 18 12:23:21 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Sat, 18 Jan 2003 12:23:21 +0100 Subject: [Gambas-user] www.TheEasyGambasDoku.de Message-ID: <200301181213.41146@...24...> hello gambas gourmets now you can find the doku under the url: http://www.TheEasyGambasDoku.de thanks again to Fabien for uploading the doku on his site, but i thought it is easier if i have direct access to the site. i hope you like it. if you have something, which fits i can put it on the site to or set a link. best gruesse jochen From karl.reinl at ...9... Sat Jan 18 16:54:48 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 18 Jan 2003 16:54:48 +0100 Subject: [Gambas-user] www.TheEasyGambasDoku.de References: <200301181213.41146@...24...> Message-ID: <3E2978C8.1050907@...9...> Jochen Georges schrieb: >hello gambas gourmets > >now you can find the doku under the url: > >http://www.TheEasyGambasDoku.de > >thanks again to Fabien for uploading the doku on his site, >but i thought it is easier if i have direct access to the site. > >i hope you like it. >if you have something, which fits i can put it on the site to or >set a link. > >best gruesse >jochen > > > So dreams became true. Charlie From karl.reinl at ...9... Sat Jan 18 23:26:45 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 18 Jan 2003 23:26:45 +0100 Subject: [Gambas-user] gambas Process (next) Message-ID: <3E29D4A5.5030506@...9...> Salut Benoit, another question about the gambas Process. First I toughte I have to wait after calling a EXEC FOR READ WRITE AS wait then I found out, I can also write EXEC WAIT FOR READ WRITE AS now I think a EXEC FOR READ WRITE AS is enought . I this right that FOR READ WRITE AS returns at the end of execution, or is he threated and can return while executed. Have you any hint about calling Processes, because i want to open a process calling mySQL, and then work with Process.send(). Till now all I tried was half and half. Thanks Charlie From gambas at ...1... Sun Jan 19 17:59:07 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 19 Jan 2003 17:59:07 +0100 Subject: [Gambas-user] I run in troubles In-Reply-To: <3E2718C3.80001@...9...> References: <3E2718C3.80001@...9...> Message-ID: <200301191759.07898.gambas@...1...> Le Jeudi 16 Janvier 2003 21:40, Charlie a ?crit : > Salut Benoit, > > I run in troubles, the atached programm run well in the IDE, but as > Executable it failed to find the file to open > or better to read it . I createed readINI only to find out what's > happend. See FMain.class bntShowINI_Click. > Do you have an idea or can you find the mistake I made. > Is is a demo, where I simulate the Win-API to read/write INI - files. > > amicalement > Charlie Files stored in the project directory are actually read-only. Alas, this is a bug, writing such a file when executing under the IDE is not forbidden. This should be fixed, sorry for this incoherence. Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 19 18:24:35 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 19 Jan 2003 18:24:35 +0100 Subject: [Gambas-user] gambas Process (next) In-Reply-To: <3E29D4A5.5030506@...9...> References: <3E29D4A5.5030506@...9...> Message-ID: <200301191824.35318.gambas@...1...> Le Samedi 18 Janvier 2003 23:26, Charlie a ?crit : > Salut Benoit, Hi, Charlie > > another question about the gambas Process. > > First I toughte I have to wait after calling a > EXEC FOR READ WRITE AS > wait > > then I found out, I can also write > EXEC WAIT FOR READ WRITE AS > > now I think a > EXEC FOR READ WRITE AS > is enought . > > I this right that FOR READ WRITE AS returns at the end of > execution, or is he threated and can return while executed. > > Have you any hint about calling Processes, because i want to open a > process calling mySQL, and then > work with Process.send(). You have an example of how to use the Process class in the example directory of the source package. The example is named Console. It tries to catch the bash input/output, and so does not work very well, as this needs a real terminal emulator. You can also read the the FDebug.class source code in the IDE source code directory. > > Till now all I tried was half and half. > > Thanks Charlie > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will > allow you to extend the highest allowed 128 bit encryption to all your > clients even if they use browsers that are limited to 40 bit encryption. > Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Sun Jan 19 21:36:22 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 19 Jan 2003 21:36:22 +0100 Subject: [Gambas-user] Menu Editor Message-ID: <3E2B0C46.1010707@...9...> Salut Benoit, in Menue - editor if uncheck Enabled dosn't work ( Version 0.42 ) Charlie From gambas at ...1... Sun Jan 19 21:53:39 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 19 Jan 2003 21:53:39 +0100 Subject: [Gambas-user] Menu Editor In-Reply-To: <3E2B0C46.1010707@...9...> References: <3E2B0C46.1010707@...9...> Message-ID: <200301192153.40227.gambas@...1...> Le Dimanche 19 Janvier 2003 21:36, Charlie a ?crit : > Salut Benoit, > > in Menue - editor if uncheck Enabled dosn't work ( Version 0.42 ) > > Charlie > > Hi Charlie, When you write to this mailing-list, you are not just talk to me, but all the people on the mailing-list. Could you be clearer in your bug description, please ? -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 19 21:54:45 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Sun, 19 Jan 2003 21:54:45 +0100 Subject: [Gambas-user] gambas-0.43 Message-ID: <200301192154.45078.gambas@...1...> Hi everybody, I have just released the 0.43 version. This version is intended for who are interested in writing components for gambas, especially the database component ! To do that, you must be able to program in C and/or C++. These people will find in this version a fully commented gb.example component. I invite them to read them carefully to understand how to write a component. A component "talks" with the interpreter by a interface (a set of function). This set of functions is not documented yet, but there is a lot of examples of their use in all components. This documentation will be written soon (hum... in one or two weeks) I have created a developer mailing-list at the followind address: https://lists.sourceforge.net/lists/listinfo/gambas-devel Those who are interested in helping me to develop the database component are welcome to this list. -- Beno?t Minisini mailto:gambas at ...1... From abidoo.too at ...11... Sun Jan 19 22:32:58 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Sun, 19 Jan 2003 22:32:58 +0100 Subject: [Gambas-user] Important information... Message-ID: <200301192232.58610.abidoo.too@...11...> hi all gambas users I've a little information that benoit have forget he 've change the array class by four sp?cific class in the 0.43 version variant[] (it's the same as the old array class) object[] string[] integer[] with this, the code have a better speed. So select the correct array class each necessity. I've also delete the .FromString function of array, you must now use the split function. change array.fromstring(... by array = split(... fabien From karl.reinl at ...9... Sun Jan 19 23:08:21 2003 From: karl.reinl at ...9... (Charlie) Date: Sun, 19 Jan 2003 23:08:21 +0100 Subject: [Gambas-user] Menu Editor References: <3E2B0C46.1010707@...9...> <200301192153.40227.gambas@...1...> Message-ID: <3E2B21D5.8070208@...9...> Beno?t Minisini schrieb: >Le Dimanche 19 Janvier 2003 21:36, Charlie a ?crit : > > >>Salut Benoit, >> >>in Menue - editor if uncheck Enabled dosn't work ( Version 0.42 ) >> >>Charlie >> >> >> >> > >Hi Charlie, > >When you write to this mailing-list, you are not just talk to me, but all the >people on the mailing-list. > >Could you be clearer in your bug description, please ? > > > Salut Benoit, what I tried to say, was : If you disable ( uncheck enable) a menu entry in the menueditor that has no effect you run the programm. But now I have another problem with the menueditor: If I try to add one more menu entry to the FMain.form (is attached, but only a part of the programm and as this not runable, but you can test the effect), the IDE crashes. Charlie PS still on 0.42 -------------- next part -------------- A non-text attachment was scrubbed... Name: MenuTest.zip Type: application/zip Size: 4784 bytes Desc: not available URL: From karl.reinl at ...9... Mon Jan 20 00:14:32 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 20 Jan 2003 00:14:32 +0100 Subject: [Gambas-user] gambas-0.43 References: <200301192154.45078.gambas@...1...> Message-ID: <3E2B3158.5080706@...9...> Beno?t Minisini schrieb: >Hi everybody, > >I have just released the 0.43 version. > >This version is intended for who are interested in writing components for >gambas, especially the database component ! > >To do that, you must be able to program in C and/or C++. > >These people will find in this version a fully commented gb.example component. >I invite them to read them carefully to understand how to write a component. > >A component "talks" with the interpreter by a interface (a set of function). >This set of functions is not documented yet, but there is a lot of examples >of their use in all components. This documentation will be written soon >(hum... in one or two weeks) > >I have created a developer mailing-list at the followind address: >https://lists.sourceforge.net/lists/listinfo/gambas-devel > >Those who are interested in helping me to develop the database component are >welcome to this list. > > > Salut Banoit, don't take the time the last tow updates of gambas, but may it be possible to set a version to the IDE. Best is sthe same as the Gambas, readable on starting the IDE. regards Charlie From nigel at ...38... Mon Jan 20 12:48:54 2003 From: nigel at ...38... (Nigel GERRARD) Date: Mon, 20 Jan 2003 11:48:54 -0000 Subject: [Gambas-user] Examples in 0.43 Message-ID: <002701c2c07a$1b8a8080$020a0a0a@...55...> Beno?t, I have noticed a couple of problems (opportunities) with the examples: In Blights line 40 of win1.class has an invalid character '$' at the end of the line. In Explorer line 27 of FExplorer.class the old Array class is still being used. (Should be String[]) In Evaluator, there is a problem that I haven't as yet resolved with the result reporting 'Type mismatch:wanted Number, got Variant instead' Nigel -------------- next part -------------- An HTML attachment was scrubbed... URL: From heinpol at ...5... Mon Jan 20 13:44:41 2003 From: heinpol at ...5... (nn) Date: Mon, 20 Jan 2003 13:44:41 +0100 Subject: [Gambas-user] 0.43 on SuSE8.0, 1st impression Message-ID: Hi All, Tried the 0.43 on SuSE8.0 : 1.) Seems the " --with-qt-libraries=/usr/lib/qt3/lib" is still necessary, otherwise ./configure select qt3.0.3 instead the link qt3 which points to qt3.0.5. But this are peanuts. 2.) Starting the IDE by just typing gambas is possible. No SegFault ! "-- -noxim" is not necessary here. 3.) The thisway started Gambas-IDE can not run projects. The Debugger appears now immediately, but closes after about 2 sec. and I'm back in edit-mode. 4.) To run an example-project its necessary to go in the project-dir and typing "gbx -- -noxim" otherwise the SegFault appears. I configured with the " --with-qt-libraries" but without KDE-components. Maybe I should try with the KDE-comp. enabled ? What do You think about this, especially the strange "noxim-results" ? regards juergen From jochen.georges at ...22... Mon Jan 20 14:34:22 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 20 Jan 2003 14:34:22 +0100 Subject: [Gambas-user] interpreter? In-Reply-To: <200301192154.45078.gambas@...1...> References: <200301192154.45078.gambas@...1...> Message-ID: <200301201424.39380@...24...> hi benoit and gambas-gourmets, i read your mail and had a look at the *cpp source, .... ouuuuhaaa - that's too much for me. but i have question, what is the interpreter doing? is he making c++ code out of my *class and *form files? which is executed? i hope it is exact enough. next try: i don't know the connections between "gambas-basic" in the *class files, "gambas-form-"template"" in the *form file the qt-classes (written in c++). thanks for any hint beste gruesse jochen p.s.: sure, i had a look at the picture (http://gambas.sourceforge.net/ - Architecture) From karl.reinl at ...9... Tue Jan 21 00:19:44 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 21 Jan 2003 00:19:44 +0100 Subject: [Gambas-user] dammed click Message-ID: <3E2C8410.6020201@...9...> Salut Benoit, there is still this dammed click behind a Function/sub where a End exist, who creates another END What I mean: You have FUNCTION like the follow 1 PUBLIC FUNCTION MyFunction() as INTEGER 2 Dim i as INTEGER 3 i = i + 1 4 RETURN i 5 END you make a CR after the last char ( the R) at line 1, you refind this : 1 PUBLIC FUNCTION MyFunction() as INTEGER 2 3 4 5 END 6 7 Dim i as INTEGER 8 i = i + 1 9 RETURN i 10 END I don't like it, talking Ver 0.43 regs Charlie From nigel at ...38... Tue Jan 21 12:48:56 2003 From: nigel at ...38... (Nigel GERRARD) Date: Tue, 21 Jan 2003 11:48:56 -0000 Subject: [Gambas-user] dammed click References: <3E2C8410.6020201@...9...> Message-ID: <000901c2c143$54532560$020a0a0a@...55...> Charlie, Have a go with this and see if it works ok. To Install: mv FEditor.class.diff to GambasDir/app/gambas cd GambasDir/app/gambas make a backup copy of FEditor.class patch FEditor.class FEditor.class.diff You will then need to make install to use. Let me know. If so then perhaps Benoit will include in the next release. Nigel ----- Original Message ----- From: "Charlie" To: "gambas-user" Sent: Monday, January 20, 2003 11:19 PM Subject: [Gambas-user] dammed click > Salut Benoit, > > there is still this dammed click behind a Function/sub where a End > exist, who creates another END > What I mean: > You have FUNCTION like the follow > > 1 PUBLIC FUNCTION MyFunction() as INTEGER > 2 Dim i as INTEGER > 3 i = i + 1 > 4 RETURN i > 5 END > > you make a CR after the last char ( the R) at line 1, > you refind this : > > 1 PUBLIC FUNCTION MyFunction() as INTEGER > 2 > 3 > 4 > 5 END > 6 > 7 Dim i as INTEGER > 8 i = i + 1 > 9 RETURN i > 10 END > > I don't like it, talking Ver 0.43 > > regs > Charlie > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: FEditor.class.diff Type: application/octet-stream Size: 843 bytes Desc: not available URL: From elentirmo at ...20... Tue Jan 21 14:43:30 2003 From: elentirmo at ...20... (Marco Bauer) Date: Tue, 21 Jan 2003 14:43:30 +0100 Subject: [Gambas-user] gambas-0.43 In-Reply-To: <200301192154.45078.gambas@...1...> References: <200301192154.45078.gambas@...1...> Message-ID: <200301211443.30133.elentirmo@...20...> Am So 19 Januar 2003 21:54 schrieb Beno?t Minisini: > Hi everybody, > > I have just released the 0.43 version. > > This version is intended for who are interested in writing components for > gambas, especially the database component ! > > To do that, you must be able to program in C and/or C++. > > These people will find in this version a fully commented gb.example > component. I invite them to read them carefully to understand how to write > a component. > > A component "talks" with the interpreter by a interface (a set of > function). This set of functions is not documented yet, but there is a lot > of examples of their use in all components. This documentation will be > written soon (hum... in one or two weeks) > > I have created a developer mailing-list at the followind address: > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > Those who are interested in helping me to develop the database component > are welcome to this list. Hello everybody, on my SuSE 8.0 KDE 3.0.4 closing gambas still leaves the property and debug-window open. I got around this problem in adding the lines 'TRY PropertyForm.Delete' and 'TRY DebugForm.Delete' just below 'TRY GambasForm.Delete' in Project.module line 232. Gru? Marco From jochen.georges at ...22... Tue Jan 21 21:11:58 2003 From: jochen.georges at ...22... (jochen.georges at ...22...) Date: Tue, 21 Jan 2003 21:11:58 +0100 Subject: [Gambas-user] File.Load vs OPEN Message-ID: <3E2D9A3E0000013A@...61...> hello gambasians, for me it seems to be more comfortable to use File.Load() then using OPEN file FOR READ AS #myFile. Is OPEN just a inheritance of older times or when do i use it? thanks for any hint beste gruesse jochen ________________________________________ Abos online bestellen. Oder Leser werben und Pr?mie aussuchen. http://www.epost.de/aboservice From jochen.georges at ...22... Tue Jan 21 21:13:07 2003 From: jochen.georges at ...22... (jochen.georges at ...22...) Date: Tue, 21 Jan 2003 21:13:07 +0100 Subject: [Gambas-user] $, # and DIM Message-ID: <3E2D9A3E00000142@...61...> hello gambasians, three litle questions: 111 what does a "$" mean as the first character of a variables name? 222 what does a "#" mean as the first character of a variables name? 333 if i leave the DIM i see no difference, what is the use of DIM? sorry - basic is new to me. i had a look in some basic books, but i did not found a answer, that made me happy. thanks for any hint! beste gruesse jochen ________________________________________ Abos online bestellen. Oder Leser werben und Pr?mie aussuchen. http://www.epost.de/aboservice From gambas at ...1... Tue Jan 21 21:32:32 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 21 Jan 2003 21:32:32 +0100 Subject: [Gambas-user] gambas 0.43 and QT 3.1 Message-ID: <200301212132.32094.gambas@...1...> Hi everybody, The Gambas source packages contains QT generated moc files for Qt 3.0x. This is a stupid thing I did, because these moc files are not regenerated when compiling with Qt 3.1, and so the compilation fails. I will fix this problem as soon as possible. A workaround is to simply remove any moc files (their names are moc*.cpp) in the following source directories: lib/qt, lib/qt/ext, lib/qt/editor, and lib/qt/kde, and to recompile Gambas. Everything should work fine ! Sorry for that inconvenience. -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 21 21:34:38 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 21 Jan 2003 21:34:38 +0100 Subject: [Gambas-user] Examples in 0.43 In-Reply-To: <002701c2c07a$1b8a8080$020a0a0a@...55...> References: <002701c2c07a$1b8a8080$020a0a0a@...55...> Message-ID: <200301212134.38222.gambas@...1...> Le Lundi 20 Janvier 2003 12:48, Nigel GERRARD a ?crit : > Beno?t, > > I have noticed a couple of problems (opportunities) with the examples: > > In Blights line 40 of win1.class has an invalid character '$' at the end of > the line. In Explorer line 27 of FExplorer.class the old Array class is > still being used. (Should be String[]) > > In Evaluator, there is a problem that I haven't as yet resolved with the > result reporting 'Type mismatch:wanted Number, got Variant instead' > > > Nigel Thanks Nigel. I will fix the examples. Could you send me e-mails to my gambas address (see the reply-to of this mail) and not to my personal address. It is just a matter of sort, else your mails don't fall directly in my KMail gambas folders. Thanks in advance ! -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 21 21:45:56 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 21 Jan 2003 21:45:56 +0100 Subject: [Gambas-user] interpreter? In-Reply-To: <200301201424.39380@...24...> References: <200301192154.45078.gambas@...1...> <200301201424.39380@...24...> Message-ID: <200301212145.56220.gambas@...1...> Le Lundi 20 Janvier 2003 14:34, Jochen Georges a ?crit : > hi benoit and gambas-gourmets, > > i read your mail and had a look at the *cpp source, .... > ouuuuhaaa - that's too much for me. > > but i have question, what is the interpreter doing? > > is he making c++ code out of my *class and *form files? > which is executed? > i hope it is exact enough. > > next try: > i don't know the connections between "gambas-basic" in the *class > files, "gambas-form-"template"" in the *form file the qt-classes > (written in c++). > > thanks for any hint > > beste gruesse > jochen > > > > p.s.: sure, i had a look at the picture > (http://gambas.sourceforge.net/ - Architecture) The interpreter loads in memory the files generated by the compiler, and then executes them, as needed. The functions and sub you have typed in the editor became "gambas p-code". The gambas p-code is like an assembler that can be interpreted by the gambas interpreter only. Nothing is transformed into C++, nor executed directly by the processor. I hope it is now clearer for you. My common english is too poor to explain that correctly. Regards, -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Tue Jan 21 21:40:12 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 21 Jan 2003 21:40:12 +0100 Subject: [Gambas-user] File.Load vs OPEN References: <3E2D9A3E0000013A@...61...> Message-ID: <3E2DB02C.2000402@...9...> jochen.georges at ...22... schrieb: >hello gambasians, > >for me it seems to be more comfortable to use >File.Load() >then using >OPEN file FOR READ AS #myFile. > > I am not shure (but nearly), because I don't remember why and since when. But I use the File.load to show the contens of the file. And the Open to read line by line (for doing something with the line contens). Yes that is it. How do you want analyse the line contens of a line in a File.load return? amicalement Charlie >Is OPEN just a inheritance of older times or when do i use it? > >thanks for any hint > >beste gruesse >jochen > > > > > From karl.reinl at ...9... Tue Jan 21 21:45:41 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 21 Jan 2003 21:45:41 +0100 Subject: [Gambas-user] Menu Editor References: <3E2B0C46.1010707@...9...> <200301192153.40227.gambas@...1...> <3E2B21D5.8070208@...9...> Message-ID: <3E2DB175.5040009@...9...> > > But now I have another problem with the menueditor: > > If I try to add one more menu entry to the FMain.form (is attached, > but only a part of the programm and as this not runable, but you can > test the effect), the IDE crashes. > > Charlie > > PS still on 0.4 > 2 No more problem on 0.43 Charlie From gambas at ...1... Tue Jan 21 21:58:27 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 21 Jan 2003 21:58:27 +0100 Subject: [Gambas-user] File.Load vs OPEN In-Reply-To: <3E2DB02C.2000402@...9...> References: <3E2D9A3E0000013A@...61...> <3E2DB02C.2000402@...9...> Message-ID: <200301212158.27141.gambas@...1...> Le Mardi 21 Janvier 2003 21:40, Charlie a ?crit : > jochen.georges at ...22... schrieb: > >hello gambasians, > > > >for me it seems to be more comfortable to use > >File.Load() > >then using > >OPEN file FOR READ AS #myFile. > > I am not shure (but nearly), because I don't remember why and since when. > But I use the File.load to show the contens of the file. > And the Open to read line by line (for doing something with the line > contens). > Yes that is it. > How do you want analyse the line contens of a line in a File.load return? > > amicalement > Charlie > > >Is OPEN just a inheritance of older times or when do i use it? > > > >thanks for any hint > > > >beste gruesse > >jochen > Let's suppose the size of your file is 1GB. Are you going to use File.Load and loads it entirely in memory, or are you going to use the OPEN instruction ? If you say horrors like that, I will destroy the File.Load instruction ! :-) But yes, for little files, it is just a matter of taste... -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 21 22:02:21 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 21 Jan 2003 22:02:21 +0100 Subject: [Gambas-user] $, # and DIM In-Reply-To: <3E2D9A3E00000142@...61...> References: <3E2D9A3E00000142@...61...> Message-ID: <200301212202.21015.gambas@...1...> Le Mardi 21 Janvier 2003 21:13, jochen.georges at ...22... a ?crit : > hello gambasians, > > three litle questions: > > 111 > what does a "$" mean as the first character of a variables name? In Gambas, you can't put a "$" in the beginning of a variable name ! Or dou you mean the LAST character ? Or am I wrong, and it is a compiler bug then. > 222 > what does a "#" mean as the first character of a variables name? Same remark than before, but replace "$" by "#". > 333 > if i leave the DIM i see no difference, what is the use of DIM? The DIM is not useful in gambas. I keep it not to cloud guys knowing Visual-Basic. > > sorry - basic is new to me. > i had a look in some basic books, but i did not found a answer, that made > me happy. > > thanks for any hint! > > beste gruesse > jochen > Gambas is inspired by Basic, but does not follow exactly its rules, because some are not useful anymore. -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 21 22:02:43 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 21 Jan 2003 22:02:43 +0100 Subject: [Gambas-user] Menu Editor In-Reply-To: <3E2DB175.5040009@...9...> References: <3E2B0C46.1010707@...9...> <3E2B21D5.8070208@...9...> <3E2DB175.5040009@...9...> Message-ID: <200301212202.43411.gambas@...1...> Le Mardi 21 Janvier 2003 21:45, Charlie a ?crit : > > But now I have another problem with the menueditor: > > > > If I try to add one more menu entry to the FMain.form (is attached, > > but only a part of the programm and as this not runable, but you can > > test the effect), the IDE crashes. > > > > Charlie > > > > PS still on 0.4 > > 2 > > No more problem on 0.43 > > Charlie > Coooool -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Tue Jan 21 22:22:33 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 21 Jan 2003 22:22:33 +0100 Subject: [Gambas-user] File.Load vs OPEN References: <3E2D9A3E0000013A@...61...> <3E2DB02C.2000402@...9...> <200301212158.27141.gambas@...1...> Message-ID: <3E2DBA19.8030606@...9...> Beno?t Minisini schrieb: >Le Mardi 21 Janvier 2003 21:40, Charlie a ?crit : > > >>jochen.georges at ...22... schrieb: >> >> >>>hello gambasians, >>> >>>for me it seems to be more comfortable to use >>>File.Load() >>>then using >>>OPEN file FOR READ AS #myFile. >>> >>> >>I am not shure (but nearly), because I don't remember why and since when. >>But I use the File.load to show the contens of the file. >>And the Open to read line by line (for doing something with the line >>contens). >>Yes that is it. >>How do you want analyse the line contens of a line in a File.load return? >> >>amicalement >>Charlie >> >> >> >>>Is OPEN just a inheritance of older times or when do i use it? >>> >>>thanks for any hint >>> >>>beste gruesse >>>jochen >>> >>> > >Let's suppose the size of your file is 1GB. Are you going to use File.Load and >loads it entirely in memory, or are you going to use the OPEN instruction ? > > But showing a 1 GB File ? my name is not Word (oh sorry , but mast be a thing like this) >If you say horrors like that, I will destroy the File.Load instruction ! :-) > >But yes, for little files, it is just a matter of taste... > > > From karl.reinl at ...9... Tue Jan 21 22:35:00 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 21 Jan 2003 22:35:00 +0100 Subject: [Gambas-user] $, # and DIM References: <3E2D9A3E00000142@...61...> <200301212202.21015.gambas@...1...> Message-ID: <3E2DBD04.1010105@...9...> Beno?t Minisini schrieb: >Le Mardi 21 Janvier 2003 21:13, jochen.georges at ...22... a ?crit : > > >>hello gambasians, >> >>three litle questions: >> >>111 >>what does a "$" mean as the first character of a variables name? >> >> > >In Gambas, you can't put a "$" in the beginning of a variable name ! >Or dou you mean the LAST character ? >Or am I wrong, and it is a compiler bug then. > > > >>222 >>what does a "#" mean as the first character of a variables name? >> >> > >Same remark than before, but replace "$" by "#". > > > >>333 >>if i leave the DIM i see no difference, what is the use of DIM? >> >> > >The DIM is not useful in gambas. I keep it not to cloud guys knowing >Visual-Basic. > > > >>sorry - basic is new to me. >>i had a look in some basic books, but i did not found a answer, that made >>me happy. >> >>thanks for any hint! >> >>beste gruesse >>jochen >> >> >> > >Gambas is inspired by Basic, but does not follow exactly its rules, because >some are not useful anymore. > > > Just for fun ! Do you remember for what BASIC stays ? Charlie From karl.reinl at ...9... Tue Jan 21 23:12:44 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 21 Jan 2003 23:12:44 +0100 Subject: [Gambas-user] dammed click References: <3E2C8410.6020201@...9...> <000901c2c143$54532560$020a0a0a@...55...> Message-ID: <3E2DC5DC.5080505@...9...> Nigel GERRARD schrieb: >Charlie, > >Have a go with this and see if it works ok. > >To Install: > >mv FEditor.class.diff to GambasDir/app/gambas >cd GambasDir/app/gambas >make a backup copy of FEditor.class >patch FEditor.class FEditor.class.diff > >You will then need to make install to use. > >Let me know. If so then perhaps Benoit will include in the >next release. > >Nigel > > > Salut Nigel, I dit like you said: The 'dammed click' ist 98 % less dammed. my 1 PRIVATE FUNCTION GetStatusText() AS String 2 RETURN lblStatus.Text 3 END become after Click behind String in line 1 1 PRIVATE FUNCTION GetStatusText() AS String 2 R 3 ETURN lblStatus.Text 4 END Shure thast better, but you have worke on it. Charlie From karl.reinl at ...9... Tue Jan 21 23:41:32 2003 From: karl.reinl at ...9... (Charlie) Date: Tue, 21 Jan 2003 23:41:32 +0100 Subject: [Gambas-user] TomySql 3+ References: <3E217B66.9040908@...9...> Message-ID: <3E2DCC9C.9080500@...9...> Salut, I set a new last SourceCopy (0.03+) on http://www.fen-net.de/Karl.Reinl/gambas/TomySQL.html - Grid in order - you can set Odrder by in Grid - new Infos amicalement Charlie From jochen.georges at ...22... Wed Jan 22 20:42:45 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Wed, 22 Jan 2003 20:42:45 +0100 Subject: [Gambas-user] $, # and DIM In-Reply-To: <200301212202.21015.gambas@...1...> References: <3E2D9A3E00000142@...61...> <200301212202.21015.gambas@...1...> Message-ID: <200301222035.48146@...24...> On Tuesday 21 January 2003 22:02, Beno?t Minisini wrote: > Le Mardi 21 Janvier 2003 21:13, jochen.georges at ...22... a ?crit : > > hello gambasians, > > > > three litle questions: > > > > 111 > > what does a "$" mean as the first character of a variables > > name? > > In Gambas, you can't put a "$" in the beginning of a variable > name ! Or dou you mean the LAST character ? > Or am I wrong, and it is a compiler bug then. sorry, i wrote the mail not at my computer, so i confounded ? and $. so, again: what does a ? in front of a variable mean? PRIVATE ?hExpr AS NEW Expression what does a # in front of a variable mean? OPEN FileName FOR READ AS #FileName thanks for any hint. best egruesse jochen From jochen.georges at ...22... Wed Jan 22 20:48:41 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Wed, 22 Jan 2003 20:48:41 +0100 Subject: [Gambas-user] $, # and DIM In-Reply-To: <3E2DBD04.1010105@...9...> References: <3E2D9A3E00000142@...61...> <200301212202.21015.gambas@...1...> <3E2DBD04.1010105@...9...> Message-ID: <200301222030.4076@...24...> .....snip > > Just for fun ! > Do you remember for what BASIC stays ? i heard it, i forgot it, but it must be something like "basical language for newbies" > Charlie > beste gruesse jochen From jochen.georges at ...22... Wed Jan 22 20:49:01 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Wed, 22 Jan 2003 20:49:01 +0100 Subject: [Gambas-user] File.Load vs OPEN In-Reply-To: <200301212158.27141.gambas@...1...> References: <3E2D9A3E0000013A@...61...> <3E2DB02C.2000402@...9...> <200301212158.27141.gambas@...1...> Message-ID: <200301222044.53717@...24...> On Tuesday 21 January 2003 21:58, Beno?t Minisini wrote: > Le Mardi 21 Janvier 2003 21:40, Charlie a ?crit : > > jochen.georges at ...22... schrieb: > > >hello gambasians, ....snip > Let's suppose the size of your file is 1GB. Are you going to use > File.Load and loads it entirely in memory, or are you going to > use the OPEN instruction ? hello, if i understood it right then it is this way: File.Load loads the whole file, OPEN just gives a connection, so that i can use a tool ( i.e. LINE INPUT) to read it. is that right? thanks beste gruesse jochen From karl.reinl at ...9... Wed Jan 22 21:23:49 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 22 Jan 2003 21:23:49 +0100 Subject: [Gambas-user] File.Load vs OPEN References: <3E2D9A3E0000013A@...61...> <3E2DB02C.2000402@...9...> <200301212158.27141.gambas@...1...> <200301222044.53717@...24...> Message-ID: <3E2EFDD5.5060009@...9...> Jochen Georges schrieb: >On Tuesday 21 January 2003 21:58, Beno?t Minisini wrote: > > >>Le Mardi 21 Janvier 2003 21:40, Charlie a ?crit : >> >> >>>jochen.georges at ...22... schrieb: >>> >>> >>>>hello gambasians, >>>> >>>> > >....snip > > > >>Let's suppose the size of your file is 1GB. Are you going to use >>File.Load and loads it entirely in memory, or are you going to >>use the OPEN instruction ? >> >> > >hello, >if i understood it right then it is this way: > >File.Load loads the whole file, >OPEN just gives a connection, so that i can use a >tool ( i.e. LINE INPUT) to read it. > >is that right? > >thanks > >beste gruesse >jochen > Yes thats it. And # stays for the filehandle space number. Charlie From jochen.georges at ...22... Wed Jan 22 21:31:27 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Wed, 22 Jan 2003 21:31:27 +0100 Subject: [Gambas-user] interpreter? In-Reply-To: <200301212145.56220.gambas@...1...> References: <200301192154.45078.gambas@...1...> <200301201424.39380@...24...> <200301212145.56220.gambas@...1...> Message-ID: <200301222104.27761@...24...> On Tuesday 21 January 2003 21:45, you wrote: > Le Lundi 20 Janvier 2003 14:34, Jochen Georges a ?crit : > > hi benoit and gambas-gourmets, ...snip > The interpreter loads in memory the files generated by the > compiler, and then executes them, as needed. The functions and > sub you have typed in the editor became "gambas p-code". The > gambas p-code is like an assembler that can be interpreted by the > gambas interpreter only. Nothing is transformed into C++, nor > executed directly by the processor. thanks for that answer, it is a bit clearer for me now. but two questions left: 111 the gambas source is compiled and then interpreted? 222 a gambas component is written in c++: it is an interface between gambas and qt it translates this Button1 Button X = 8 Y = 96 Width = 304 Height = 80 Text = "Button1" to that Knopf::Knopf( QWidget* parent = 0, const char* name = 0 ) : QWidget(parent, name) { btn = new QPushButton( this, "btn"); btn->setGeometry(8, 96, 304, 80); btn->setText( tr( "Button1" ) ); connect( btn, SIGNAL(clicked()), this, SLOT(whateverText())); } //knopf if this is right, who starts the translations, the compiler or the interpreter? thanks for any hint. beste gruesse jochen From karl.reinl at ...9... Wed Jan 22 21:41:49 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 22 Jan 2003 21:41:49 +0100 Subject: [Gambas-user] $, # and DIM References: <3E2D9A3E00000142@...61...> <200301212202.21015.gambas@...1...> <3E2DBD04.1010105@...9...> <200301222030.4076@...24...> Message-ID: <3E2F020D.3090104@...9...> Jochen Georges schrieb: >.....snip > > >>Just for fun ! >>Do you remember for what BASIC stays ? >> >> > >i heard it, i forgot it, but it must be something like > "basical language for newbies" > *B*eginners* A*ll-purpose *S*ymbolic* I*nstruction* C*ode for germans http://www.networkworld.de/onlinelexikon/6/f005016.htm > > > >>Charlie >> >> >> > >beste gruesse >jochen > > > >------------------------------------------------------- >This SF.net email is sponsored by: Scholarships for Techies! >Can't afford IT training? All 2003 ictp students receive scholarships. >Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. >www.ictp.com/training/sourceforge.asp >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From bernard.pre at ...62... Thu Jan 23 08:15:49 2003 From: bernard.pre at ...62... (Bernard) Date: Thu, 23 Jan 2003 08:15:49 +0100 (Paris, Madrid) Subject: [Gambas-user] Enable to install 0.43 Message-ID: <3E2F96A5.000008.00940@...63...> -------Message original------- De : Bernard Date : mercredi 22 janvier 2003 21:01:57 A : gambas at ...1... Sujet : Enable to install 0.43 When i enter the command "make install" i have a bad issue ... about a pb with a symbol undefined ? He is the file "make install 1> install.log" My config : Redhat 8.0 (2.4.18-19.8.0) gcc 3.2-7 qt-devel-3.0.5-17 Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: IMSTP.gif Type: image/gif Size: 494 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: install.log Type: unknown/unknown Size: 15987 bytes Desc: not available URL: From nigel at ...38... Thu Jan 23 17:18:17 2003 From: nigel at ...38... (Nigel GERRARD) Date: Thu, 23 Jan 2003 16:18:17 -0000 Subject: [Gambas-user] dammed click References: <3E2C8410.6020201@...9...> <000901c2c143$54532560$020a0a0a@...55...> <3E2DC5DC.5080505@...9...> Message-ID: <000b01c2c2fb$0b31fb40$020a0a0a@...55...> Charlie, Here's another shot..this time the complete file. Under certain circumstances it is still a bit untidy but hopefully is better than the previous. Nigel ----- Original Message ----- From: "Charlie" To: Sent: Tuesday, January 21, 2003 10:12 PM Subject: Re: [Gambas-user] dammed click > Nigel GERRARD schrieb: > > >Charlie, > > > >Have a go with this and see if it works ok. > > > >To Install: > > > >mv FEditor.class.diff to GambasDir/app/gambas > >cd GambasDir/app/gambas > >make a backup copy of FEditor.class > >patch FEditor.class FEditor.class.diff > > > >You will then need to make install to use. > > > >Let me know. If so then perhaps Benoit will include in the > >next release. > > > >Nigel > > > > > > > Salut Nigel, > > I dit like you said: > The 'dammed click' ist 98 % less dammed. > my > 1 PRIVATE FUNCTION GetStatusText() AS String > 2 RETURN lblStatus.Text > 3 END > > become after Click behind String in line 1 > > 1 PRIVATE FUNCTION GetStatusText() AS String > 2 R > 3 ETURN lblStatus.Text > 4 END > > Shure thast better, but you have worke on it. > > Charlie > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: FEditor.class Type: application/octet-stream Size: 13761 bytes Desc: not available URL: From gambas at ...1... Thu Jan 23 20:14:32 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 23 Jan 2003 20:14:32 +0100 Subject: [Gambas-user] Problems with SuSE and RedHat Message-ID: <200301232014.32401.gambas@...1...> Hello gambas lovers :-) SuSE sent me a SuSE 8.1 Pro distribution for free so that I could solve all related SuSE problems with Gambas (Thanks for that). I got a copy of RedHat 8.0 too, so that I can do the same thing with this distribution. Next week, I think I'm going to buy a powerful computer, with a lot of RAM and lot of disk space, so that I could install Mandrake, RedHat and SuSE on it, and directly test Gambas on the three distributions ! I hope that, this way, I could solve all the annoying problems Gambas has with the non-Mandrake distros :-) -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Thu Jan 23 20:35:25 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 23 Jan 2003 20:35:25 +0100 Subject: [Gambas-user] interpreter? In-Reply-To: <200301222104.27761@...24...> References: <200301192154.45078.gambas@...1...> <200301212145.56220.gambas@...1...> <200301222104.27761@...24...> Message-ID: <200301232035.25935.gambas@...1...> Le Mercredi 22 Janvier 2003 21:31, Jochen Georges a ?crit : > On Tuesday 21 January 2003 21:45, you wrote: > > Le Lundi 20 Janvier 2003 14:34, Jochen Georges a ?crit : > > > hi benoit and gambas-gourmets, > > ...snip > > > The interpreter loads in memory the files generated by the > > compiler, and then executes them, as needed. The functions and > > sub you have typed in the editor became "gambas p-code". The > > gambas p-code is like an assembler that can be interpreted by the > > gambas interpreter only. Nothing is transformed into C++, nor > > executed directly by the processor. > > thanks for that answer, it is a bit clearer for me now. > but two questions left: > > 111 > the gambas source is compiled and then interpreted? > > 222 > > a gambas component is written in c++: > it is an interface between gambas and qt > it translates this > Button1 Button > X = 8 > Y = 96 > Width = 304 > Height = 80 > Text = "Button1" > to that > Knopf::Knopf( QWidget* parent = 0, const char* name = 0 ) : > QWidget(parent, name) { > btn = new QPushButton( this, "btn"); > btn->setGeometry(8, 96, 304, 80); > btn->setText( tr( "Button1" ) ); > connect( btn, SIGNAL(clicked()), this, > SLOT(whateverText())); > } //knopf > > if this is right, > > who starts the translations, the compiler or the interpreter? > > > thanks for any hint. > > beste gruesse > jochen > It is not translated, it is interpreted. The following stuff: { Button1 Button X = 8 Y = 96 Width = 304 Height = 80 Text = "Button1" } is transformed by the compiler into the following code: hButton = NEW Button(...) AS "Button1" hButton.X = 8 hButton.Y = 96 hButton.Width = 304 ... And then is compiled into p-code. When the interpreter is running this code, the gb.qt component is first loaded. This component tells the interpreter that to instanciate the Button class, it must call the C++ function "CBUTTON_new", for example, in the component. This function then makes the corresponding Qt calls, so that the button is created as well. There is no translation from Gambas source code to C++ source code. The C++ code is compiled into components, the Gambas source code is compiled into Gambas p-code files, and the interpreter interprets these p-code files and call method into compiled components. -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Thu Jan 23 20:40:29 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Thu, 23 Jan 2003 20:40:29 +0100 Subject: [Gambas-user] $, # and DIM In-Reply-To: <200301222035.48146@...24...> References: <3E2D9A3E00000142@...61...> <200301212202.21015.gambas@...1...> <200301222035.48146@...24...> Message-ID: <200301232040.29212.gambas@...1...> Le Mercredi 22 Janvier 2003 20:42, Jochen Georges a ?crit : > On Tuesday 21 January 2003 22:02, Beno?t Minisini wrote: > > Le Mardi 21 Janvier 2003 21:13, jochen.georges at ...22... a ?crit : > > > hello gambasians, > > > > > > three litle questions: > > > > > > 111 > > > what does a "$" mean as the first character of a variables > > > name? > > > > In Gambas, you can't put a "$" in the beginning of a variable > > name ! Or dou you mean the LAST character ? > > Or am I wrong, and it is a compiler bug then. > > sorry, i wrote the mail not at my computer, so i confounded ? and $. > > so, again: > what does a ? in front of a variable mean? > PRIVATE ?hExpr AS NEW Expression Nothing. It is just a special character discretely allowed in identifier names. I use it for identifying global variables. I think I will remove it in the future, because it is possible that this character is only directly accessible from a french keyboard ! Sorry for that :-) > > what does a # in front of a variable mean? > OPEN FileName FOR READ AS #FileName It just a syntactic decoration coming from the syntax of the BASIC. Try to remove it, maybe it is optional. If not, I could easily modify the compiler so that it becomes optional. > > > thanks for any hint. > > best egruesse > jochen > > Regards, -- Beno?t Minisini mailto:gambas at ...1... From karl.reinl at ...9... Thu Jan 23 21:25:30 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 23 Jan 2003 21:25:30 +0100 Subject: [Gambas-user] $, # and DIM References: <3E2D9A3E00000142@...61...> <200301212202.21015.gambas@...1...> <200301222035.48146@...24...> <200301232040.29212.gambas@...1...> Message-ID: <3E304FBA.9000002@...9...> Beno?t Minisini schrieb: >Le Mercredi 22 Janvier 2003 20:42, Jochen Georges a ?crit : > > >>On Tuesday 21 January 2003 22:02, Beno?t Minisini wrote: >> >> >>>Le Mardi 21 Janvier 2003 21:13, jochen.georges at ...22... a ?crit : >>> >>> >>>>hello gambasians, >>>> >>>>three litle questions: >>>> >>>>111 >>>>what does a "$" mean as the first character of a variables >>>>name? >>>> >>>> >>>In Gambas, you can't put a "$" in the beginning of a variable >>>name ! Or dou you mean the LAST character ? >>>Or am I wrong, and it is a compiler bug then. >>> >>> >>sorry, i wrote the mail not at my computer, so i confounded ? and $. >> >>so, again: >>what does a ? in front of a variable mean? >>PRIVATE ?hExpr AS NEW Expression >> >> > >Nothing. It is just a special character discretely allowed in identifier >names. I use it for identifying global variables. I think I will remove it in >the future, because it is possible that this character is only directly >accessible from a french keyboard ! Sorry for that :-) > ? is an international char (latin) Charlie > > > >>what does a # in front of a variable mean? >>OPEN FileName FOR READ AS #FileName >> >> > >It just a syntactic decoration coming from the syntax of the BASIC. Try to >remove it, maybe it is optional. If not, I could easily modify the compiler >so that it becomes optional. > > > >>thanks for any hint. >> >>best egruesse >>jochen >> >> >> >> > >Regards, > > > From karl.reinl at ...9... Thu Jan 23 21:22:30 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 23 Jan 2003 21:22:30 +0100 Subject: [Gambas-user] Problems with SuSE and RedHat References: <200301232014.32401.gambas@...1...> Message-ID: <3E304F06.7060206@...9...> Beno?t Minisini schrieb: >Hello gambas lovers :-) > >SuSE sent me a SuSE 8.1 Pro distribution for free so that I could solve all >related SuSE problems with Gambas (Thanks for that). > >I got a copy of RedHat 8.0 too, so that I can do the same thing with this >distribution. > >Next week, I think I'm going to buy a powerful computer, with a lot of RAM and >lot of disk space, so that I could install Mandrake, RedHat and SuSE on it, >and directly test Gambas on the three distributions ! > >I hope that, this way, I could solve all the annoying problems Gambas has with >the non-Mandrake distros :-) > > > A powerful computer is good , but have you ever thought of powerful programms like vmware. I ran a lot of test-compouters with, because the ' undoabel' possibility of an disk, you can't find better to save time. To demonstrate I allways use the famose 'Format C:" under WinDos , just a click to discard and you find on restart the same computer as before. The problem for you may be you have always the same hardware. Charlie PS: please have a look to Gerrard Nigels Feditor.class it looks good now ! From karl.reinl at ...9... Thu Jan 23 21:29:49 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 23 Jan 2003 21:29:49 +0100 Subject: [Gambas-user] dammed click References: <3E2C8410.6020201@...9...> <000901c2c143$54532560$020a0a0a@...55...> <3E2DC5DC.5080505@...9...> <000b01c2c2fb$0b31fb40$020a0a0a@...55...> Message-ID: <3E3050BD.8090306@...9...> Nigel GERRARD schrieb: >Charlie, > >Here's another shot..this time the complete file. > >Under certain circumstances it is still a bit untidy but hopefully is better >than the previous. > >Nigel > > > Hey, you made it. It looks prity good. I will write it to Benoit. Charlie From karl.reinl at ...9... Thu Jan 23 21:44:53 2003 From: karl.reinl at ...9... (Charlie) Date: Thu, 23 Jan 2003 21:44:53 +0100 Subject: [Gambas-user] Objects on a Form Message-ID: <3E305445.8040309@...9...> Salut, without looking into the Encyclopaedia , a question. how can I scan in a 'for each loop' all the object on a form. I ask because it became for every form longer to fill the text with my MLocal.module. I think it may be possible, something like: For each xObjext in theForm if left(xObjext.text,1)="#" then ' that way I mark them actually xObjext.text=Mlocal.LocalText(mid(xObjext.text,2)) endif ' item with Tooltips next This way I only have to mark them in the form , and in Mlocal any ideas Thanks Charlie From jochen.georges at ...22... Fri Jan 24 20:35:40 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Fri, 24 Jan 2003 20:35:40 +0100 Subject: [Gambas-user] analyse an text-streams or strings Message-ID: <200301241945.25488@...24...> hello gambanauts, i want to play with words :-) so i have to analyze text-streams and/or strings. 111 how can i read [single characters] [single words] from an opened textfile? 222 how can i divide a string into [single characters] [single words] ? 333 is there a function alike LINE INPUT - like CHAR INPUT thanks for any hint beste gruesse jochen From karl.reinl at ...9... Fri Jan 24 21:14:15 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 24 Jan 2003 21:14:15 +0100 Subject: [Gambas-user] analyse an text-streams or strings References: <200301241945.25488@...24...> Message-ID: <3E319E97.1000607@...9...> Jochen Georges schrieb: >hello gambanauts, > >i want to play with words :-) > >so i have to analyze text-streams and/or strings. > >111 >how can i read [single characters] [single words] from an opened >textfile? > ? for read in or after file.read / line input (see below) >222 >how can i divide a string into [single characters] [single words] ? > > You have to take the read in String, and treat him with left/right/mid/ split for words see 'split' for chars a for-next/each with mid (String,start,length) to use for nI = 1 to len(string) myChar=mid (String,nI,1) next another way is after open to navigate with 'seek' in the file >333 >is there a function alike LINE INPUT - like CHAR INPUT > > don't know, but classic reads are a LOF (end of line) or EOF (end of file). And once a line or file in the buffer, you can treat it without phisical action on a media. >thanks for any hint > >beste gruesse >jochen > > From karl.reinl at ...9... Fri Jan 24 22:56:22 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 24 Jan 2003 22:56:22 +0100 Subject: [Gambas-user] a new last source copy Message-ID: <3E31B686.8060101@...9...> Salut, set a new 'last source copy from TomySql. - a little help for programmers in About. - call the web in About 'last source copy' if you are online. - you can sort the data in Grid if you enter the field-name in Order by . Charlie From karl.reinl at ...9... Fri Jan 24 23:01:49 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 24 Jan 2003 23:01:49 +0100 Subject: [Gambas-user] Mousepointer Message-ID: <3E31B7CD.3010006@...9...> Salut Benoit, played with gambas, and found at lables, changing the mousepointer changed nothing. In this way, is there a possibility , when I start something longer, to change the application.mousepointer to 'houreglass' . Actually I enable the application. regs. Charlie From gambas at ...1... Fri Jan 24 23:50:12 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 24 Jan 2003 23:50:12 +0100 Subject: [Gambas-user] Mousepointer In-Reply-To: <3E31B7CD.3010006@...9...> References: <3E31B7CD.3010006@...9...> Message-ID: <200301242350.12638.gambas@...1...> Le Vendredi 24 Janvier 2003 23:01, Charlie a ?crit : > Salut Benoit, > > played with gambas, and found at lables, changing the mousepointer > changed nothing. ???? I didn't understood > In this way, is there a possibility , when I start something longer, to > change the application.mousepointer to 'houreglass' . Actually I enable > the application. Look at Application.Busy > > regs. > Charlie > > > > -- Beno?t Minisini mailto:gambas at ...1... From nigel at ...38... Sat Jan 25 11:12:58 2003 From: nigel at ...38... (Nigel GERRARD) Date: Sat, 25 Jan 2003 10:12:58 -0000 Subject: [Gambas-user] Further Publicity for Gambas Message-ID: <000d01c2c45a$578aa540$020a0a0a@...55...> I have just received my copy of the UK based Linux Format Magazine ( www.linuxformat.co.uk) and on page 44, under the HotPicks section is a page review of Gambas 0.41!! 'Gambas provides an impressive and slick development environment. The attention to detail clearly shows that it has been a labour of love and catapult it into a league above many more advanced development tools.' Well done Benoit. Now if I only had a scanner I could get it for everybody to read... -------------- next part -------------- An HTML attachment was scrubbed... URL: From karl.reinl at ...9... Sat Jan 25 17:21:40 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 25 Jan 2003 17:21:40 +0100 Subject: [Gambas-user] Mousepointer References: <3E31B7CD.3010006@...9...> <200301242350.12638.gambas@...1...> Message-ID: <3E32B994.7020906@...9...> Beno?t Minisini schrieb: >Le Vendredi 24 Janvier 2003 23:01, Charlie a ?crit : > > >>Salut Benoit, >> >>played with gambas, and found at lables, changing the mousepointer >>changed nothing. >> Sorry, first it wasn't on a TextLable, but on a TextBox. Whene I change the TextBox Mouse from Default to for examp. Cross I can't see any changes while passing on the Field during executation. >> >> > >???? I didn't understood > > > >>In this way, is there a possibility , when I start something longer, to >>change the application.mousepointer to 'houreglass' . Actually I enable >>the application. >> >> > >Look at Application.Busy > Thanks Charlie > > > >>regs. >>Charlie >> >> >> >> >> >> > > > From karl.reinl at ...9... Sat Jan 25 18:33:52 2003 From: karl.reinl at ...9... (Charlie) Date: Sat, 25 Jan 2003 18:33:52 +0100 Subject: [Gambas-user] Mousepointer References: <3E31B7CD.3010006@...9...> <200301242350.12638.gambas@...1...> Message-ID: <3E32CA80.7000000@...9...> Beno?t Minisini schrieb: >Look at Application.Busy > > I found out Application.Busy = TRUE ' sets the Watch Mousepointer Application.Busy = FALSE ' sets the Default Mousepointer Are there other possiblities to set different Mousepointers amicalement Charlie PS even in Gambas .... 0.41 Application.Busy isn't mentioned. From abidoo.too at ...11... Sun Jan 26 21:50:35 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Sun, 26 Jan 2003 21:50:35 +0100 Subject: [Gambas-user] Mousepointer In-Reply-To: <3E32CA80.7000000@...9...> References: <3E31B7CD.3010006@...9...> <200301242350.12638.gambas@...1...> <3E32CA80.7000000@...9...> Message-ID: <200301262150.35683.abidoo.too@...11...> Le Samedi 25 Janvier 2003 18:33, Charlie a ?crit : > Beno?t Minisini schrieb: > >Look at Application.Busy > > I found out > > Application.Busy = TRUE ' sets the Watch Mousepointer > > Application.Busy = FALSE ' sets the Default Mousepointer > > Are there other possiblities to set different Mousepointers > > amicalement > Charlie > > PS even in Gambas .... 0.41 Application.Busy isn't mentioned. > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Salut Application.busy is for the long process( show a clock) sub...first() INC application.busy 'increment application.busy ( =1) .... .... 'your process sub ... second() INC application.busy 'increment application.busy ( =2) ... ... 'your second subprocess ... ... DEC Application.Busy 'decrement application.busy ( =1) END SUB .... DEC Application.Buzy ''decrement application.busy ( =0) END SUB if Application.busy = 0 then mouse.pointer = std pointer if Application.busy > 0 then mouse.pointer = clock pointer with this system, your application is busy while all process ans sub process are worked. The exemple code is not a really gb code... it's juste to see the application.busy work. to change a pointer on a control... Control.Mouse = Mouse.pointer set the control -> mouse property at mouse ->(selected pointer) but i don't know if we can actually create owns pointer with the qt componant. fabien From jochen.georges at ...22... Mon Jan 27 00:03:45 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 27 Jan 2003 00:03:45 +0100 Subject: [Gambas-user] divide strings Message-ID: <200301270001.41761@...24...> hello gambassies i still try to divide strings to make word-puzzles. i found Aray.FromString - ok, now i can divide a string in its words. but i still do not know how to divide it in its characters. does anyone know? thanks in advance beste gruesse jochen From jochen.georges at ...22... Mon Jan 27 00:01:05 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 27 Jan 2003 00:01:05 +0100 Subject: [Gambas-user] don't know how to read Message-ID: <200301262350.58001@...24...> hello but i got an error message: type mismatched, wanted file, got string instead but the encyclopedeia sais: ------------------------------------ READ variable [, legth] reads the standard output as binary data whose type is given by the type of the variable ... if variable is a string ... ------------------------------------ _and_ READ file [,length] ------------------------------------ the code that throws the error: PRIVATE inttext AS String PUBLIC SUB _new() intext = "hello" END PUBLIC SUB Button1_Click() outtext = Read(intext) END thanks for any hint beste gruesse jochen From abidoo.too at ...11... Mon Jan 27 00:33:53 2003 From: abidoo.too at ...11... (BODARD Fabien) Date: Mon, 27 Jan 2003 00:33:53 +0100 Subject: [Gambas-user] divide strings In-Reply-To: <200301270001.41761@...24...> References: <200301270001.41761@...24...> Message-ID: <200301270026.28629.abidoo.too@...11...> Le Lundi 27 Janvier 2003 00:03, Jochen Georges a ?crit : > hello gambassies > > i still try to divide strings to make word-puzzles. > > i found Aray.FromString - ok, now i can divide a string in its > words. > > but i still do not know how to divide it in its characters. > > > does anyone know? > > thanks in advance > > beste gruesse > jochen > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user in code -- PUBLIC FUNCTION DivideText (sText as String) as Array Dim Index as Integer Dim arDivText as New Array For Index = 0 to Len(sText) arDivText.Add Mid(sText, Index, 1) Next Return arDivText END I thing it work.... But if you have an out of bound in the Mid function... Type : For Index = 0 to Len(sText) - 1 This function return an array so in your main sub ... d?clare an array ex :(with a form named FTest with a button named 'Button1') '//Code start here// Dim ?arGlobalText as New Array STATIC PUBLIC SUB Main() Dim hForm as Form hForm = New FTest hForm.Show END Public Sub Button1_Click() Dim sVar as String ?arGlobalText = DivideText("Hello") For Each sVar in ?arGlobalText Message.Info(sVar) Next END PUBLIC FUNCTION DivideText (sText as String) as Array Dim Index as Integer Dim arDivText as New Array For Index = 0 to Len(sText) arDivText.Add Mid(sText, Index, 1) Next Return arDivText END '//Code finish Here// i hope i've not made error... i've don't tested it.... Fabien for your probleme with the open function... PRIVATE inttext AS String PUBLIC SUB _new() intext = "hello" 'it's a file? so v?rify the path... and use the exist() function ... END PUBLIC SUB Button1_Click() dim outexte as String Open intext for read as #File Read(#File, outtext) Print outext END Fabien From karl.reinl at ...9... Mon Jan 27 07:17:39 2003 From: karl.reinl at ...9... (Charlie) Date: Mon, 27 Jan 2003 07:17:39 +0100 Subject: [Gambas-user] combobox Message-ID: <3E34CF03.9080004@...9...> Salut Benoit and gambas mailers, before starting this week, I have to tell you. I refound another way to crash the IDE on my system. Getting a Combobox , strike F4 to get Properties, open the List and click on Insert -------------->c...h On a Combobox with a filled List. (with a older Version (File date Sept. 03 2002)) strike F4 to get Properties, open the List -------------->c...h hope you haven't troubles. Charlie From jochen.georges at ...22... Mon Jan 27 13:17:18 2003 From: jochen.georges at ...22... (Jochen Georges) Date: Mon, 27 Jan 2003 13:17:18 +0100 Subject: [Gambas-user] divide strings In-Reply-To: <200301270026.28629.abidoo.too@...11...> References: <200301270001.41761@...24...> <200301270026.28629.abidoo.too@...11...> Message-ID: <200301271316.15611@...24...> On Monday 27 January 2003 00:33, BODARD Fabien wrote: > Le Lundi 27 Janvier 2003 00:03, Jochen Georges a ?crit : > > hello gambassies > > > > i still try to divide strings to make word-puzzles. > > hi gambasians, hi fabien Mid$ is that, what i was looking for thank you very much. beste gruesse jochen From gambas at ...1... Tue Jan 28 11:31:15 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 28 Jan 2003 11:31:15 +0100 Subject: [Gambas-user] combobox In-Reply-To: <3E34CF03.9080004@...9...> References: <3E34CF03.9080004@...9...> Message-ID: <200301281131.15673.gambas@...1...> Le Lundi 27 Janvier 2003 07:17, Charlie a ?crit : > Salut Benoit and gambas mailers, > > before starting this week, I have to tell you. > I refound another way to crash the IDE on my system. > > Getting a Combobox , > strike F4 to get Properties, > open the List > and click on Insert -------------->c...h > > On a Combobox with a filled List. (with a older Version (File date > Sept. 03 2002)) > strike F4 to get Properties, > open the List -------------->c...h > > hope you haven't troubles. > > Charlie > Thanks Charlie. I fixed that. -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 28 11:36:37 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Tue, 28 Jan 2003 11:36:37 +0100 Subject: [Gambas-user] don't know how to read In-Reply-To: <200301262350.58001@...24...> References: <200301262350.58001@...24...> Message-ID: <200301281136.24877.gambas@...1...> Le Lundi 27 Janvier 2003 00:01, Jochen Georges a ?crit : > hello > > but i got an error message: > type mismatched, wanted file, got string instead > > but the encyclopedeia sais: > ------------------------------------ > READ variable [, legth] > reads the standard output as binary data whose type is given by the > type of the variable ... > if variable is a string ... > ------------------------------------ > _and_ > > READ file [,length] > ------------------------------------ > > > the code that throws the error: > PRIVATE inttext AS String > > PUBLIC SUB _new() > intext = "hello" > END > > PUBLIC SUB Button1_Click() > outtext = Read(intext) > END > > > > thanks for any hint > > > beste gruesse > jochen > Hi Jochen, Here is the contents of the encyclopaedia : READ Variable [ , Length ] Reads the standard output as binary data whose type is given by the type of the variable. The binary representation is the one used by the WRITE instruction. If Variable is a string, you can specify a length that indicates the number of bytes to read. If no length is specified for a string, it is is read from the stream. READ #File , Variable [ , Length ] Same as above, except that the data are read from the stream File. READ is used for reading binary data from a stream. You cannot use it for reading from a string. To read an integer, you do the following : DIM iInteger AS Integer OPEN ... AS #hFile ... READ #hFile, iInteger PRINT "I have read "; iInteger To read N bytes and put them in a string : DIM sString AS String DIM N AS Integer OPEN ... AS #hFile ... READ #hFile, sString, N PRINT "I have read "; sString To read a string previously written with WRITE, you just do : READ #hFile, sString without the last parameter, because the length of the string is stored in the stream by WRITE. Hope it is clearer now. -- Beno?t Minisini mailto:gambas at ...1... From bpinf at ...11... Wed Jan 29 19:20:56 2003 From: bpinf at ...11... (Bernard PRE) Date: Wed, 29 Jan 2003 19:20:56 +0100 (Paris, Madrid) Subject: [Gambas-user] Redhat 8.0 Message-ID: <3E381B88.000003.00976@...63...> Hi the list, The is always no possibility to compile gambas 043 under Redhat 8.0 ? Thanks Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: IMSTP.gif Type: image/gif Size: 494 bytes Desc: not available URL: From karl.reinl at ...9... Wed Jan 29 22:41:39 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 29 Jan 2003 22:41:39 +0100 Subject: [Gambas-user] dammed click , next dance References: <3E2C8410.6020201@...9...> <000901c2c143$54532560$020a0a0a@...55...> <3E2DC5DC.5080505@...9...> <000b01c2c2fb$0b31fb40$020a0a0a@...55...> Message-ID: <3E384A93.1060705@...9...> Salut Gerrrard, it dont like empty lines, thats not your problem, OK. but see this. '---- 1 ----------------------------------------------------------- Public do this() '----- 2 ---------------------------------------------------------- now you press Enter behind () You find : '---- 1 ----------------------------------------------------------- Public do this() '----- 2 ----------- End ----------------------------------------------- Are you still passioned to look at this ? Thanks Charlie From karl.reinl at ...9... Wed Jan 29 23:19:21 2003 From: karl.reinl at ...9... (Charlie) Date: Wed, 29 Jan 2003 23:19:21 +0100 Subject: [Gambas-user] Objects on a Form II Message-ID: <3E385369.6020408@...9...> Salut Benoit and all gambas - mailers, I still looking for a possibiliety to access to the objects on a Form. In the IDE it is made by scanning the *.form file, but is it possible to do it in a program ? Like Form.objects or something like that. I need to access to the form.object.proberties. amicalement charlie From abidoo.too at ...11... Thu Jan 30 00:35:38 2003 From: abidoo.too at ...11... (Fabien BODARD) Date: Thu, 30 Jan 2003 00:35:38 +0100 Subject: [Gambas-user] Objects on a Form II In-Reply-To: <3E385369.6020408@...9...> References: <3E385369.6020408@...9...> Message-ID: <200301300035.39008.abidoo.too@...11...> Le Mercredi 29 Janvier 2003 23:19, Charlie a ?crit : > Salut Benoit and all gambas - mailers, > > I still looking for a possibiliety to access to the objects on a Form. > In the IDE it is made by scanning the *.form file, but is it possible to > do it > in a program ? > Like Form.objects or something like that. > I need to access to the form.object.proberties. > > amicalement > > charlie > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Salut It's really simple !!! Form is a container and a control so look at the container properti in the componant explorer ''// Dim hControl as Control Dim Counter as Integer For Each hControl in Me.Children Counter = Counter + 1 Print hControle.With Next Message.Info ("There is " & str(Counter) & "Control in this Form") END Fabien From karl.reinl at ...9... Fri Jan 31 20:36:28 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 31 Jan 2003 20:36:28 +0100 Subject: [Gambas-user] Application Message-ID: <3E3AD03C.7000808@...9...> Salut Benoit, is it nessecery to have to different Applications one in gb and the other in gb.qt ? regards Charlie From karl.reinl at ...9... Fri Jan 31 20:30:58 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 31 Jan 2003 20:30:58 +0100 Subject: [Gambas-user] message Message-ID: <3E3ACEF2.4040101@...9...> Salut Banoit, why Message is case sensitive and other classes not ? amicalement charlie From karl.reinl at ...9... Fri Jan 31 21:12:03 2003 From: karl.reinl at ...9... (Charlie) Date: Fri, 31 Jan 2003 21:12:03 +0100 Subject: [Gambas-user] Objects on a Form III References: <3E385369.6020408@...9...> <200301300035.39008.abidoo.too@...11...> Message-ID: <3E3AD893.9010907@...9...> > > >>Salut Benoit and all gambas - mailers, >> >>I still looking for a possibiliety to access to the objects on a Form. >>In the IDE it is made by scanning the *.form file, but is it possible to >>do it >>in a program ? >>Like Form.objects or something like that. >>I need to access to the form.object.proberties. >> >>amicalement >> >>charlie >> >> >Salut >It's really simple !!! > >Form is a container and a control >so look at the container properti in the componant explorer > >''// >Dim hControl as Control >Dim Counter as Integer > >For Each hControl in Me.Children > Counter = Counter + 1 > Print hControle.With >Next >Message.Info ("There is " & str(Counter) & "Control in this Form") > >END > >Fabien > > Salut , this works well for all Controls on 'the first flor' only. I got mor informations on DIM hControl AS Object But wow can I find out the Containers and theire Controls ? How can I aske for the kids ? I turned Objects,Containers and Controls! Is theire a roadmap ? Charlie From gambas at ...1... Fri Jan 31 23:33:38 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 31 Jan 2003 23:33:38 +0100 Subject: [Gambas-user] Objects on a Form III In-Reply-To: <3E3AD893.9010907@...9...> References: <3E385369.6020408@...9...> <200301300035.39008.abidoo.too@...11...> <3E3AD893.9010907@...9...> Message-ID: <200301312333.38464.gambas@...1...> Le Vendredi 31 Janvier 2003 21:12, Charlie a ?crit : > >>Salut Benoit and all gambas - mailers, > >> > >>I still looking for a possibiliety to access to the objects on a Form. > >>In the IDE it is made by scanning the *.form file, but is it possible to > >>do it > >>in a program ? > >>Like Form.objects or something like that. > >>I need to access to the form.object.proberties. > >> > >>amicalement > >> > >>charlie > > > >Salut > >It's really simple !!! > > > >Form is a container and a control > >so look at the container properti in the componant explorer > > > >''// > >Dim hControl as Control > >Dim Counter as Integer > > > >For Each hControl in Me.Children > > Counter = Counter + 1 > > Print hControle.With > >Next > >Message.Info ("There is " & str(Counter) & "Control in this Form") > > > >END > > > >Fabien > > Salut , > > this works well for all Controls on 'the first flor' only. > I got mor informations on > > DIM hControl AS Object > > But wow can I find out the Containers and theire Controls ? > How can I aske for the kids ? > > I turned Objects,Containers and Controls! > > Is theire a roadmap ? > > Charlie > > Hi Charlie, you can find controls by recursively examining containers. Maybe I will create a Form.Controls property to get all controls in one shot. Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Jan 31 23:34:48 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 31 Jan 2003 23:34:48 +0100 Subject: [Gambas-user] Application In-Reply-To: <3E3AD03C.7000808@...9...> References: <3E3AD03C.7000808@...9...> Message-ID: <200301312334.48830.gambas@...1...> Le Vendredi 31 Janvier 2003 20:36, Charlie a ?crit : > Salut Benoit, > > is it nessecery to have to different Applications one in gb and the > other in gb.qt ? > > regards Charlie > > > Yes. The Application class in gb.qt extends the Application class in gb by adding it new properties. I find this very powerful, don't you ? Regards, -- Beno?t Minisini mailto:gambas at ...1... From gambas at ...1... Fri Jan 31 23:35:16 2003 From: gambas at ...1... (=?iso-8859-1?q?Beno=EEt=20Minisini?=) Date: Fri, 31 Jan 2003 23:35:16 +0100 Subject: [Gambas-user] message In-Reply-To: <3E3ACEF2.4040101@...9...> References: <3E3ACEF2.4040101@...9...> Message-ID: <200301312335.16796.gambas@...1...> Le Vendredi 31 Janvier 2003 20:30, Charlie a ?crit : > Salut Banoit, > > why Message is case sensitive and other classes not ? > > amicalement > charlie > > What do you mean by that ? -- Beno?t Minisini mailto:gambas at ...1...