From gambas at ...1... Sat Jun 8 16:57:19 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 08 Jun 2013 16:57:19 +0200 Subject: [Gambas-devel] declaration of pointers how? In-Reply-To: References: Message-ID: <51B3464F.2010508@...1...> Le 27/05/2013 23:30, PICCORO McKAY Lenz a ?crit : > i read the documentation and also the tutorial, but i have a problem.. > > i try to implement finger print library fprint and there are many > double pointers declarations, **var event *var.. > > i decalre as Pointer var but how to this case of double pointers? > > NOTE: how could send code in maillist, mailman buch the mail if i send > some gambas code > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > Sorry for the late answer! Something like a "int **var" in C is just a pointer variable in Gambas. You declare it as "Pointer". Now, how to access the value? You use the Pointer@() Gambas function and the others from the same family. For example: int func(int **var); becomes: Extern func(ppvar As Pointer) As Integer And you use it that way: Dim pvar As Pointer ' Send the address of pvar (which is a 'int *') func(VarPtr(pvar)) ' Now pvar contains a pointer that points at an integer Print Int@(pvar) -- Beno?t Minisini From gambas at ...1... Thu Jun 20 23:41:05 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Thu, 20 Jun 2013 23:41:05 +0200 Subject: [Gambas-devel] error postgresql problem on gui In-Reply-To: References: Message-ID: <51C376F1.6010407@...1...> Le 27/05/2013 23:59, PICCORO McKAY Lenz a ?crit : > i got this error in atached file: > > This application has raised an uneexpected error and must abort > > Unable to store passwod > _desktop_Password.put.86 > > > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > This bug has been fixed normally. Which version of Gambas do you use? On which desktop? Please give the details! -- Beno?t Minisini From marcobra.ubuntu at ...176... Tue Jun 25 16:01:39 2013 From: marcobra.ubuntu at ...176... (marco bra) Date: Tue, 25 Jun 2013 16:01:39 +0200 Subject: [Gambas-devel] Crash in gb.map when "quick scrolling" In-Reply-To: <20130211183007.GC852@...693...> References: <20130211183007.GC852@...693...> Message-ID: Fabien has disabled "zooming effects" so is working for me now... Hth Marco 2013/2/11 Tobias Boege : > On Mon, 04 Feb 2013, Sebastian Kulesz wrote: >> If i open the gb.map example and, at any time, do a quick scroll (this is, >> a fast rotation of the mouse wheel to zoom in) gbx3 crashes. Here is the >> output from gdb: >> > > ... > >> >> I can "sort" of reproduce them (i always get a crash when i scroll) but it >> depends on that i do before it. If i move the map around a bit i get a >> different crash than if i directly scroll. >> >> I'm using a fully updated Archlinux x64 system. >> >> If you need more debug info please let me know! > > I came across this bug, too, finally trying the gb.map example. > > The same situation for me and additionally, I get a signal #6 when > (slowly step-by-step) scrolling too deep into the map. It comes from an > assertion which states: > > gbx3: malloc.c:3621: _int_malloc: Assertion `victim->fd_nextsize->bk_nextsize == victim' failed. > > Sebastian, maybe you should carry this to gambas-user? > > Regards, > Tobi > > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel -- Linux Infinite Freedom I'm writing from this place: http://www.openstreetmap.org/?lat=44.39945&lon=8.6798&zoom=15&layers=M From gambas.fr at ...176... Tue Jun 25 17:34:28 2013 From: gambas.fr at ...176... (Fabien Bodard) Date: Tue, 25 Jun 2013 17:34:28 +0200 Subject: [Gambas-devel] Crash in gb.map when "quick scrolling" In-Reply-To: References: <20130211183007.GC852@...693...> Message-ID: Yes ineed to change the zooming effect proc. During this time you need to deesable the effects by doing Mapview.enableeeffect=false Le 25 juin 2013 16:02, "marco bra" a ?crit : > Fabien has disabled "zooming effects" so is working for me now... > > Hth > Marco > > 2013/2/11 Tobias Boege : > > On Mon, 04 Feb 2013, Sebastian Kulesz wrote: > >> If i open the gb.map example and, at any time, do a quick scroll (this > is, > >> a fast rotation of the mouse wheel to zoom in) gbx3 crashes. Here is the > >> output from gdb: > >> > > > > ... > > > >> > >> I can "sort" of reproduce them (i always get a crash when i scroll) but > it > >> depends on that i do before it. If i move the map around a bit i get a > >> different crash than if i directly scroll. > >> > >> I'm using a fully updated Archlinux x64 system. > >> > >> If you need more debug info please let me know! > > > > I came across this bug, too, finally trying the gb.map example. > > > > The same situation for me and additionally, I get a signal #6 when > > (slowly step-by-step) scrolling too deep into the map. It comes from an > > assertion which states: > > > > gbx3: malloc.c:3621: _int_malloc: Assertion > `victim->fd_nextsize->bk_nextsize == victim' failed. > > > > Sebastian, maybe you should carry this to gambas-user? > > > > Regards, > > Tobi > > > > > > > ------------------------------------------------------------------------------ > > Free Next-Gen Firewall Hardware Offer > > Buy your Sophos next-gen firewall before the end March 2013 > > and get the hardware for free! Learn more. > > http://p.sf.net/sfu/sophos-d2d-feb > > _______________________________________________ > > Gambas-devel mailing list > > Gambas-devel at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > > > -- > Linux Infinite Freedom > > I'm writing from this place: > http://www.openstreetmap.org/?lat=44.39945&lon=8.6798&zoom=15&layers=M > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: