similar to: [Help] When one application internally invokes another applic ation?

Displaying 20 results from an estimated 10000 matches similar to: "[Help] When one application internally invokes another applic ation?"

2002 Aug 14
1
[Help] When one application internally invokes another application?
Dear all, I wonder wine's config would help if one application needs to invoke another application, say, Notes Client to open attachment with notepad.exe. I fail to open the attached txt file and it complained no such program. I have put notepad.exe on /usr/share/wine-c/windows/ and /usr/share/wine-c/windows/system :-( Anyone could help is much appreciated. Thanks. Leanne
2002 Sep 18
1
[Help] Flash 5 installation failed on Wine 4-9-2002
Dear Mr Mohr, I found the posting you helped for the Flash 5 installation. I now cannot install Flash 5 on wine 4.9.2002 version. Attached please find the log when running wine --debugmsg +relay,+text,+string,+ole setup.exe Could you kindly help to have a look? Very thanks. Leanne
2002 Jan 06
1
cups printing quicken I guess wine-bugs is dead.
Hello wine people, this is my first posting here. I am using the gimp printing ppd,cups and lpr on a hpdj842c. Wine release 20011226. On Debian woody with 2.4.17. Everything rocks so far except whenever i try to print wine freaks out and dies. Crossover is using Wine release 20010629. I have tried printing in linux and it works fine. I also have crossover installed (I actually paid for it).
2002 Feb 21
1
Help tracing WINE funcion..
Hi all, I need some assistance.. I'm trying to trace a problem. The quick description is when I run the Visual FoxPro 5 development environment, and I click in a 'edit' window (like when you bring your program up, to edit it) the screen freezes. when I ran wine --debugmsg +win vfp.exe, my last line of trace is: trace:win:EVENT_Capture (0x20021) So I saw that SetCapure() called
2001 Sep 05
3
Problems setting up printing/registry
I am trying to set up Wine to be able to print. I am able to print from Linux I am able to print ps from Linux I am following a combination of the westfalen HOWTO and the Wine documentation (assuming that the documentation is more up to date) I am testing by trying to print from notepad. I have got as far (after too many hours!!) as the following when I select the Print option
2001 Sep 06
1
crystal reports under wine
Has anyone had any success with Crystal Reports under Wine? The problem I am currently having is with the print engine itself and is probably nothing to do with printing; Page fault on trying to access 0x00000000 in CRPE32.DLL.Prompt3DViewAngle (which I presume is bought in by Crystal from 3dgraphics) The dll is either version 8.0.0.371 or 8.0.0.392 -- Bill Medland
2003 Feb 02
1
Winspool errors with notepad
When I run notepad or sthing that needs winspool I get : err:winspool:AddPrinterW pName = L"" - unsupported err:winspool:PRINTCAP_ParseEntry lp not added by AddPrinterA (87) What should I do fix it ? The docu didnt help about this. (Perhaps it should be updated, as the psdrv.reg doesnt exist anymore.) [syl@snoop Temp]$ notepad --debugmsg +winspool trace:winspool:AddPrinterDriverA
2002 Sep 17
2
Unable to print with the Wine PS driver
I'm trying to get Wine to print through it's PS driver, without success, on a HP DeskJet 694C, configured on Linux with the cdj670 driver. What I get to see on screen after I attempt to print are three windows with exclamation marks on a yellow triangle and garbled text. The first window is titled "Printer name", the second "Device name", the third "Output".
2003 Jun 20
2
winword2000 has pipe problems
High dears, I just do my first step on wine on SuSE8.2 and Wine 20030508, installed from new rpm for SuSE. First I have installed the Office2000 with that command: Office2000 Prem> wine --dll cabinet=n --debugmsg +loaddll setup.exe hat it seems to be work: I have got the messages "restart your Computer". After that I start wine notepad only to see if wine is still working
2003 Aug 07
0
wine takes minutes to open display
I had wine working great for a while on my RH7.3 system, but then all of a sudden it wouldn't open programs anymore. So I decided to uninstall wine, install a newer version (wine-20030709) and try again. But still the same problem. I didn't get any error messages, everything seems to work, but no display. I tried it with notepad, and ran wine --debugmsg +loaddll notepad.exe.so. At first I
2008 May 15
1
"possible hijacking of X11-forwarded connections" bug has not been fixed completely
leanneHi OpenSSH team, I am still able to reproduce this problem with openssh50 code both on hpux. Seems like OpenSSH didn't fix this problem completely. how to reproduce: 1. root at sshpa4# uname -aHP-UX sshpa4 B.11.23 U 9000/800 3267743753 unlimited-user license 2. sshd_config X11Forwarding yesX11DisplayOffset 10X11UseLocalhost no // must not use "yes" to bind
2008 May 16
4
[Bug 1464] New: "possible hijacking of X11-forwarded connections" bug has not been fixed completely
https://bugzilla.mindrot.org/show_bug.cgi?id=1464 Summary: "possible hijacking of X11-forwarded connections" bug has not been fixed completely Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: Other OS/Version: HP-UX Status: NEW Severity: security
2002 Dec 08
2
Installation Samba 2.2.7
Hello! I have a question about installing samba on my linux. I have ThizLinux 6.0 (delivered with the mainboard Chaintech 7VJL) on my PC. There isn?t any samba-server installed, so I have download it from your server (samba-2.2.7.tar.gz) after using tar (tar xvfz samba-2.2.7.tar.gz) and reading your instruction i did like you say: I chang the directory (cd /root/Download/samba-2.2.7/source) and
2004 Feb 04
1
getting started with wine on debian and W2K
Dear All Thanks for your comments. I have downloaded and installed wine-20040121. Unfortunately things seem to have worsened. I installed wine with my Windows partition mounted umask=000, and used the Windows partition for the wine installation when prompted (sorry can't remember the prompt question wording). I didn't install & run winesetuptk as everything seemed ready to
2008 May 15
0
[Bug 52] ssh hangs on exit
https://bugzilla.mindrot.org/show_bug.cgi?id=52 leanne <njleanne at hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |njleanne at hotmail.com --- Comment #58 from leanne <njleanne at hotmail.com> 2008-05-15 17:05:09 --- (In
2001 Apr 10
3
DLL at fixed location and memory sharing between executables
Is there a way to get the following to work under WINE? (i.e. to get two executables to share global memory as they do under windows) We have a DLL that is at a specified memory location. At the top of the code a variable is declared as follows: #pragma data_seg( "global_mem" ) #pragma bss_seg( "global_mem" ) unsigned uAttachmentCount = 0; Now.. The main program links
2001 Jun 22
1
What will I need
Thanks, but will I need any special libraries (tcl or something)? Once again thanks for help U¿ytkownik "Bill Medland" <medbi01@accpac.com> napisa³ w wiadomo¶ci news:01c0fa80$6752a040$6f0c10ac@medbi01... > GodMan <godman@tenbit.pl> wrote in article > <9gt6hn$jbb$1@news.internetia.pl>... > > Hello, > > What will I need (and where can I download it?) to
2004 May 03
0
wine-users digest, Vol 1 #1756 - 15 msgs
besides wine is there no other package thats can be used ----- Original Message ----- From: <wine-users-request@winehq.org> To: <wine-users@winehq.org> Sent: Friday, April 30, 2004 5:20 PM Subject: wine-users digest, Vol 1 #1756 - 15 msgs > Send wine-users mailing list submissions to > wine-users@winehq.org > > To subscribe or unsubscribe via the World Wide Web, visit
2002 Oct 18
0
(no subject)
Hi All, Wondering if there is a document that tells how to get wine printing through a cups printer working? Yes I know the wine docs say it's all magic and if you're using cups your printing will magically work, but for some reason, it doesn't, my wine session crashes and burns when I try to print from the built in notepad (or any other apps I've tried: in particular, Lotus
2001 Nov 13
0
Cannot install/run very important application (fwd)
On Tue, 13 Nov 2001, Norbert Zawodsky wrote: | Hello everybody! | | Yesterday I downloaded wine 20011108 and tried it but I have still | the same problem: | | The installation starts, I click through some info-screens but when | the actual installation-process begins, a message box pops up. Title: | "Visual Basic 6.0" Text: "Ung?ltiges Bild" ('invalid picture' | in