[Wine]start a linux command using a win32 apps ?

luis lenders lgvlenders at yahoo.co.uk
Sun Jan 9 09:59:25 CST 2005


Well, don't know exactly what you would like to do,
but guess you could use the "system" call, and put it
in one  of the dlls the app is calling, and recompile
wine again;
to give an example:

let's say the app calls  GetScrollbarInfo in user32
(in scroll.c in the source  code of wine) ; just put a
line in there:
 system("mplayer video.avi")
 if i would like to start up this  video for example.
This is the simplest solution i guess


	
	
		
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com



More information about the wine-users mailing list