search for: shellexecuteexa

Displaying 3 results from an estimated 3 matches for "shellexecuteexa".

Did you mean: shellexecuteex
2007 Mar 19
2
ShellExecute
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 */ };
2014 May 02
0
Wine release 1.7.18
...t window loses capture to itself. shell32: Respect CMIC_MASK_NO_CONSOLE in ShellLink InvokeCommand. shell32: Pass MASK_NO_CONSOLE through to context menu handlers. shell32: Use CREATE_NEW_CONSOLE when SEE_MASK_NOCONSOLE is omitted. shell32/tests: Use SEE_MASK_NO_CONSOLE with ShellExecuteExA. start: Don't use SEE_MASK_NO_CONSOLE. appwiz.cpl: Don't use SEE_MASK_NO_CONSOLE to run installers. ole32/tests: Add tests for storage locking. ole32/tests: Add tests for sharing storages in transacted mode. ole32: Reserve the range lock sector. ole32: In...
2010 Aug 04
6
64-bit chess engines and wine 1.2
Hi, an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8. Code: max at ub64:~/Downloads$ uname -a Linux ub64 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC