reconf and configure work, but running make gives me this:
make[4]: Entering directory `/home/hackney/trunk/gb.db.odbc/src'
make[4]: Leaving directory `/home/hackney/trunk/gb.db.odbc/src'
make[3]: Leaving directory `/home/hackney/trunk/gb.db.odbc'
make[2]: Leaving directory `/home/hackney/trunk/gb
> Here is the output of the gdb program.
Alas it is not very useful.
Can you run the program that freeze in the console with the strace command,
and send me the output?
$ cd /path/to/my/project
$ strace gbx2 > strace.out 2>&1
Thanks in advance.
--
Benoît
> That's what I've noticed.
> I really need it to arrange, and the only way I can manage that right
> now is to add other containers inside the frame control and resize
> these containers manually using the form_resize() event.
>
> But this really shouldn't be necessary.
>
> Will this be fixed?
>
Hi all
I'm writing a program to present the results of the ping command in a
TableView.
The user can select the amount of times the program has to repeat the
process.
The program executes a While..Wend loop in which executes the ping
command, analyzes the result, and inserts a row in the TableView