Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-17 Thread Phạm Quang Dương
Hope this help :) The key is Pointer. 2011/4/9 Benoît Minisini > > aStruct * anExternFunc(...) > > with: > > aStruct { > > aClass *data > aStruct *previous > aStruct *next > } > > > How to get all *data > I tried > > pNext = anExternFunc(...) > while pNext <> null > > pData = Pointer@(pNext) > >

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread Rolf-Werner Eilert
Thanks a lot! I printed this out and will try it on a test system first as soon as I find some time for it, maybe over the weekend. Regards Rolf Am 17.05.2011 12:25, schrieb munix9: > > hi, > > use yast and search for libqt4 in software installation to identify your > current version or try in

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread munix9
hi, use yast and search for libqt4 in software installation to identify your current version or try in a console rpm -q libqt4 or zypper se -s libqt4 my "extended" repo http://download.opensuse.org/repositories/home:/munix9:/openSUSE:/11.4:/Extended/standard/ is connected to several other repos

Re: [Gambas-user] gb3: "System error #90: Message too long in Network:604."

2011-05-17 Thread Ian Haywood
On Tue, May 17, 2011 at 2:56 PM, Kevin Fishburne wrote: > I was trying to send a 100+ Kb UDP packet and received this error. Is this a > bug, or am I missing something? I think UDP packets are limited to 64KB. Ian -- Ach

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread Rolf-Werner Eilert
Hi Paolo, thanks for the hints! I used the Education repo and installed 2.22 from there, it seems to run flawlessly. As to libqt: what do you mean "extended" and how do I find the version on my system? Rolf Am 17.05.2011 10:04, schrieb munix9: > > hi, > > take a look at http://software.opens

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread munix9
hi, take a look at http://software.opensuse.org/search to find the packages, eg. http://software.opensuse.org/search?q=gambas2&baseproject=openSUSE%3A11.4&lang=de&exclude_debug=true currently there exists two official repos with gambas2 packages: http://download.opensuse.org/repositories/KDE:/KD