[Anjuta-list] Re: using execl().. how?



thanks.. i have tried using your advice, but it still doesn't work.
i forget whether the project close or an error message appear.

Luthfi

> 
> hi
> 
> I think that you don't use execl the right way.
> As I remember, in execl, the first argument of the argument list is the
> name of executable and the list ends with NULL.
> In your case, this should be
> 
> execl("/Project/form1", "/Project/form1", NULL);
> 
> I hope this helps
> 
> Fabrice
>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]