Re: call openoffice in linux from wine

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

 



SOLLLLVEDDDDDDDDDDDDDDDD

original code of program.exe:

Code:
#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("probando ejecutable");
    printf("llamando a ABIWORD desde wine ...");
    system("/bin/sh -c /script.run file.txt");
    return 0;
}



modified code:

Code:
#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("probando ejecutable");
    printf("llamando a ABIWORD desde wine ...");
    system("/bin/sh -c \"/script.run file.txt\"");
    return 0;
}



works perfectly






[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux