[Anjuta-list] Re: using execl().. how?
- From: Luthfi <a luthfi gmail com>
- To: anjuta-list lists sourceforge net
- Subject: [Anjuta-list] Re: using execl().. how?
- Date: Mon Apr 11 03:07:16 2005
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]