Re: Palm Hotsync and usbserial: New Findings

2005-07-07 Thread James Liggett
Tried your lead, but no luck. I did find the conversation, but to my dismay it was a dead end. It ended with you saying that the problem had gone away out of the blue: http://www.winehq.com/hypermail/wine-devel/2003/05/0075.html That's very odd. Btw, I saw that you sent a patch in to check the san

Re: wine-devel -- confirmation of subscription -- request 548612 (wine-devel: message 1 of 1 -last one!-)

2005-07-07 Thread Felix Nawothnig
[EMAIL PROTECTED] wrote: I may be sending this to the wrong mailing list, if so my appologies. You are. Please file a bug report at http://bugs.winehq.org/ instead. Felix

Re: tunnelling based cvs

2005-07-07 Thread Vijay Kiran Kamuju
At work, im in a network which filters and routes all the network traffic to the web using vpn concentrator. The have closed all ports except telnet, http, ftp, ssh. So, i need the tunneling to access cvs. On 7/8/05, Troy Rollo <[EMAIL PROTECTED]> wrote: > On Thu, 7 Jul 2005 22:18, Vijay Kiran Kam

Re: wine-devel -- confirmation of subscription -- request 548612 (wine-devel: message 1 of 1 -last one!-)

2005-07-07 Thread wine-devel . 1 . tracyanne
I may be sending this to the wrong mailing list, if so my appologies. I downloaded and installed Virtual Salior a game developed for MS Windows to run under WINE. I'm using the latest version to come from Mandriva's unstable development mirror 20050524. Virtual Salior crashes with the following e

Re: App db not accepting screen shots....

2005-07-07 Thread Chris Morgan
There are images that can't seem to be uploaded. Someone sent me one that they couldn't upload and I tried ff and konqueror without success. I'm not sure if its an issue with the old version of GD we are using or what. Chris On Thursday 07 July 2005 9:08 pm, Tony Lambregts wrote: > Oliver St

Re: App db not accepting screen shots....

2005-07-07 Thread Tony Lambregts
Oliver Stieber wrote: Hi, The application DB won't let me upload a screen shot, I get 'connection to host was lost' or 'page contains no data'. Huh? WORKSFORME.. on FC3 using Mozilla 1.7.8, Firefox 1.0.4, and Konqueror 3.3.1-4.3. -- Tony Lambregts

Re: App db not accepting screen shots....

2005-07-07 Thread Chris Morgan
I've seen these errors as well. I'm not sure about the root cause. Jon, any ideas? Chris On Thursday 07 July 2005 7:48 pm, Oliver Stieber wrote: > Hi, > The application DB won't let me upload a screen shot, > I get 'connection to host was lost' or 'page contains > no data'. > > > > > > > > _

Re: Remove now-superfluous memory zeroing (resend)

2005-07-07 Thread Frank Richter
On 08.07.2005 01:31, Frank Richter wrote: > Frank Richter <[EMAIL PROTECTED]> > Always zero destination buffer in SYSPARAMS_LoadRaw(). > Remove now-superfluous memory zeroing in some other places. Err, wrong list, sorry... -f.r.

App db not accepting screen shots....

2005-07-07 Thread Oliver Stieber
Hi, The application DB won't let me upload a screen shot, I get 'connection to host was lost' or 'page contains no data'. ___ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicema

Remove now-superfluous memory zeroing (resend)

2005-07-07 Thread Frank Richter
Frank Richter <[EMAIL PROTECTED]> Always zero destination buffer in SYSPARAMS_LoadRaw(). Remove now-superfluous memory zeroing in some other places. === sysparams.c == --- dlls/user/sysparams.c (/wine/trunk/dlls/user) (revision 21

Re: tunnelling based cvs

2005-07-07 Thread Troy Rollo
On Thu, 7 Jul 2005 22:18, Vijay Kiran Kamuju wrote: > Is it possible to access the winehq cvs using tunning ssh for cvs, like in > http://www.openoffice.org/scdocs/ddSSHGuide.html Why would you need to do this? You can't get write access to the repository, and as the code is open source there is

Re: Palm Hotsync and usbserial: New Findings

2005-07-07 Thread Uwe Bonnes
> "James" == James Liggett <[EMAIL PROTECTED]> writes: James> device using pilot-link compatible apps (mainly gnome-pilot.) Oh, James> and about that crash--does the mailing list archive have a search James> engine on it? Use google. Try "bonnes pouech MMDRV_Install" -- Uwe Bonne

Re: Palm Hotsync and usbserial: New Findings

2005-07-07 Thread James Liggett
Yes, the hotplug (well, actually it's coldplug and udev) creates two USB devices, /dev/tts/USB0 and /dev/tts/USB1. With palm devices, these entries only show up when the palm is actually trying to hotsync, but palm desktop didn't really seem to care. It tried to use GetCommState when the devices sh

Re: Palm Hotsync and usbserial: New Findings

2005-07-07 Thread Uwe Bonnes
> "James" == James Liggett <[EMAIL PROTECTED]> writes: James> I'm not using a "real" adapter. I'm using the visor driver that James> is used to sync a USB palm with things like pilot-link. This Does the hotplug mechanisme create some /dev/ttyUSBx when you plug in the device? Or is the

Re: shell32: Printers folder

2005-07-07 Thread Detlef Riekenberg
Am Sonntag, den 29.05.2005, 01:13 +0200 schrieb Martin Fuchs: > Is there some problem with this patch? > Seems it's not yet committed, and I could not find any answer mail > about it. > > http://www.winehq.org/hypermail/wine-patches/2005/04/0127.html > > On 12.04.2005 13:13:27 Huw D M Davies wrot

Re: Palm Hotsync and usbserial: New Findings

2005-07-07 Thread James Liggett
I'm not using a "real" adapter. I'm using the visor driver that is used to sync a USB palm with things like pilot-link. This driver emulates a serial port in much the same way that a real one does, or so I think. I was just pointing out that people have similar behavior with real adapters, so I tho

Re: Patch 326: Esound support

2005-07-07 Thread Peter Åstrand
On Thu, 7 Jul 2005, Rene Rebe wrote: Why hasn't this patch been accepted? Btw, one reason why esddsp doesn't work with Wine on most systems seems to be that esddsp only overloads "open"; not "open64". I've tried patching libesddsp so that it overloads "open64" as well. This helps, but things

Re: _setmbcp giving error for codepage -3

2005-07-07 Thread Juan Lang
Hi Vijay, > it should not get errored out for _MB_CP_ANSI which is actually > defined in mbctype.h You're right, _MB_CP_ANSI should be defined in mbctype.h. Wine already has a mbctype.h, in include/msvcrt. Would you mind patching that? --Juan __

Re: user: properly save "flat menu" and "gradient caption" sysparams

2005-07-07 Thread Frank Richter
On 07.07.2005 19:44, Frank Richter wrote: > What issues does this patch have? Nvm. I'm just too impatient ;) -f.r.

Re: Get FireFox button ?

2005-07-07 Thread Jules Richardson
On Thu, 2005-07-07 at 18:12 +0200, [EMAIL PROTECTED] wrote: > could not give a flying f...ox ha ha! That'd make a good button linking to all the other decent free browsers out there ;)

Re: user: properly save "flat menu" and "gradient caption" sysparams

2005-07-07 Thread Frank Richter
On 06.07.2005 13:24, Frank Richter wrote: > Add support for proper saving of the "FLATMENU" and "GRADIENTCAPION" > system parameters to the registry. What issues does this patch have? -f.r.

Re: Patch 326: Esound support

2005-07-07 Thread Rene Rebe
Hi, Peter Åstrand wrote: Why hasn't this patch been accepted? Btw, one reason why esddsp doesn't work with Wine on most systems seems to be that esddsp only overloads "open"; not "open64". I've tried patching libesddsp so that it overloads "open64" as well. This helps, but things works ver

Re: Get FireFox button ?

2005-07-07 Thread wino
On Thu, 07 Jul 2005 17:37:07 +0200, Kuba Ober <[EMAIL PROTECTED]> wrote: evangelization That's the word, that's why I thought is was missed placed. After that I really could not give a flying f...ox what anyone puts on wineHQ anyway. Cioa baminos.

Re: LoadImage & 32bpp bitmaps

2005-07-07 Thread Kevin Koltzau
On Thursday 07 July 2005 10:06 am, Frank Richter wrote: > Hm... is there a way to make the *Blt() functions preserve alpha (as > they should)? This message: > http://lists.freedesktop.org/archives/cairo/2003-December/000900.html > seems to suggest that 32bpp XImages seem to be possible, but then, I

Re: Wrapping around stdcall

2005-07-07 Thread Maarten Lankhorst
To suppress warnings from my thiscall wrapped stuff, I came up with this solution, playing around a little with #define's: #ifdef __i386__ /* thiscall functions are i386-specific */ #ifdef __GNUC__ /* GCC erroneously warns that the newly wrapped function * isn't used, lets help it out of it's t

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/7/05, Kuba Ober <[EMAIL PROTECTED]> wrote: > > I guess people are really getting emotional about this. > Yes, and before a ugly Flame War breaks out it would be best if we just drop this subject and move on Cheers, Tom P.S. What makes Linux and OSS great is the people that use it

Re: Palm Hotsync and usbserial: New Findings

2005-07-07 Thread Kuba Ober
> I did some research, and as it turns out, the functions that > wine uses to poll normal serial ports (like ioctl and tcgetattr) don't > like usbserial devices very much. In fact, when I query my USB cradle > using setserial, it gives me the same "Invalid Arguement" error that > GetCommState does.

Re: Get FireFox button ?

2005-07-07 Thread Kuba Ober
> WineHQ doesn't have to do squat.. So saying WineHQ having to get a > button is incorrect within its self! This is a open debate on if we > should help promote, advocate another OSS project, and that project > just happens to be FireFox. There are probably a hundred large OSS projects worthy of p

Re: setup_exception nested exception on signal stack

2005-07-07 Thread Jose Alberto Reguero
El Miércoles, 6 de Julio de 2005 20:47, Jose Alberto Reguero escribió: > El Miércoles, 6 de Julio de 2005 20:07, Robert Shearman escribió: > > Jose Alberto Reguero wrote: > > >I had the foloowing error when I run a program: > > >warn:seh:setup_exception exception outside of stack limits in thread >

Re: Get FireFox button ?

2005-07-07 Thread Kuba Ober
On Thursday 07 July 2005 09:07, Tom Wickline wrote: > On 7/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This whole thread if off-subject , let's get back to wine=dev. > > How is this thread off subject? It has to do with the site correct? So > therefore its of subject! If you don't care f

Patch 326: Esound support

2005-07-07 Thread Peter Åstrand
The comment on http://bugs.winehq.com/show_bug.cgi?id=326 says: Why hasn't this patch been accepted? The best is to ask on wine-devel. So, now my question is, of course: Why hasn't this patch been accepted? Btw, one reason why esddsp doesn't work with Wine on most systems seems to be th

Re: LoadImage & 32bpp bitmaps

2005-07-07 Thread Frank Richter
On 07.07.2005 15:21, Kevin Koltzau wrote: > The problem I think is when the image is put into an XImage, then copied back > out it looses the alpha, so using GetPixel to verify will have the same > problem (it just returns XGetPixel). StretchBlt also does this, but > AlphaBlend does not as its

Re: commctrl: initial button theming support

2005-07-07 Thread Kevin Koltzau
On Thursday 07 July 2005 3:43 am, Frank Richter wrote: > On 07.07.2005 02:32, Kevin Koltzau wrote: > > + /* internal stuff */ > > +#define BUTTON_HOT0x8000 > > +#define BUTTON_INTERNAL (BUTTON_HOT) > > > > Under windows, the mouseover state is 0x200 > > Hm, is there a constan

Re: LoadImage & 32bpp bitmaps

2005-07-07 Thread Kevin Koltzau
On Thursday 07 July 2005 7:06 am, Frank Richter wrote: > I did so in my working copy. I also removed the double-buffering stuff > from DrawThemeBackground(), ie I AlphaBlend() directly to the screen. I > also made a small test case; the alpha is already missing from the > bitmap returned from LoadI

Re: _setmbcp giving error for codepage -3

2005-07-07 Thread Vijay Kiran Kamuju
ansi charset for windows can be found at (it is cp1252) http://www.kostis.net/charsets/cp1252.htm the cygwin implemenataion is at http://www.cygwin.com/ml/cygwin-patches/2000-q4/msg00025.html On 7/7/05, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > Hi, > > according to http://msdn2.microsoft.

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This whole thread if off-subject , let's get back to wine=dev. How is this thread off subject? It has to do with the site correct? So therefore its of subject! If you don't care for this subject just move on to one that you find of inter

Re: Get FireFox button ?

2005-07-07 Thread peter
On Thu, 07 Jul 2005 13:47:59 +0200, Tom Wickline <[EMAIL PROTECTED]> wrote: Why not some worthy appeal buttons as well , Tsunami victims are less important than FireFox? This line is off subject This whole thread if off-subject , let's get back to wine=dev. -- Using Opera e-mail on Gentoo

_setmbcp giving error for codepage -3

2005-07-07 Thread Vijay Kiran Kamuju
Hi, according to http://msdn2.microsoft.com/library/883tf19a(en-us,vs.80).aspx or msdn.microsoft.com/library/ en-us/vccore98/HTML/_crt__setmbcp.asp it should not get errored out for _MB_CP_ANSI which is actually defined in mbctype.h the value's are /* _setmbcp parameter defines */ #define _MB_C

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/7/05, David D. Hagood <[EMAIL PROTECTED]> wrote: > As I see it, Firefox links to CX because CX enhances Firefox - it allows > FF to run plugins that it could not otherwise run. True the Linux version of FireFox/Mozilla. > > *IF* Firefox enhanced Wine - by providing an MSHTML-compatible

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/6/05, Hiji <[EMAIL PROTECTED]> wrote: > > I think the Wine sites are perhaps the only exception > I can think of where promoting Firefox wouldn't > necessarily fit. Thank You... And this is one of the many reasons why *I* believe we should promote FireFox. Tom > > Hiji

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/6/05, Jules Richardson <[EMAIL PROTECTED]> wrote: > > A big part of the OSS movement is freedom of choice for the user based > on their own needs; saying "you should be using this particular piece of > software" makes you no better than the big players IMHO. What its saying is here is a alt

tunnelling based cvs

2005-07-07 Thread Vijay Kiran Kamuju
Hi, Is it possible to access the winehq cvs using tunning ssh for cvs, like in http://www.openoffice.org/scdocs/ddSSHGuide.html If so please provide me the details how to do it Thanks, Vijay

any success running HTTP-Tunnel Client

2005-07-07 Thread Vijay Kiran Kamuju
Hi, Has anybody run HTTP-Tunnel Client successfully under wine? I first complained about mozilla activex plugin, then used native dll (shdocv.dll)(using dll overrides). I gave some error with msvcrt, i did same thing as above. Then its giving me dialog box that some exception has occured. Which de

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/6/05, Sijmen Mulder <[EMAIL PROTECTED]> wrote: > He's got a point there. The target audience is mostly the Linux user - > which won't be using Internet Explorer anyways! > Are you referring to Wine's target audience? IMHO, the target audience is Linux, BSD, Solaris, Windows and soon Mac use

Re: Get FireFox button ?

2005-07-07 Thread David D. Hagood
As I see it, Firefox links to CX because CX enhances Firefox - it allows FF to run plugins that it could not otherwise run. *IF* Firefox enhanced Wine - by providing an MSHTML-compatible object, for example - then it would make sense to provide a link, as then FF would enhance Wine. But FF d

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Yes but anyone looking a wine knows about Linux and knows about the > ammount crap to expect for IE be it on wine or windows > > I find it hard to imagine that anyone coming to wine needs to be made > aware of FF or any other non-IE browser

Re: Get FireFox button ?

2005-07-07 Thread Tom Wickline
On 7/6/05, Holly Bostick <[EMAIL PROTECTED]> wrote: > > By the way, did you guys know that Mozilla.org links to CX on the > plugins page? Yes, I have always been aware of this page/plug. > > http://plugindoc.mozdev.org/linux.html > > Check the bottom of the page. > > They even bring Wine into

Re: LoadImage & 32bpp bitmaps

2005-07-07 Thread Frank Richter
On 07.07.2005 02:43, Kevin Koltzau wrote: > The stretching is happening when you try to paint, not when you load the > image. > As for stretching in uxtheme, the correct solution would actually be to use > AlphaBlend, I did so in my working copy. I also removed the double-buffering stuff from D

Re: Palm Hotsync and usbserial: New Findings

2005-07-07 Thread Uwe Bonnes
> "James" == James Liggett <[EMAIL PROTECTED]> writes: James> Hello all, I have been working on getting Hotsync to sync to a James> USB cradle using usbserial. I did some research, and as it turns James> out, the functions that wine uses to poll normal serial ports James> (like

Re: Get FireFox button ?

2005-07-07 Thread wino
Wine isn't "marketable" , it's free. I dont see anything "appealing" about running IE on Wine either, I have several excellent browsers which run Native . btw FF is not one of them. For me IE6 is more useful for quickly installing other software that "requires IE" rather than spending days

Re: commctrl: initial button theming support

2005-07-07 Thread Frank Richter
On 07.07.2005 02:32, Kevin Koltzau wrote: > + /* internal stuff */ > +#define BUTTON_HOT 0x8000 > +#define BUTTON_INTERNAL (BUTTON_HOT) > > Under windows, the mouseover state is 0x200 Hm, is there a constant or so for this? Is the mouseover state also returned by BM_GETS