Re: Wine FAQ edits

2011-02-05 Thread Albert Lee
On Thu, Feb 3, 2011 at 9:49 PM, Vitaliy Margolen wrote: > On 02/03/2011 09:17 AM, Albert Lee wrote: >> >> The instructions were intended to give some context for users who >> might not be familiar with the ~ expansion. > > Then mention that if you must. "~"

Re: Wine FAQ edits

2011-02-05 Thread Albert Lee
On Sat, Feb 5, 2011 at 3:05 AM, Gert van den Berg wrote: > On Thu, Feb 3, 2011 at 18:17, Albert Lee wrote: >> The instructions were intended to give some context for users who >> might not be familiar with the ~ expansion. > > Using {$HOME} would be more portable. The Bour

Re: Wine FAQ edits

2011-02-03 Thread Albert Lee
On Thu, Feb 3, 2011 at 12:32 PM, David Laight wrote: > On Thu, Feb 03, 2011 at 11:17:39AM -0500, Albert Lee wrote: >> >> > >> >> ?It's exec(2)'ed so it doesn't matter what the program is. >> > >> > Basically run in a shell. So y

Re: Wine FAQ edits

2011-02-03 Thread Albert Lee
On Thu, Feb 3, 2011 at 12:13 AM, Vitaliy Margolen wrote: > On 02/02/2011 09:52 PM, Albert Lee wrote: >> >> I meant 'cd' is the command preceding this one in the block this is a >> part of, if you look at the context. > > Then you should remove that cd inste

Re: Wine FAQ edits

2011-02-02 Thread Albert Lee
On Wed, Feb 2, 2011 at 1:52 AM, Vitaliy Margolen wrote: > On 02/01/2011 09:47 PM, Albert Lee wrote: >> >> On Sat, Jan 29, 2011 at 4:36 PM, Vitaliy  wrote: >>>> >>>> -cd ~/.wine/drive_c/Program\ Files >>>> +cd .wine/drive_c/Program\ Files >&g

Re: Wine FAQ edits

2011-02-02 Thread Albert Lee
I notice you reverted the changes after I addressed these issues, care to explain why? On Tue, Feb 1, 2011 at 11:47 PM, Albert Lee wrote: > On Sat, Jan 29, 2011 at 4:36 PM, Vitaliy wrote: >> On 01/29/2011 12:21 PM, Dan Kegel wrote: >>> >>> Hi Albert, >>> ht

Re: Wine FAQ edits

2011-02-02 Thread Albert Lee
On Wed, Feb 2, 2011 at 8:03 AM, Rosanne DiMesio wrote: > On Sat, 29 Jan 2011 13:18:40 -0500 > Albert Lee wrote: > >> >> I notice you have reverted my edits to the FAQ on the wiki ( >> http://wiki.winehq.org/FAQ?action=info ). As I was trying to clarify >> the sh

Re: Wine FAQ edits

2011-02-01 Thread Albert Lee
On Sat, Jan 29, 2011 at 4:36 PM, Vitaliy wrote: > On 01/29/2011 12:21 PM, Dan Kegel wrote: >> >> Hi Albert, >> http://wiki.winehq.org/FAQ?action=diff&rev2=384&rev1=383 looks >> like it was a pretty big edit. >> >> Try smaller ones, and try to do just one kind of change per edit. > > That, and the

Wine FAQ edits

2011-01-29 Thread Albert Lee
Hi Vitaliy, I notice you have reverted my edits to the FAQ on the wiki ( http://wiki.winehq.org/FAQ?action=info ). As I was trying to clarify the shell metacharacter information and operating system/platform support, and add new file association instructions, I would like to know why this happened

Re: Wine runs IE7!

2010-11-26 Thread Lee
Hans Leidekker codeweavers.com> writes: > > > Well, sort of. I found bugs in shell32, rpcrt4, comctl32 and wininet > that I had to implement, stub and override my way past before it would > render a page, but finally, here's the obligatory screenshot. > > -Hans > Well it sure would be nice

Re: Can Relay miss some calls in initialization stage?

2010-07-09 Thread Hayan Lee
Hayan On Fri, Jul 9, 2010 at 2:29 PM, Marcus Meissner wrote: > On Fri, Jul 09, 2010 at 10:34:10AM -0400, Hayan Lee wrote: > > Hi, all > > > > I'm working on relay layer in WINE. > > When I turn on WINEDEBUG=+relay, relay looks to miss some calls. > > > &g

Can Relay miss some calls in initialization stage?

2010-07-09 Thread Hayan Lee
Hi, all I'm working on relay layer in WINE. When I turn on WINEDEBUG=+relay, relay looks to miss some calls. When is the relay layer loaded? Before dll loaded or after? If WINE does something in its initialization step, relay can catch those or not? Thanks in advance. Hayan

Why some gdi32 calls aren't caught in relay while some are caught?

2010-07-01 Thread Hayan Lee
Hi, all I found that WINEDEBUG=+relay works by dlls/ntdll/relay.c and I'm trying to catch function call of dlls. Wine doc says relay supports user32, ntdll, etc, but not gdi32. However when I run wine, some gdi32 calls are caught, e.g, CreateBitmap() But some aren't caught, e.g, CreateBitmapIndir

Re: GPU driver version reporting

2010-06-01 Thread Albert Lee
On Wed, 2 Jun 2010 03:14:34 +, Seth Shelnutt wrote: > I am trying to get folding at home gpu client working. The issue we are > having now is that it detects the driver version and says it is not > right, and it won't proceed. I've searched through the lines of a > WINEDEBUG=+trace and I think

Re: What is the point of mincore() in reserve_area( ) in libs/wine/mmap.c?

2010-05-05 Thread Albert Lee
On Tue, 04 May 2010 10:22:44 -0600, Charles Davis wrote: > On 5/4/10 10:17 AM, Johann "Myrkraverk" Oskarsson wrote: >> Hi all, >> >> In the Solaris/BSD implementation of reserve_area() in libs/wine/mmap.c >> there is >> >> for (i = 0; i < size; i += pagesize) >> if (mincore(

Re: [PATCH] RFC: C99: rewrote some extern inline to static inline

2010-04-15 Thread Albert Lee
On Thu, 15 Apr 2010 11:56:32 +0200, Yann Droneaud wrote: > In order to build with CLANG with default arguments, extern inline > declaration > must be changed. > > By default CLANG uses C99's "extern inline" semantic which is like > gcc's "inline", and not the expected gcc's "extern inline" behavo

Re: configure.ac: detect libusb-1.0

2010-03-24 Thread Albert Lee
On Wed, 24 Mar 2010 19:43:22 +0200, Damjan Jovanovic wrote: > On Wed, Mar 24, 2010 at 6:58 PM, Albert Lee wrote: >> On Wed, 24 Mar 2010 16:15:59 +0200, Damjan Jovanovic >> wrote: >>> Changelog: >>> * configure.ac: detect libusb-1.0 >>> >> >&

Re: configure.ac: detect libusb-1.0

2010-03-24 Thread Albert Lee
On Wed, 24 Mar 2010 16:15:59 +0200, Damjan Jovanovic wrote: > Changelog: > * configure.ac: detect libusb-1.0 > There are multiple libusb implementations (notably, Solaris libusb and FreeBSD libusb20) and it would be necessary to do an API test for those, rather than using pkgconfig. -Albert

Re: Problems compiling Wine 1.1.39 in Solaris 10

2010-03-04 Thread Albert Lee
On Thu, 04 Mar 2010 12:05:55 +, Dimitris Vikeloudas wrote: > Hi there > > I am trying to compile wine 1.1.39 for Solaris 10 x86 technology. > > I stack on compilation errors of the acledit dll. I am not sure how to > proceed forward. > > I used ./tools/wineinstall and the latest GNU tools

Re: Firefox not installing with winetricks. Reason: need to upgrade 3.5.3 to 3.5.5.

2009-11-22 Thread Albert Lee
On Sat, 21 Nov 2009 20:49:13 -0800, Ido Tal wrote: > Hi, > > I've just now tried to install firefox with winetricks and failed. A short > scan reveals what the problem is (I think): the version winetricks is > trying > to install is 3.5.3. Looking at > http://releases.mozilla.org/pub/mozilla.org/

Re: AppDB - Watchtower Library as Nr. 1 Top-10 Platinum application

2009-08-01 Thread David Lee Lambert
The other factor is that it sounds like it's a fairly simple application to run, basically just a plain-text viewer with minimal DRM, which is why it has reached "platinum" status. Some games have as many as 400 votes. 2009/7/30 Igor Tarasov > 2009/7/30 Groeschel, Volker : > > This looks like a

Re: Appdb flight simulation sub category

2009-07-02 Thread David Lee Lambert
To me, "Flight simulation" (like MS flight simulator, Top Gun, ...) seems like a totally different category that Simulation Games (SimCity, SimTower, Mall Tycoon, ...), so it should be a different category direcly under Games. -- DLL 2009/7/2 Ken Sharp > Simulation Games is already in there. Be

Re: Icons, logos, Tango, consistency, the user experience, and our project looks like a 2D champaign flute

2009-04-17 Thread David Lee Lambert
HAT important? If > anything it makes Wine distinguishable from the beverage. Do we get > any outraged wine enthusiasts posting on wine-users or the forum > telling us that we use the wrong glass in our logos? Agreed. -- David Lee Lambert ... Software Developer, member IEEE, ACM Cell ph

Compile error in taskmgr before 1.1.14

2009-04-15 Thread David Lee Lambert
remember seeing this error, or is it likely to be the result of misusing git? Build system is Debian 4.0 with gcc 3.3, 3.4 and 4.1 available. -- David Lee Lambert ... Software Developer, member IEEE, ACM Cell phone: +1 586-873-8813 GPG key at http://www.lmert.com/keyring.txt IM: davidleelambert (Yahoo!) or lambe...@cse.msu.edu (MSN)

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-19 Thread Timothy Lee
Dear Roderick, Roderick Colenbrander wrote: > I'm just bumping into this discussion. From what I read the reason you need > such functionality is for a mozilla powerpoint plugin. Have you figured out > how this embedding is done on Windows? I don't know much about it but I think > embedding wor

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-18 Thread Timothy Lee
Dmitry Timoshkov wrote: > "Timothy Lee" <[EMAIL PROTECTED]> wrote: > >>> That kind of hack has nothing to do with Wine desktop window if what it >>> targets is just an application window. >> Um. How about if the scope of the patch is repharsed as

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-18 Thread Timothy Lee
Dear Dmitry, Dmitry Timoshkov wrote: > "Timothy Lee" <[EMAIL PROTECTED]> wrote: >>>>> I'm struggling to imagine a case where the behaviour you've >>>>> implemented is useful. >>>> I'm actually using this code

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-18 Thread Timothy Lee
owerPoint Viewer always playback slides inside a window that covers the whole desktop. Hence the idea was born to embed the desktop inside a native X11 window. I thought this patch might be useful to others with similar requirements, namely, to embed full-screen win32 applications inside a native X11 window. Regards, Timothy Lee

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-16 Thread Timothy Lee
Robert Shearman wrote: > Timothy Lee wrote: >> The attached patch allows the WINE desktop to be embedded within an >> existing X11 window, and is similar to the windowed mode in WINE. >> >> I've tested this feature using MS PowerPoint Viewer 2007, so that a >&

[PATCH] Environment variable to specify X11 window for desktop

2008-02-13 Thread Timothy Lee
Dear all, The attached patch allows the WINE desktop to be embedded within an existing X11 window, and is similar to the windowed mode in WINE. I've tested this feature using MS PowerPoint Viewer 2007, so that a fullscreen slideshow can be fitted inside any X11 window. Regards, Timoth

Re: Executing wine over make segfaults.

2006-11-06 Thread Lee Harr
Then probably the only way to unbreak the broken apps is to add noexec=off to the kernel command line. I saw a few others say that this worked around the problem, so I rebooted and added noexec=off ... I still get the segfault running wine from make.

Re: Executing wine over make segfaults.

2006-11-04 Thread Lee Harr
# wine --version Works! But: Makefile - test: wine --version - Then run: #make test Wine will segfault! I am having the same problem. I use wine to run a compiler from a Makefile. A few months ago, it worked fine, but recently it stopped working. I even downgraded to

Re: usp10: Resend - usp10: Implement and test Script{Apply, Record}DigitSubstitution.

2006-09-02 Thread Albert Lee
On Saturday 02 September 2006 12:08 am, you wrote: > Albert Lee wrote: > > +TRACE("%p, %p, %p\n", sds, sc, ss); > > + > > +SCRIPT_DIGITSUBSTITUTE psds; > > + > > This causes a warning: > > gcc -m32 -c -I. -I. -I../../include -I../../includ

cvs help for bug #4541, Wine > 20050725 with FreeBSD 6.0

2006-04-04 Thread Lee Parsons
ch ends up returning: cvs checkout: cannot find module `2005-09-21 05:20:20 CDT' - ignored I would like to be able to determine which patch specifically is responsible. Any help with CVS would be useful here. thank you Lee Parsons

Re: Regarding Implementation of Microsoft Speech SDK using wine

2006-01-24 Thread David Lee Lambert
Mike McCormack wrote: Kalpit Shah wrote: I want to implement the Microsoft Speech SDK using wine on Fedora Core 3. How feasible is this.can anyone give me an insight on how do i go about doing this. please give me some orientation. The first step is to familiarize yourself wit

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-19 Thread David Lee Lambert
Joseph Garvin kzoo.edu> writes: > Tony Lambregts wrote: > > > It's been there a long time... > > > > http://www.winehq.org/site/forums > > > > look at [Archive 2] > > Now actually having looked at gmane, I can say that it's not nearly as > newb friendly as a real phpBB forum would be -- it was

Re: WINEBROWSER: also handle mailto: urls.

2005-11-23 Thread David Lee Lambert
Hans Leidekker wrote: As suggested by Alexandre, I factored out some common code in winebrowser and extended it to handle mailto: urls as well. This version looks much better. Just one small question: +length = sizeof(mailers); +/* @@ Wine registry key: HKCU\Software\Wine\WineMail

Re: What would most aid WINE development?

2005-11-19 Thread David Lee Lambert
[EMAIL PROTECTED] wrote: The only real barrier that remains is for sufficient number of businesses and administrations to adopt a strategy where it is no longer acceptable to publish and transmit documents in a format that forces the recipient to have the lastest version of M$ office to rea

Re: What would most aid WINE development?

2005-11-19 Thread David Lee Lambert
Susheel Daswani wrote: My belief (which opposes the 'fact' stated above) is that if there was virtually complete documentation of what exists, and full disclosure of additions and modifications, a cloning could be achieved. Of course it would take a huge capital and time investment, but the pay

Re: Wine and Mono

2005-10-26 Thread David Lee Lambert
Jonathan Ernst wrote: .exe files are often associated with Wine so that it's easy for users to double click a windows application and have it working like any native application. Wouldn't it be possible for Wine to detect .Net application and run them using mono (mono app.exe) instead of just f

Re: [wine] Re: Improve Bugzilla Query page usability by changing default state?

2005-10-13 Thread David Lee Lambert
Molle Bestefich wrote: http://www.google.com/search?q=site%3Abugs.winehq.org doesn't work either, Google does not index the contents of the bugs pages. Not sure why. See http:///bugs.winehq.org/robots.txt I think at least the following paths should be opened up to GoogleBot and other in

Re: Wine's Registry Format

2005-06-20 Thread David Lee Lambert
On Thursday 16 June 2005 11:20 pm, you wrote: > On Sat, 18 Jun 2005 22:22:56 +0200, Alexandre Julliard wrote: > > Actually the current method is probably the fastest for everything > > except the initial read. > > The only reason that the current method is fast is because we're loading > the entire

Re: [wine] Soliciting suggestions for AppDB

2005-06-14 Thread David Lee Lambert
On Wednesday 08 June 2005 08:32 pm, Mitchell Mebane wrote: > I'm putting together a Summer of Code proposal for working on the AppDB. > I've been talking with Chris Morgan, and he has a few suggestions, but I > was looking for more. Does anybody have any features they'd like added > to the AppDB,

Re: [wine] Re: [msvcrt] Implement %I types for printf

2005-06-07 Thread David Lee Lambert
000-10-16) and Solaris (SunOS 5.9) manpages. I'd certainly call that a "standard way", even if it's not supported everywhere. Apparently 4.4 BSD and older versions of Linux libc used a "%q" flag for the same thing. Would it be OK for Jesse to use a "configur

Re: [wine] Re: Software patents

2005-05-12 Thread David Lee Lambert
e one company's patent put all "compatible" implementations on shaky legal ground. -- David Lee Lambert (also [EMAIL PROTECTED])cell ph# 586-873-8813 PGP key at http://www.cse.msu.edu/~lamber45/newmail.htm#GPGKey resume at http://www.cse.msu.edu/~lamber45/resume.htm

Re: [wine] Re: Commercial support

2005-05-11 Thread David Lee Lambert
course, but it would seperate the serious *commercial* support (companies or individuals who pay atention to their own financial statements) from organizations that would be less prepared to deal with a lot of new business. However, both of these ideas are just things to think about when the list

Re: [wine] Re: KERNEL: Implement undocumented SetCPGlobal API call

2005-04-04 Thread David Lee Lambert
ou're developing you're application's data-file formats from scratch, you ought to define a format (probably using some form of Unicode for character data) and stick to it. Do you think IE or IIS actually uses this particular call? -- David Lee Lambert (also [EMAIL PROTECTED])ce

Re: [wine] Re: [Discuss] Recycle Bin problem with Preclick image editing software

2005-02-09 Thread David Lee Lambert
functions in that file, so I doubt that a "correct Recycle Bin" is first-priority for the Wine team. -- David Lee Lambert (also [EMAIL PROTECTED])cell ph# 586-873-8813 PGP key at http://www.cse.msu.edu/~lamber45/newmail.htm#GPGKey resume at http://www.cse.msu.edu/~lamber45/resume.htm

Re: PRESS: run windows viruses with wine ...

2005-02-04 Thread David Lee Lambert
generally requires manual intervention (as root) to even access non-Linux partitions. -- David Lee Lambert (also [EMAIL PROTECTED])cell ph# 586-873-8813 PGP key at http://www.cse.msu.edu/~lamber45/newmail.htm#GPGKey resume at http://www.cse.msu.edu/~lamber45/resume.htm

Re: [wine] RFC: more Windows-NT like user directories?

2004-09-20 Thread David Lee Lambert
On Mon, Sep 20, 2004 at 12:32:19AM -0700, Juan Lang wrote: > Folks, I'm still working on the shell path functions, > and I was thinking of changing the directory layout > for the shell directories (desktop, start menu, my > documents and whatnot) from the Windows 95-ish way to > the NT-ish way. Th

Re: [wine] Linux registry

2004-08-30 Thread David Lee Lambert
On Mon, Aug 30, 2004 at 03:27:49PM +0200, Robert van Herk wrote: > These people seem to be implementing a kinda Windows registry clone into > Linux, but then secure, stable 'n' stuff... I looked at this and, as it stands, the project is basically a bunch of hot air and a little bit of demo co

Re: [Wine]faking network shares

2004-08-14 Thread David Lee Lambert
On Thu, Aug 12, 2004 at 12:42:08PM +0100, Fergal Daly wrote: > I have an app that wants to read from \\server\directory\file.ini and I > don't have an easy way of changing this, so I want to tell wine that > \\server\directory is available in /mnt/smb/server/directory. Is this > possible? What do

Re: [wine] Re: config converting problem

2004-08-14 Thread David Lee Lambert
On Wed, Aug 11, 2004 at 04:45:20PM +0200, Henning Gerhardt wrote: > Hi Mike, you wrote: > >I'm not sure what to do about this, except maybe to add back in support > >for ${HOME} style vars. It's clear that people are "using" (at least, > >installing) much older versions than we anticipated. > >

Re: Wine and locales

2004-08-04 Thread David Lee Lambert
On Wed, Aug 04, 2004 at 11:20:57AM +0300, Shachar Shemesh wrote: > David Lee Lambert wrote: > >On Wed, Jul 28, 2004 at 10:13:15PM -0700, Alexandre Julliard wrote: > >>"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > >>I don't see how the settings w

Re: Wine and locales

2004-08-03 Thread David Lee Lambert
On Wed, Jul 28, 2004 at 10:13:15PM -0700, Alexandre Julliard wrote: > "Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > > > I like the idea of moving that setting to the config file. We can't > > use existing unix locale settings except LC_ALL and LANG because > > every user's system might have (an

Re: Wine and locales

2004-07-28 Thread David Lee Lambert
Dmitry Timoshkov wrote: I still want your patch to be removed until you at least write test cases showing what exactly APIs are affected by system/user locale. Using LC_CTYPE for the system default locale (current ANSI code page) is very dubious choice as well. The whole purpose and the patch itsel

Re: [wine] Re: IE6 installation error. would you please give me a suggession

2004-07-03 Thread David Lee Lambert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jul 02, 2004 at 12:42:02PM -0400, Andrei Barbu wrote: > Can't the wine installer chmod a-w all of those right when it sets > things up? This won't work if the WINDOWS\\SYSTEM directory is on a VFAT partition. > > solution is to this. Maybe pr

Re: [wine] Re: Fw: [Mono-list] System.Windows.Forms plans.

2004-07-03 Thread David Lee Lambert
On Fri, Jul 02, 2004 at 10:48:57PM +0800, Jonathan Wilson wrote: > Bascily, there should be 3 sorts of APIs exported in WINE. ... > and 3.external WINE apis. There should be a limited set of special APIs > which are made available to enable projects like mono and others wanting to > interact wit

Re: Setting up drive letters without wineinstall?

2004-06-22 Thread David Lee Lambert
On Sat, Jun 19, 2004 at 05:42:36PM -0700, Alexandre Julliard wrote: > An initial set of symlinks will be created by wineprefixcreate; they > can then be modified with winecfg (or by changing the symlinks by hand > of course). The plan is also to have winecfg autodetect cdroms but > that's not done

Wine causing a Segmentation Fault

2004-06-22 Thread David Lee
ll. and using the wineinstall tool. I'm running fedora 2 and using the sources. RPMs don't work either. -- David Lee

Re: [wine] Re: Zombie processes

2004-06-07 Thread David Lee Lambert
On Tue, 8 Jun 2004, Robert Shearman wrote: > Shachar Shemesh wrote: > > It seems Wine has been > generating lots of zombie processes > when it's not 100% cleanly killed. I > have also seen the system hold > a socket created from a wine process in > "ESTABLISHED" state, when no > process is r

Latest Wine with Corel Office 9

2004-04-14 Thread David Lee Lambert
I just got around to patching and compiling the '0408 release of Wine, and I notice a few improvements. I tried it out with Corel PerfectOffice 9, of which my family has several copies. Here are my results: WordPerfect hung at the splash screen. Presentations loaded up, but the menu was empty

Re: [wine] Re: Implement RegFlushKey

2003-12-31 Thread David Lee Lambert
On Sat, 27 Dec 2003, Shachar Shemesh wrote: > Dmitry Timoshkov wrote: > >"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > > > >>This is a request to understand, not a suggestion (yet?). > >>Why not use a general purpose DB system? (postgresql, mysql, whatever) > >>After all, the registry is just a t

Re: [wine] List of API functions and completeness.

2003-09-15 Thread David Lee Lambert
On Thu, Sep 11, 2003 at 12:21:56AM +0200, Jacobus Erasmus wrote: > Hi I'm looking for a list of all the functions that would be displayed > in a debug list. ... > Basically I'm interested in writing a little script that would run > through a debug output and pickup all the functions called with the