similar to: Exploring Folders

Displaying 20 results from an estimated 200 matches similar to: "Exploring Folders"

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 )
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 */ };
2008 May 27
2
HH.EXE location
This is related to my post about .chm where vitamin set me on the right path. http://forum.winehq.org/viewtopic.php?t=1026 Since then I reinstalled Ubuntu 8.04 and wine. While perusing the virgin registry I noticed the chm.file ...command key was: C:\windows\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
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
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
Hello, wxruby-users. This is an addition which implement wrapper for overloading wxHtmlWindow::OnLinkClicked method. Unfortunately, it was impossible to make it correctly without ugly hack to wxpp.rb, but i`m hope it does not broke it. Please look at attachment for a patch for htmlwindow.t and wxpp.rb and additional file htmllinkinfo.t (need to be added to $objs array in extconf.rb). Sample
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:
2008 May 25
5
Registry override?
I first installed kchmviewer. I then created the file run_prog: #!/bin/sh $1 "`wine winepath -u "$2"`" I tested by running from a terminal run_prog kchmviewer c:\MyChmFile.chm This worked fine 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: >
2007 Mar 19
1
"Module not found"
I'm trying to run a program called GSAK (Geocaching Swiss Army Knife) under Wine. Most of it runs, however, as part of its normal operation it creates a batch file, BABEL.BAT, to communicate 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
2005 Apr 21
1
Flash and Contribute
I just installed wine-20050419 and it's great so far. Dreamweaver works, office2000 works, Adobe 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!
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
2014 Dec 02
0
SID always change after reboot
Hello, I am using samba 4.1 sambaSID in my server alway change a new value after reboot. What wrong in my config? and How can sambaSID be stable? Thanks all! This is my samba server config: [global] workgroup = NISCI netbios name = NISCI server string = %h server (Samba, SAMBA) ;enable privileges = yes interfaces = lo eth1
2006 Feb 02
5
Could not load 'SOUND.DLL' required by 'sierrawh', error=2
Hello list, I'm trying to get some old windows Win95/98 games to run without too much luck. This example is a Sierra Hoyle Classic Games CD from 1998, which should be enough to keep my wife happy without having to reboot my computer back into windows...if I can get it to work. The installer itself runs fine, and even plays a sample sound clip to test the sound before installing. After
2006 Jun 07
7
Internet Explorer 6 Setup & A
--- James Hawkins <truiken@gmail.com> wrote: > Please try running ie6setup.exe from your home > directory and report back. An interesting development: Running it from the home directory didn't help, but running it, letting it fail, then running it again works (regardless of location). The installer finishes ok, and places all the files in Program Files/Internet Explorer.
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:
2005 Jun 09
1
Linux apps from inside Wine (was:Re: Problems with Lotus Notes R5.0.12 under Wine 20050524)
Hi Andreas, I saw someone (Mike or Joachim, I think) at the list saying you have to shutdown the wineserver. It will overwrite the system.reg as soon it goes down. So before you make the changes be sure there is none wine* process running. Hope this helps. If not, write us again and we'll help you (sometime ago I run into the same problem but I can't remember the
2008 Jul 30
4
launch linux script from windows application
Hi, We have developed a client-server application to develop and run an ERP application. The server app runs in Linux and the client app it has been developed in windows with c++, using win32 API. Now I'm trying to run it in Linux with Wine. It works fine except when i have to run some java code, in order to do that i wrote a bash script that works ok when I launch it through the command
2005 Oct 17
1
Function call order on libspeex
Hello, I intend to make a speex port for freescale DSP56F800/E. I downloaded the source code, but I not realize which function are called in which order for encode after calling speex_encode (or speex_encode_int) and speex_decode (or speex_decode_int). Could anybody help me on this? Thanks in advance Alexandre Penna
2006 Jan 17
4
Delphi Application.
Friends, Sorry my english, i'am speaking from brazil. I have a problem with an delphi application running on wine 0.93. The application open exactly, but the buttons not it appears correctly. I send the link of screenshot: http://200.195.11.195/~prolinx/screen01.jpg any help is coming well. Thanks!!! Angelo Braga
2005 Jun 08
2
Problems with Lotus Notes R5.0.12 under Wine 20050524
Hello all, I have installed R5.0.12 on Red Hat Fedora Core 3, using Wine 20050524. I'm getting a lot of FIXME messages but everything seems to be working fine. Except for the following things: 1) Attachments are working fine, except for launching the attachment to open directly in OpenOffice.org or Adobe Reader ... Most likely that this is a WINE issue rather than a Lotus Notes/Under Wine
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 displayed in a text box