On Monday 18 April 2005 11:51, Aristidas Vilkaitis wrote:
> Since i'm quite new to both C and Gtk, i met a problem which i am not
> able to solve. The base of the problem is that i have a task, which
> should fetch several files from the internet. When a button is pressed,
> a new window wi
Aristidas Vilkaitis ha scritto lo scorso 18/04/2005 12:51:
Hello,
Since i'm quite new to both C and Gtk, i met a problem which i am not
able to solve. The base of the problem is that i have a task, which
should fetch several files from the internet. When a button is pressed,
a new window w
You may use the pthread.h C library and use multiples threads to do
what you want... I don't know exactly how to do it, but it is a way
out for your problem!
--
André Pedralho
Bachelor in Computer Science
Instituto Nokia de Tecnologia
On 4/18/05, Aristidas Vilkaitis <[EMAIL PROTECTED]> wrote:
>