search for: shellexecut

Displaying 20 results from an estimated 36 matches for "shellexecut".

Did you mean: shellexecute
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...
2005 Oct 31
1
MS Visual FoxPro DECLARE command doesnt work
I'm a programmer using Microsoft Visual FoxPro for daily work. I'm trying to run a self written program on wine. This program uses several Windows API functions. An example is: DECLARE INTEGER ShellExecute IN z:/usr/lib/wine/shell32.dll.so ; INTEGER, STRING, STRING, STRING, STRING, INTEGER ShellExecute( 0, "open", "notepad.exe", "", "", 1 ) The DECLARE line itself seems to work but the actual call to ShellExecute() raises an error (DLL file is missing o...
2001 Jun 29
0
How does ShellExecute() work?
OK I figured out part of my problem. [In short, I have an windows application that spawn netscape with some command-line url]. As was suggested in this thread, I had to install a windows version of netscape (I only had the linux native version installed). The installation set up the registry and things work (well sort of, netscape complains about not being able to write to the tmp directory e:
2008 May 27
2
HH.EXE location
...ws\system32\hh.exe %1 There is no hh.exe located in that directory. The hh.exe file is located in the C:\windows\ directory. If wine uses the registry how does it find hh.exe? I have a windows program whose help file is in chm format. It appears this program calls hh.exe directly rather than use a ShellExecute to display it's help file. I thought possibly I could replace hh.exe to see if I could get the chm file to render properly. How would one go about this if wine is not using hh.exe to display .chm files? James
2005 Oct 09
3
Exploring Folders
...my company develops Windows applications and we are trying to get them to work correctly under Wine. We have two outstanding issues 1. Toolbars - the generic icons do not list (ie STD_DELETE). Currently posted under Bugzilla 2. We provide menu links to open a folder using the Win32 API command ShellExecute(hwndDlg, NULL, szFolder, NULL, NULL, SW_SHOWNORMAL); (szFolder is the folder path to open) Under Windows this opens Windows Explorer with the sleected folder open. This allows our uses to open/print the various files in these folders. Under WIne the above command does nothing. A feedback via Bu...
2017 Jun 09
6
Logging the click data
> The log command will be executed wherever it is in the template. > By "current system user", what do you mean? There'll need to be > write permission for the CGI process, which is probably the same > identity as the web server process. I basically changed the ownership of the /var/log/omega directory to the current user using: sudo chown `whoami` /var/log/omega But I
2009 Apr 30
0
CreateProcess and redirected stdout from Linux apps?
I'm using Wine 1.0.1. I have a Win32 application that uses ShellExecute in some places and CreateProcess in others to execute batch files and executables. Under both Windows XP and Wine, both ShellExecute and CreateProcess execute their executables successfully. However, when using CreateProcess on Windows the output of batch files or console apps is redirected and...
2005 Oct 09
1
Explore Folders Followup
Hi, a follow-up to my last post. Is there a simple way to determine is a Win32 application id running via Wine? I know the documentation says we should not do this but as there is the issue with ShellExecute on folders not doing anything we need to handle things differently when using Wine. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051010/80538b93/attachment.htm
2008 May 25
5
Registry override?
...I edited the registry entry for chm.file to /usr/bin/run_prog kchmviewer %1 > > Note: > While researching regedit I noticed the reference to wineprefixcreate at: > http://wiki.winehq.org/UsefulRegistryKeys > > Do you now call wineboot to update? > A windows program using ShellExecute with "open" on c:\MyChmFile.chm appears to still call HH.EXE Is it possible to override wine using HH.EXE? Last tested on clean install of rc2 James
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
...nt and favorite browser): ===================================================== require ''Win32API'' require ''wxruby'' class WrappedHtml < Wx::HtmlWindow def initialize(*args) super @shell = Win32API.new(''shell32'', ''ShellExecute'', ''LPPPPI'', ''L'') end def on_link_clicked(link) @shell.call 0, ''open'', link.get_href, nil, nil, 1 end end class App < Wx::App def on_init dialog = Wx::Dialog.new nil, -1, ''About''...
2007 Mar 19
1
"Module not found"
...unicate with a GPS using GPSBabel. I've run GPSBabel by itself under wine and it works. I've run the batchfile by hand and *THAT* works (under wcmd). However, I've since discovered that when GSAK tries to execute BABEL.BAT (GSAK is a delphi program which uses something similar to VBs ShellExecute to run batch files), wine looks for cmd.exe to run and fails to find it. I tried to correct this by linking cmd.exe to wcmd.exe to execute, because I figured setting COMSPEC wouldn't be enough as GSAK is looking for cmd.exe not wcmd.exe, with the following results: wine: could not load L&quo...
2016 Feb 05
0
Wine release 1.9.3
...D about itself if SetCapture() is called twice. Fran?ois Gouget (18): bcrypt/tests: Add a trailing '\n' to some ok() calls. mshtml/tests: Add a trailing '\n' to an ok() call. bcrypt: Add a trailing '\n' to a WARN() call. shell32/tests: Trace the last ShellExecute command whenever a corresponding test fails. shell32/tests: Call okShell() after a shell_execute{_ex}() test. shell32/tests: Trace the association properties for the DDE tests. shell32/tests: Test handling of nonexistent verbs in ShellExecute() & co. shell32/tests: Show...
2016 Feb 19
0
Wine release 1.9.4
...avoid an invalid memory access. Fran?ois Gouget (16): shell32/tests: Fix okShell()'s tracing so it takes todo and other flags into account. shell32/tests: Fix the DDE tests on Windows 10. shell32/tests: Fix test_dde_default_app() on Windows XP SP1. shell32/tests: Fix a ShellExecute() race condition. shell32/tests: Remove support for a todo_wine flag in ShellExecute()'s test_lnks() loop. shell32/tests: Skip a few ShellExecute() tests when the process has insufficient privileges. shell32/tests: Move a test_argify() check so it is run even if we could not...
2005 Apr 21
1
Flash and Contribute
...photoshop and InDesign 3.0 work great. However both Contribute3.0 and FlashMX do not work. They both have a common error. Flash: fixme:actctx:CreateActCtxW stub! Contribute offers a few more: fixme:win:User32InitializeImmEntryTable (0x19650412): stub fixme:actctx:CreateActCtxW stub! fixme:exec:ShellExecuteExW32 flags ignored: 0x00000440 Flash starts to load the splash screen but never makes it past that, and contribute just can't get going at all. If anyone has any ideas, they would be apprecitated. Caleb O'Connell
2006 Apr 13
0
how to open a linux application in the windows program
I appreciate your help as I begin to understand Wine. I installed kernel-win32 on Linux,and tried running a program which is developed with vc++6.0. The program runs well except opening a linux application. I can use system(),WinExec(),and ShellExecute() to open a windows application in vc++6.0. The question is,how to open a linux application in my program?and how to fill the correct parameters in these 3 functions. --yaoyansi --------------------------------- ÑÅ»¢1GÃâ·ÑÓÊÏä°Ù·Ö°Ù·ÀÀ¬»øÐÅ ÑÅ»¢ÖúÊÖ-ËÑË÷¡¢É±¶¾¡¢·ÀɧÈÅ -------------- ne...
2012 Oct 12
0
Wine release 1.5.15
...drv_wgl{Describe,Set}PixelFormat() static. shlwapi: Implement PathCreateFromUrlAlloc(). Assorted spelling fixes. shell32/tests: Improve the shell_execute{_ex}() tracing. oledb32/tests: Make test_database() static. shell32/tests: Some more type consistency fixes for the ShellExecute() return value checks. shell32/tests: Simplify shlexec's test_argify() and test_lpFile_parsed() and avoid numeric literals. shell32/tests: Write proper tests for CommandLineToArgvW(). shell32/tests: Add more ShellExecute() shortcut tests. shell32/tests: Merge shlexec...
2008 Dec 25
2
Acessing pdf help files (PR#13419)
Full_Name: Marc Thibault Version: 2.8.1 OS: Windows XP Pro SP2 Submission from: (NULL) (216.104.125.106) I had Adobe Acrobat 5 and Adobe Reader 9 installed. The .pdf "open" association is to Reader. When I selected "Help | Manuals(in pdf) | An Introduction to R", it brought up the file in Acrobat instead of Reader. After making sure the default associations were correctly
2017 Dec 15
0
Wine release 3.0-rc2
...s about fatal dx9 errors appear on map loading 44010 Armel support 44130 Possible access to unintended variable in "dlls/comctl32/imagelist.c" line 299 44147 regression in ole2 datacache 44148 DX Library: Multiple PlaySoundMem() calls don't work when using XAudio2 44153 ShellExecute crash when opening explorer.exe 44171 PTHREAD_STACK_MIN breaks build on GNU hurd ---------------------------------------------------------------- Changes since 3.0-rc1: Akihiro Sagawa (2): po: Update Japanese Translation. ntdll/tests: Add tests for time zone names. Alex Henrie (...
2012 Sep 28
0
Wine release 1.5.14
...mp_register(). jscript: Make jsval_variant() static. d3dcompiler_43: Make add_type_to_scope() static. d3dcompiler_43: Remove an unwanted trailing '\n' in debug_dump_instr(). comdlg32: Make FD31_GetFldrHeight() static. shell32/tests: Use consistent types for the ShellExecute() & co return value. shell32: Add tests for ShellExecute()'s handling of file URLs. d3dx9_36/tests: Fix compilation on systems that don't support nameless structs or unions. windowscodecs: Fix compilation on systems that don't support nameless unions. oleaut...
2018 Mar 18
0
Wine release 2.0.5
...unction msvcr120.dll._get_purecall_handler 44075 Unable to set subsystem version with VC++ 2013 link.exe 44130 Possible access to unintended variable in "dlls/comctl32/imagelist.c" line 299 44148 DX Library: Multiple PlaySoundMem() calls don't work when using XAudio2 44153 ShellExecute crash when opening explorer.exe 44168 Wizardry 8 hangs when starting a new game or loading a saved game 44170 MSMoney data File password no more recognized 44175 stack corruption and crash with OpenSSH port 44180 TMIDI Player: Crash on startup with a stack overflow 44194 Serious Sam...