[Wine] ShellExecute

dfloss dfloss at imap.com
Mon Mar 19 00:54:16 CDT 2007


When running under Wine, ShellExecute isn't opening .html files that my 
Windoze app creates.

Any thoughts?  I know very little about linux or Wine.


//fname is unicode CString that has a fully qualified *existing* .html 
filename
   HINSTANCE h = ShellExecute(NULL, _T("open"), fname, NULL, NULL, 
SW_SHOWNORMAL);
   if ((UINT)h <= 32)
     { /* yep, it fails to launch */ };


More information about the wine-users mailing list