Hi all,
First off: a Happy New Year to all!!
Congrats with the release of Gambas3.
So far I am running into the following problem:
During the make processs the Message
||
|| Unable to compile gb.form.stock
||
is generated.
Mr Fabian, I have a few rather complex repor
Le 03/01/2012 21:32, Jussi Lahtinen a écrit :
> Experimenting more with this... and apparently I have not used "For Input"
> in any other of my projects.
> Since also this fails:
> hProcess = Exec ["echo", "hello?"] For Input As "Process"
>
> So, child program does *not* have to be written with gam
Experimenting more with this... and apparently I have not used "For Input"
in any other of my projects.
Since also this fails:
hProcess = Exec ["echo", "hello?"] For Input As "Process"
So, child program does *not* have to be written with gambas. That was my
hasty conclusion.
Jussi
On Mon, Ja
Thanks for the replies!
Csaba
2012/1/2, Ron :
> You always get unfreed stuff when using Quit in a GUI project is my
> experience.
>
> In Form_Close()
>
> ' exit program
> Main.CloseAll()
> FMain.Close
>
> END
>
> In CloseAll() I close all file handles, sockets, serial ports and stop
> timer
Send output of reconf and configure.
Example:
( ./reconf-all && ./configure -C ) > ~/Desktop/compile.log 2>&1
Jussi
On Tue, Jan 3, 2012 at 09:19, Liu Yongjian wrote:
> I have install the following required packages :
>
>
> build-essential autoconf libbz2-dev libfbclient2 libmysqlclient-dev
>
你好
It depends on which debian version you are ?
I use ubuntu 12.04 (alpha) but 11.10 is very similar.
you won't have kde because kdelibs4-dev aren't in repos anymore.
I installed gambas2 from apt-get but I don't like the old theme : so I
apt-get a native qt3 theme "polymer", but I could compile
I use Gambas 2 , the following component is disable :
- gb.qt
- gb.qt.kde
- gb.qte
even if I have install the package `libqt3-mt-dev`. Note: I can't install `
kdelibs4-dev`.
On Tue, Jan 3, 2012 at 3:19 PM, Liu Yongjian wrote:
> I have install the following required packages :
>
>
> build-essen