Re: Gtk windows problem!!



 > system("edit ..."); is not going to do anything useful under Windows. 

Why not? It works as expected for me (if the program doing it is a
console application, at least): It starts edit.com in the console
window in question (which changes the console's size and colours, but
they are restored after exiting edit).

> Example: strcpy(registro,"edit");
>         strcat(registro,fichsal);
>         system(registro);

Is this the real code? Then the trivial error is that there is no
space between "edit" and the file name.

Anyway, this has nothing to do with GTK+, please follow up
privately...

--tml




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