hi All , how can I call linux program in wine ? exmple : i need start konqueror, from windows program int main(){ system("konqeror"); // ????????????????????????????????? }
On 08/30/2006 08:11, *levin* wrote:> how can I call linux program in wine ?Hoping this help you: http://wiki.jswindle.com/index.php/Advanced_Wine_User_Information#Runing_Linux_software_From_Wine
levin <slavokrivak@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