[Wine] Re: linux native program from wine

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:46:34 CDT 2007


levin <slavokrivak at gmail.com> wrote:
> hi All ,
> how can I call linux program in wine ?
> 
> exmple : i need start konqueror, from windows program
> 
> int main(){
>           system("konqeror"); // ?????????????????????????????????
> 
> 
> }

IIRC, just execute a linux binary like you would execute a windows
binary in windows, and wine will take care of the rest.

Daniel


More information about the wine-users mailing list