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
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
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
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]: ***
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
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
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
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
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
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
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
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
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.
13 matches
Mail list logo