[Gambas-user] segfault with insanely large array of structures

2013-08-11 Thread Kevin Fishburne
I know this code is horrible (it will be changed), but the following declarations and procedure raise a signal 11 and populate some of the array properties with non-zero values: ' Plan structures and array (server). Public Struct PlanBlockStructure ' Structure containing individual block data.

Re: [Gambas-user] GAMBAS PATH

2013-08-11 Thread Jesus
El 11/08/13 14:45, Antonio Sánchez escribió: > Hi, Benoît, would reconsider the possibility to run GAMBAS from a given > path with a environment variable or another method? It would be a great > help to run programs made with older versions of GAMBAS in new systems that > do not have in its reposit

[Gambas-user] How to share one datasource across two forms?

2013-08-11 Thread Marty
Hello, First let me say thank you to all those who have answered my past posts. As I get deeper into programming databases with Gambas, more questions come out. I have two forms which show data from the same table. The data is split up so that the user interface is less confusing. My first que

Re: [Gambas-user] GAMBAS PATH

2013-08-11 Thread Antonio Sánchez
I'm going to try your patch. I want to know what happens if you don't have installed gambas in the system and you use only your patched version in other places. 2013/8/11 Tobias Boege > On Sun, 11 Aug 2013, Antonio S?nchez wrote: > > Thanks for your feedback, Tobias. > > If the interpreter is

Re: [Gambas-user] GAMBAS PATH

2013-08-11 Thread Tobias Boege
On Sun, 11 Aug 2013, Antonio S?nchez wrote: > Thanks for your feedback, Tobias. > If the interpreter is the same, it is not useful for the purposes mentioned > above. > If I understand correctly, your patch gets to locate your program > components in other place. But it is not useful in a system wi

Re: [Gambas-user] GAMBAS PATH

2013-08-11 Thread Antonio Sánchez
Thanks for your feedback, Tobias. If the interpreter is the same, it is not useful for the purposes mentioned above. If I understand correctly, your patch gets to locate your program components in other place. But it is not useful in a system with a diferent version of gambas than yours. Gambas us

[Gambas-user] Error in revision 5785, countermand: NO problem !

2013-08-11 Thread Ru Vuott
Hello, I apologize for the false alarm. No problem ehmmm I had omitted to launch the line: ~ $ ./configure -C So, No problems in revision 5785. Excuse me. regards vuott -- Get 100% visibility into Java/.NET code

Re: [Gambas-user] GAMBAS PATH

2013-08-11 Thread Tobias Boege
On Sun, 11 Aug 2013, Antonio S?nchez wrote: > Hi, Beno?t, would reconsider the possibility to run GAMBAS from a given > path with a environment variable or another method? It would be a great > help to run programs made with older versions of GAMBAS in new systems that > do not have in its reposito

Re: [Gambas-user] GAMBAS PATH

2013-08-11 Thread Tobias Boege
On Sun, 11 Aug 2013, Tobias Boege wrote: > On Sun, 11 Aug 2013, Antonio S?nchez wrote: > > Hi, Beno?t, would reconsider the possibility to run GAMBAS from a given > > path with a environment variable or another method? It would be a great > > help to run programs made with older versions of GAMBAS

[Gambas-user] Error in revision 5785 !

2013-08-11 Thread Ru Vuott
Hello, updating my Gambas-3 with revision 5785 I obtained this error: make[3]: Entering directory `/home/vuott/trunk/main' Making all in gbc make[4]: Entering directory `/home/vuott/trunk/main/gbc' CC gbc3-gbc.o CCLD gbc3 /bin/bash: ../libtool: No such file or directory make[4]: ***

Re: [Gambas-user] GAMBAS PATH

2013-08-11 Thread Tobias Boege
On Sun, 11 Aug 2013, Antonio S?nchez wrote: > Hi, Beno?t, would reconsider the possibility to run GAMBAS from a given > path with a environment variable or another method? It would be a great > help to run programs made with older versions of GAMBAS in new systems that > do not have in its reposito

[Gambas-user] GAMBAS PATH

2013-08-11 Thread Antonio Sánchez
Hi, Benoît, would reconsider the possibility to run GAMBAS from a given path with a environment variable or another method? It would be a great help to run programs made with older versions of GAMBAS in new systems that do not have in its repositories older versions of GAMBAS. It would be useful t

[Gambas-user] Feature request: Use key- (and index-)accessor in a With clause

2013-08-11 Thread Tobias Boege
Hi Benoit, what bothers me from time to time is that With is *so* handy but can't be used to access Array or Collection elements like: With hCollection ' or hArray Print ["key"] ' or Print [0] End With I see that this would be a syntactical problem because ["key"] and [0] may equivalently wel