Re: What to do when an application misuses an API ...

2013-07-24 Thread Damjan Jovanovic
On Wed, Jul 24, 2013 at 4:17 AM, Michael Casadevall wrote: > Hey all, > I've been working on trying to get Sid Meier's Civilization V (Civ5) up to a > point where it works relatively flawlessly on WINE. The largest issue is > that installing the latest expansion pack has completely hosed the game

Re: [PATCH 2/2] include/ddk: add usbioctl.h

2013-07-22 Thread Damjan Jovanovic
On Mon, Jul 22, 2013 at 6:46 PM, Nikolay Sivov wrote: > On 7/22/2013 22:38, Damjan Jovanovic wrote: >> >> Changelog: >> * add usbioctl.h >> >> Damjan Jovanovic > > Hi, Damjan. You forgot patches. I didn't. Why aren't they showing up?

Re: Main sources of Wine complexity

2013-06-10 Thread Damjan Jovanovic
On Mon, Jun 10, 2013 at 2:34 PM, Ivan wrote: > (short summary: why is emulation of Windows environment so difficult). > > First of all, my apologies if this is an off-topic question for this list > but I hope it will be useful for others in the similar situation. > > I need to port fairly large Wi

Re: IID mess

2013-05-03 Thread Damjan Jovanovic
Check that you are only doing ONE of the following: 1. Use "-luuid", which you are using 2. #include or #define INITGUID (which is what it does) before including the relevant COM headers Never both, or you'll get those multiple definitions. Damjan On Fri, May 3, 2013 at 11:31 AM, Daniel Jeliński

Re: qcap: Fix compilation on older systems.

2013-01-18 Thread Damjan Jovanovic
On Fri, Jan 18, 2013 at 4:45 AM, Francois Gouget wrote: > On Tue, 15 Jan 2013, Damjan Jovanovic wrote: > >> What does this patch do? libv4l1.h includes libv4l1-videodev.h which >> is a copy of linux/videodev.h. You should only need the one or the >> other. Are you saying

Re: My Wine static analysis tool

2013-01-15 Thread Damjan Jovanovic
On Tue, Jan 15, 2013 at 9:15 PM, Damjan Jovanovic wrote: > On Tue, Jan 15, 2013 at 9:06 PM, André Hentschel wrote: >> Am 15.01.2013 18:51, schrieb Damjan Jovanovic: >>> Hi >>> >>> I've hacked together a simple tool for analyzing Wine code. Currently >

Re: My Wine static analysis tool

2013-01-15 Thread Damjan Jovanovic
On Tue, Jan 15, 2013 at 9:06 PM, André Hentschel wrote: > Am 15.01.2013 18:51, schrieb Damjan Jovanovic: >> Hi >> >> I've hacked together a simple tool for analyzing Wine code. Currently >> it can do the following: >> 1. Find BOOL functions returning

Re: qcap: Fix compilation on older systems.

2013-01-15 Thread Damjan Jovanovic
What does this patch do? libv4l1.h includes libv4l1-videodev.h which is a copy of linux/videodev.h. You should only need the one or the other. Are you saying there is a system where libv4l1.h is present but incomplete, and you need to include linux/videodev.h together with it? Thank you Damjan On

Re: "Survey about gaming on linux"

2012-10-19 Thread Damjan Jovanovic
On Thu, Oct 18, 2012 at 7:49 PM, Saulius Krasuckas wrote: > The post: > http://www.linuxforums.org/forum/coffee-lounge/192526-survey-about-gaming-linux.html > > The results containing one item about using Wine: > https://docs.google.com/spreadsheet/viewanalytics?formkey=dEI5dEx1SGw5TEJMWi1RUnBUX09

Re: mountmgr.sys: For loop-mounted devices, use the backing file

2012-08-21 Thread Damjan Jovanovic
On Tue, Aug 21, 2012 at 4:25 PM, GOUJON Alexandre wrote: > I thought mounting the ISO should be the same thing than inserting the disc > in the drive. > But you seem to think that the current behaviour is the right one so in this > case, simply ignore my patch. > > Try using cdemu to load that I

Re: Using an IDE on Wine?

2012-05-12 Thread Damjan Jovanovic
On Sat, May 12, 2012 at 10:09 PM, Max TenEyck Woodbury wrote: > How many of you use an Integrated Development Environment (IDE) when > working on Wine? > > If you do, which  one do you use and how, how useful is it and how hard > was it to set up? > > Max > > Eclipse CDT is quite easy to set up,

Re: running 16bit code

2012-05-08 Thread Damjan Jovanovic
On Tue, May 8, 2012 at 11:40 AM, David Laight wrote: > Does wine support running of 16bit windows apps? > If so does it rely on the underlying OS having support > for 'virtual 8086 emulation'? > > I'm thinking of removing the VM86 support from NetBSD, > and wine is about the only likley user. > >

Re: Ubuntu 12.04 (version#2, drop previous mail)

2012-04-30 Thread Damjan Jovanovic
o broken now that we have to use a chroot, then I might as well use FreeBSD where chroot has always been the only way. Damjan Jovanovic

Re: Rethinking WineConf

2012-01-10 Thread Damjan Jovanovic
On Wed, Jan 11, 2012 at 12:00 AM, Marcus Meissner wrote: > > > - Attaching to other conferences? > > We do not really share much with other projects (please do not bring up > Samba: we don't), > What about Mono? .NET applications that use P/Invoke won't ever work outside Windows without Wine, so

Re: Mac OS X specific bugs

2011-12-23 Thread Damjan Jovanovic
On Fri, Dec 23, 2011 at 7:11 PM, wrote: > > Also, there's one thing that has annoyed me for months. Since one of > Damjan Jovanovic's patches, my /tmp/ directory gets spammed with .icons > files, thousands of them after some time. IIRC on Linux, it's always > the same .desktop files that are re

Re: winedevice taking up 100% after wine cmd

2011-11-04 Thread Damjan Jovanovic
On Thu, Nov 3, 2011 at 10:05 PM, Hin-Tak Leung wrote: > I just had a rather odd incident earlier today when I just launched "wine > cmd", and saw that my process monitor max-out to 100% - and it continued, > until I finished what I intended to do and exited cmd, minutes later. I > wasn't doing an

Re: Regression testing breakthrough

2011-10-25 Thread Damjan Jovanovic
2011/10/18 André Hentschel > Am 18.10.2011 10:45, schrieb Damjan Jovanovic: > > This tool compiled all 35000 or so commits from Wine 1.0 to around 4th > October 2011 in only 7 days, generating a Git repository of Wine binaries > that's only 26 gigabytes in size. Regression t

Re: Regression testing breakthrough

2011-10-18 Thread Damjan Jovanovic
2011/10/18 André Hentschel > Am 18.10.2011 10:45, schrieb Damjan Jovanovic: > > This tool compiled all 35000 or so commits from Wine 1.0 to around 4th > October 2011 in only 7 days, generating a Git repository of Wine binaries > that's only 26 gigabytes in size. Regression t

Re: Regression testing breakthrough

2011-10-18 Thread Damjan Jovanovic
On Tue, Oct 18, 2011 at 2:32 PM, Dmitry Timoshkov wrote: > Henri Verbeet wrote: > > > On 18 October 2011 10:45, Damjan Jovanovic wrote: > > > (especially during "reverse regression testing"), users find it too > long and > > > technical, and on

Re: Regression testing breakthrough

2011-10-18 Thread Damjan Jovanovic
On Tue, Oct 18, 2011 at 12:08 PM, Henri Verbeet wrote: > On 18 October 2011 10:45, Damjan Jovanovic wrote: > > (especially during "reverse regression testing"), users find it too long > and > > technical, and only a small minority of regressions are ever bisected. &g

Regression testing breakthrough

2011-10-18 Thread Damjan Jovanovic
The other idea I had is that users should be able to regression test through a GUI tool. Maybe the GUI tool can just download and run the +/- 122 MB binary snapshots for specific commits, instead of having the entire binary repository locally? Any other ideas? Would you like to see this tool? Can I send an attachment with it? Thank you Damjan Jovanovic

Regression by author list?

2011-10-04 Thread Damjan Jovanovic
Hi Where do we find that list of regressions by author, that was in Alexandre's keynote at Wineconf? Thank you Damjan Jovanovic

Re: Ole16 to Ole32 mapping

2011-09-19 Thread Damjan Jovanovic
7;t have headers or API documentation for 16 bit OLE. The only compiler I know of that does, is the commercial version of Digital Mars (http://www.digitalmars.com/shop.html). Damjan Jovanovic

Re: buildbot status

2011-08-29 Thread Damjan Jovanovic
2011/8/29 Dan Kegel : > 011/8/29 Frédéric Delanoy : >> On Mon, Aug 29, 2011 at 05:53, Dan Kegel wrote: >>> The buildbot now uses ccache, which sped up builds >>> tremendously.  Cycle time of build slaves with ccache >>> using is 10-11 minutes; >> >> Told you ;) From 14 mins to 10-11 mins, nice 25%

Re: Assining .bat and .com files with the desktop

2011-08-14 Thread Damjan Jovanovic
, > Scott Ritchie > > > Parsing the EXE headers requires pointer traversal (for example you need to go to the offset specified in IMAGE_DOS_HEADER's e_lfanew dword at offset 0x40 in the file to get to the extended header which starts with "NE" in the case of a Win16 executable). While "file" can do this and "man 5 magic" even has examples on how it is done for an EXE file, the simple parsing done by shared-mime-info seems unable to follow pointers. Damjan Jovanovic

Re: Assining .bat and .com files with the desktop

2011-08-11 Thread Damjan Jovanovic
On Thu, Aug 11, 2011 at 6:18 PM, Vincent Povirk wrote: > I'm not sure DOSBox is able to competently open some random executable > file. One would have to make a config file that sets up a drive > mapping, runs the file, and quits. If Wine can do these things (and > maybe also properly handle cases

Re: Assining .bat and .com files with the desktop

2011-08-11 Thread Damjan Jovanovic
I'll look into it. While I am at it, EXE files are not clearly Wine's either - they could be real-mode DOS executables, or .NET code intended for Mono on *nix. At some point, Wine/Mono/DOSBox and related projects need to have a talk about some kind of arbitration mechanism. Damjan Jovanovic

Re: Current state of USBD.SYS

2011-08-10 Thread Damjan Jovanovic
On Wed, Aug 10, 2011 at 1:15 AM, wrote: > Hi, >  I'm in the process of migrating custom patches made to WINE 1.1.7 to > WINE 1.3.24.  Among those is USBD.SYS, which we use to run a Windows > driver for a specific USB device which has no equivalent Linux driver. > I was wondering what to expect fr

Re: Wine/USB, was: Re: Glitch-free iTunes?

2011-07-16 Thread Damjan Jovanovic
On Sat, Jul 16, 2011 at 2:38 PM, Uwe Bonnes wrote: >>>>>> "Damjan" == Damjan Jovanovic writes: > >    Damjan> So it's slow going and there's a lot to do, and few Wine >    Damjan> developers seem to care. One can only hope that when some >

Re: xlive preliminary implementation

2011-07-10 Thread Damjan Jovanovic
+ 2 files changed, 375 insertions(+), 403 deletions(-) Also you don't need to send changes to configure, only configure.ac. Otherwise thank you for your contribution. Damjan Jovanovic

Re: winedevice: eliminate the driver_name global variable

2011-07-05 Thread Damjan Jovanovic
On Tue, Jul 5, 2011 at 4:23 PM, Alexandre Julliard wrote: > Damjan Jovanovic writes: > >> Changelog: >> * winedevice: eliminate the driver_name global variable >> >> This is part of general refactoring to make the driver loading code reusable. > > Have you f

Re: Glitch-free iTunes?

2011-07-05 Thread Damjan Jovanovic
On Tue, Jul 5, 2011 at 10:13 AM, Stefan Dösinger wrote: > On Tuesday 05 July 2011 06:13:32 Damjan Jovanovic wrote: >> fix requires device drivers, changes to multiple systems, knowledge of >> Windows and Wine internals -> W is large > Do we need full-fledged support for U

Re: Glitch-free iTunes?

2011-07-04 Thread Damjan Jovanovic
On Tue, Jul 5, 2011 at 4:50 AM, Keith Curtis wrote: > None of the Linux kernel developers are paid by Linus nor can be fired by > him. Linus never forces people to respond to his mails or to work on > anything. What has happened is that the team has realized that having goals > and leadership has

Re: Glitch-free iTunes?

2011-07-03 Thread Damjan Jovanovic
On Sun, Jul 3, 2011 at 4:49 AM, Keith Curtis wrote: > >> So: yeah, we know it's an important app.  But it's hard. >> Feel free to help out. >> - Dan > > Hi; > > I am glad to hear you say that iTunes is an "important" app, but I don't > understand what you mean because it has never worked. > > You

Re: mmsystem16.h incorrect? SEGPTR vs. LPSTR

2011-05-23 Thread Damjan Jovanovic
in16 at all. It's a Wine invention to conveniently mark a 16:16 pointer and since it's an integer type, it catches attempts to assign directly between 32 bit linear pointers and SEGPTRs with compiler warnings. So it seems Wine's headers should never use LP[C]STR in 16 bit structures, SEGPTR should always be used instead. Damjan Jovanovic

Re: Ubuntu likely to abandon HAL next cycle -- is this workable?

2011-05-12 Thread Damjan Jovanovic
gt; for a future USB driver?  Is someone working on the migration? > > Thanks, > Scott Ritchie Udisks has regressed from the portability of HAL to being Linux-only, what are we going to do for BSDs/Solaris/others? Damjan Jovanovic

Re: [1/2] mmsystem.dll16: fix MCI_STATUS mapping for digitalvideo

2011-05-11 Thread Damjan Jovanovic
ucture, I suppose the current heuristics are good enough. And now I can see why Microsoft abandoned further MCI development :-). > Regards, >        Jörg Höhle > Regards Damjan Jovanovic

Re: [1/2] mmsystem.dll16: fix MCI_STATUS mapping for digitalvideo

2011-05-08 Thread Damjan Jovanovic
our MCI_get_device_type is bogus.  MCI_GETDEVCAPS_DEVICE_TYPE > belongs into dwItem, not dwFlags. Let's finish this discussion, then I'll see whether to fix that bug or eliminate the entire function. > Regards, >  Jörg Höhle > Regards Damjan Jovanovic

Re: [1/2] mmsystem.dll16: fix MCI_STATUS mapping for digitalvideo

2011-05-06 Thread Damjan Jovanovic
On Thu, May 5, 2011 at 9:23 PM, Eric Pouech wrote: > Le 05/05/2011 15:30, Damjan Jovanovic a écrit : > > Changelog: > * mmsystem.dll16: fix MCI_STATUS mapping for digitalvideo > > Damjan Jovanovic > > > Hi Damjan, > > I wonder if storing the device type (or a

Re: mmsystem: Improve 16 bit mapping for MCI_WHERE/PUT/FREEZE/UNFREEZE.

2011-04-28 Thread Damjan Jovanovic
owWindow() blocks until the UI thread pumps the message loop and replies, and the UI thread is blocked in line 389 waiting for ack_event which the thread only calls SetEvent() on later -> deadlock Unfortunately setting ack_event earlier to avoid the deadlock, still doesn't get video to play. Regards Damjan Jovanovic

Re: winedevice: eliminate some globals

2011-04-15 Thread Damjan Jovanovic
On Fri, Apr 15, 2011 at 3:43 PM, Alexandre Julliard wrote: > Damjan Jovanovic writes: > >> Changelog: >> * winedevice: eliminate some globals >> >> The long term goal of this patch is to make the driver loading code >> reusable for loading drivers outside win

Re: wine.inf: Add shell handler for .url files.

2011-04-08 Thread Damjan Jovanovic
On Fri, Apr 8, 2011 at 9:22 AM, Hans Leidekker wrote: > See http://bugs.winehq.org/show_bug.cgi?id=26673 > --- >  tools/wine.inf.in |    5 + >  1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/tools/wine.inf.in b/tools/wine.inf.in > index d4a457b..048b5bb 100644 > --- a/tools/

Re: Project: x86 to ARM binary translator

2011-04-02 Thread Damjan Jovanovic
On Sat, Apr 2, 2011 at 2:19 AM, Yale Zhang wrote: > Fellow developers, > I'm thinking of starting a VM project to allow running x86 Windows apps on > ARM Android. This will obviously involve binary translation. I've read about > QEMU's  tiny code generator and think for a usable experience, >  the

Re: Idea

2011-03-21 Thread Damjan Jovanovic
On Tue, Mar 22, 2011 at 4:40 AM, Sanket Patel wrote: > > hi there, > I talk about to make wine portable. > How I am Gonna Do That is , > There is a files that are related to system and integrated in to system > while install. > We gonna change that system files places . > How ? that is still quest

Re: hooking into wine (GL video capturing app)

2011-03-10 Thread Damjan Jovanovic
On Thu, Mar 10, 2011 at 2:09 PM, Christian Parpart wrote: > Hey all, > > a few years ago I once developed an application for recording the video of > the 3D games I played via wine (and cedega). > > This all worked quite fine these days and I remember that cedega's wine > engine used other libX11

Re: mountmgr.sys: start detecting USB devices

2011-03-03 Thread Damjan Jovanovic
On Thu, Mar 3, 2011 at 1:45 PM, Maarten Lankhorst wrote: > Hi Damjan, > > Op 02-03-11 18:52, Damjan Jovanovic schreef: >> >> Changelog: >> * mountmgr.sys: start detecting USB devices > > I'd love to get this kind of work in, but since libhal has been de

Re: USB Osciloscope

2011-03-02 Thread Damjan Jovanovic
On Wed, Mar 2, 2011 at 12:56 PM, Uwe Bonnes wrote: >>>>>> "Shachar" == Shachar Shemesh writes: > Also > Damjan Jovanovic  Jan 23   91/4337  "USB architecture: driver loading > question" > tried to take up the subject, again with no feedback. F

Re: kernel32/tests: remove win9x hacks (try 2)

2011-02-24 Thread Damjan Jovanovic
On Wed, Feb 23, 2011 at 9:13 PM, Austin English wrote: > On Wed, Feb 23, 2011 at 03:17, Damjan Jovanovic wrote: >> On Wed, Feb 23, 2011 at 11:38 AM, Austin English >> wrote: >>> -- >>> -Austin >>> >>> >>> >>> >> >>

Re: kernel32/tests: remove win9x hacks (try 2)

2011-02-23 Thread Damjan Jovanovic
On Wed, Feb 23, 2011 at 11:38 AM, Austin English wrote: > -- > -Austin > > > > So test.winehq.org doesn't test Win9x any more, but why are we throwing away perfectly good Win9x tests that took years to get in?

Re: Pulling Patch

2011-02-06 Thread Damjan Jovanovic
non-revocable, is code you've placed under it still re-licensable, by you, under another license, as long as you don't revoke the LGPL in the process? ie. could I submit a piece of code to Wine and to another project? Shachar > > -- > Shachar Shemesh > Lingnu Open Source Consulting Ltd. > http://www.lingnu.com > > > > Damjan Jovanovic

Re: RFC: Adding Mac support to secur32/schannel.c

2011-02-01 Thread Damjan Jovanovic
tion http://fedoraproject.org/wiki/CryptoConsolidationEval OpenSSL isn't part of the LSB (while NSS is), so if we ever want to make a Wine LSB package, it might be a good idea to get OpenSSL out of Wine entirely. See also the August 2008 wine-devel thread about this: http://www.winehq.org/pipermail/wine-devel/2008-August/068575.html Damjan Jovanovic

USB architecture: driver loading question

2011-01-23 Thread Damjan Jovanovic
Hi There's essentially 2 ways USB could work in Wine[1]: 1. Process per driver, but special-case loading and initializing USBD.SYS Like my previous patchset: http://www.winehq.org/pipermail/wine-patches/2010-November/095883.html http://www.winehq.org/pipermail/wine-patches/2010-November/095884.ht

Re: windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger.

2011-01-21 Thread Damjan Jovanovic
On Fri, Jan 21, 2011 at 10:52 AM, Reece Dunn wrote: > On 21 January 2011 08:36, Damjan Jovanovic wrote: > > Should we reconsider libicns? Apple's APIs obviously can't be relied > upon. > > You could always: > > 1. check for native support (including presence

Re: windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger.

2011-01-21 Thread Damjan Jovanovic
Should we reconsider libicns? Apple's APIs obviously can't be relied upon. On Fri, Jan 21, 2011 at 2:58 AM, Ken Thomases wrote: > > For http://bugs.winehq.org/show_bug.cgi?id=25778 > --- > dlls/windowscodecs/icnsformat.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > > > >

Re: [PATCH 1/3] winemenubuilder: Icon heights/widths of 0 mean 256, for Vista icons.

2011-01-12 Thread Damjan Jovanovic
On Wed, Jan 12, 2011 at 7:36 AM, Ken Thomases wrote: > On Jan 11, 2011, at 2:41 AM, Damjan Jovanovic wrote: > >> The 256x256 pixel icons are designed to be viewed in that size. They >> can, and often do, contain a different picture to the smaller icons. >> When you scal

Re: [PATCH 1/3] winemenubuilder: Icon heights/widths of 0 mean 256, for Vista icons.

2011-01-11 Thread Damjan Jovanovic
The 256x256 pixel icons are designed to be viewed in that size. They can, and often do, contain a different picture to the smaller icons. When you scale them down to a smaller size, they look bad. On MacOS that may not matter since multiple icon sizes are written and the best is chosen, but on free

Re: windowscodecs: Use Mac OS X native ICNS support, not libicns.

2011-01-05 Thread Damjan Jovanovic
On Wed, Jan 5, 2011 at 1:31 PM, Ken Thomases wrote: > On Jan 5, 2011, at 5:25 AM, Damjan Jovanovic wrote: > >> It doesn't seem like a good idea to introduce a platform-specific >> dependency for ICNS support, but you might want to get feedback from >> other Wine de

Re: windowscodecs: Use Mac OS X native ICNS support, not libicns.

2011-01-05 Thread Damjan Jovanovic
On Wed, Jan 5, 2011 at 1:04 PM, Ken Thomases wrote: > Hi Damjan, > > I was intrigued to see the ICNS support you added to windowscodecs some > months ago.  Neat work! Thank you. > However, I'm confused about why you used the third-party libicns library.  As > near as I can tell, the ICNS suppo

Re: How to find out locking problem

2011-01-03 Thread Damjan Jovanovic
On Sun, Jan 2, 2011 at 7:36 PM, Henri Verbeet wrote: > On 2 January 2011 17:43,   wrote: >> The truth is, that wine outputs the first line ("...wait timed out >> in thread 001c, blocked by 0041...") only once and after that only >> the 2nd line repeats every 60sec ("...wait timed out in thread 004

Re: [4/4] shdocvw: In PersistFile_Save, output the Icon Path and Icon Index properties

2010-12-02 Thread Damjan Jovanovic
On Thu, Dec 2, 2010 at 5:39 AM, Andrew Bogott wrote: > This gets Icon Path and Icon Index written out to .url files if they've been > set previously. > > > > I think you leak a reference to pPropStgRead here. Nice patch set otherwise :-) Damjan

Re: [PATCH] ntdll: Increase size of buffer used to read lines of /proc/cpuinfo

2010-11-29 Thread Damjan Jovanovic
On Mon, Nov 29, 2010 at 10:00 AM, Damjan Jovanovic wrote: > On Mon, Nov 29, 2010 at 2:03 AM, James Eder wrote: >> On 11/26/10 12:15 AM, Damjan Jovanovic wrote: >>> On Fri, Nov 26, 2010 at 6:56 AM, Vitaliy Margolen >>>  wrote: >>>> On 11/24/2010 07:19 PM,

Re: [PATCH] ntdll: Increase size of buffer used to read lines of /proc/cpuinfo

2010-11-29 Thread Damjan Jovanovic
On Mon, Nov 29, 2010 at 2:03 AM, James Eder wrote: > On 11/26/10 12:15 AM, Damjan Jovanovic wrote: >> On Fri, Nov 26, 2010 at 6:56 AM, Vitaliy Margolen >>  wrote: >>> On 11/24/2010 07:19 PM, James McKenzie wrote: >>>> On 11/24/10 6:56 PM, Vitaliy Margolen

Re: [PATCH] ntdll: Increase size of buffer used to read lines of /proc/cpuinfo

2010-11-25 Thread Damjan Jovanovic
On Fri, Nov 26, 2010 at 6:56 AM, Vitaliy Margolen wrote: > On 11/24/2010 07:19 PM, James McKenzie wrote: >> >> On 11/24/10 6:56 PM, Vitaliy Margolen wrote: >>> >>> On 11/24/2010 12:23 PM, jimpor...@gmail.com wrote: From: James Eder - while (fgets(line,200,f) != NULL) + whi

Wineconf notes?

2010-11-24 Thread Damjan Jovanovic
Hi Can those of us that didn't go to Wineconf this year please see some videos/slides/notes from those that did? Thank you Damjan Jovanovic

Icons for hh and winebrowser

2010-11-17 Thread Damjan Jovanovic
ing a wineglass. Thank you Damjan Jovanovic

Re: 回复: how to use wcslen() in wine?

2010-11-16 Thread Damjan Jovanovic
quot;); > dwItems = (DWORD)wcslen((const wchar_t*)ptszIPAddress) + 1; > printf("dwItems %d\n", dwItems); > return 0; > } > but the result of the variable dwItems is 9, while in Windows environment > is 16, why? > > > > > -- 原始邮件 -

Re: how to use wcslen() in wine?

2010-11-15 Thread Damjan Jovanovic
Try: wineg++ -I /usr/include/wine/include/msvcrt file.cpp -o file -lmsvcrt 2010/11/15 飞翔 > > > > hello, I'm developing under Wine environment. >     I'm using Unicode and I want to be able to use standard library call > wcslen, but I don't know how to change my C library from the native glibc C

Re: [1/4]winegstreamer: add wine gstreamer parser filter

2010-10-18 Thread Damjan Jovanovic
On Mon, Oct 18, 2010 at 3:26 PM, Aric Stewart wrote: > --- >  dlls/winegstreamer/regsvr.c           |  951 +++ Please consider IRegistrar or inf file based registration instead, regsvr.c is the worst way to support DLL registration, especially if you have to customize it the way y

Re: LLVM compilation

2010-10-11 Thread Damjan Jovanovic
but I think most of it has been fixed by now so its compatible with LLVM/clang. Have a look at the Wiki page as well: http://wiki.winehq.org/Clang > Thanks > From > Jeff > > > Damjan Jovanovic

Re: New version of exe-thumbnailer (0.7)

2010-10-04 Thread Damjan Jovanovic
ine/dosdevices and do case-insensitive filename matching, and even that would only work for LNK files created by Wine, those on a Windows partition have Windows's idea of drive mappings which is probably different from Wine. Damjan Jovanovic

Re: Need to retrieve VS_VERSION_INFO for 16, 32, 64 bit windows binaries

2010-09-30 Thread Damjan Jovanovic
ive_c/windows/system32 > with the one on my windows XP box but nothing happens. I still don't > get complete information. > Is there a way to achieve this. > Thanks, > Kapil. > > > > After you copy the Windows XP version.dll, set a DLL override for it in winecfg as well. Where are these stubs in Wine? Regards Damjan Jovanovic

Re: USB Device Support

2010-09-22 Thread Damjan Jovanovic
On Wed, Sep 22, 2010 at 1:52 AM, Tom Spear wrote: > On Tue, Sep 21, 2010 at 1:41 PM, Damjan Jovanovic > wrote: >> >> On Tue, Sep 21, 2010 at 8:07 PM, Tom Spear wrote: >> > On Tue, Sep 21, 2010 at 11:04 AM, Damjan Jovanovic >> > >> > wrote: >>

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
On Tue, Sep 21, 2010 at 8:07 PM, Tom Spear wrote: > On Tue, Sep 21, 2010 at 11:04 AM, Damjan Jovanovic > wrote: >> >> On Tue, Sep 21, 2010 at 5:04 PM, Tom Spear wrote: >> > Attached is the lsusb -v output, trimmed to only include the pedometer's >> > i

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
at the moment, but I will see if I can find > it when I am at home soon. > > Thanks > > Tom > > > On Tue, Sep 21, 2010 at 9:32 AM, Damjan Jovanovic > wrote: >> >> Please send the output of "lsusb -v" first so I can see if it's useful. >

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
hem, so >> getting an extra pedometer is fine by me. I have been hoping for an >> opportunity to mention that it doesn't work, and this seems like as good as >> any. :-) >> >> Thanks >> >> Tom >> >> >> On Tue, Sep 21, 2010 at 5:03 AM,

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
On Wed, Sep 15, 2010 at 1:39 AM, Eric Durbin wrote: > > > On Tue, Sep 14, 2010 at 10:48 AM, Damjan Jovanovic > wrote: >> >> When last I heard from Alexander Morozov (October 2009), he wasn't >> working on those patches much, and had no interest in sending t

Re: RFC: Revised patchset to fix Bug 7929 (C&C 3 network does not work)

2010-09-19 Thread Damjan Jovanovic
The UNIX fd for a Windows socket is not even guaranteed to remain the same throughout a process's lifetime - shuffling fd's between the wineserver and the process changes their value every time. This problem also stops us from SOCKSifying applications running under Wine, because all SOCKSifiers out

Re: USB Device Support

2010-09-14 Thread Damjan Jovanovic
t to come up with, since we'd have to compile and load drivers on Windows and run tests that don't crash Windows :-). So the architecture for USB support is tricky to say the least. But I'd still like to resume work on my USB patches some time soon, would you like to help? Damja

Desktop window doesn't span entire screen in multi-monitor setup?

2010-09-14 Thread Damjan Jovanovic
desktop window is too small, or that the window search criteria are too strict? Damjan Jovanovic

Re: [1/2] windowscodecs: support ICO files with embedded PNGs (try 2)

2010-09-14 Thread Damjan Jovanovic
prefer to leave this > out until then. It's hard enough as it is, without having to keep PNG > icons working too. > > On Tue, Sep 14, 2010 at 12:20 AM, Damjan Jovanovic > wrote: >> Changelog: >> * windowscodecs: support ICO files with embedded PNGs >> >&g

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Damjan Jovanovic
On Thu, Sep 9, 2010 at 5:47 PM, Austin English wrote: > On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio wrote: >> On Thu, 9 Sep 2010 00:59:32 -0700 >> Dan Kegel wrote: >> >>> Watching Twitter, one fairly frequently seems people trying >>> and failing to run iTunes 10 and the like in Wine. >>> >>

Re: windowscodecs: support ICO files with embedded PNGs

2010-08-27 Thread Damjan Jovanovic
it silly. You might as well just lock the > HGLOBAL and read into it directly. > > On Fri, Aug 27, 2010 at 12:30 AM, Damjan Jovanovic > wrote: > > Changelog: > > * windowscodecs: support ICO files with embedded PNGs > > Closes #23708. > > Damjan Jovanovic > > > > > > > > > > >

Re: iPod synced with iTunes v7.6!

2010-08-17 Thread Damjan Jovanovic
When Wine supports kernel USB drivers, it might be something to try. I plan to continue my work on that - some time. IIRC usbaapl.sys uses usbstor.sys, so we'd have to write a version of that for Wine as well. Damjan Jovanovic On Tue, Aug 17, 2010 at 12:33 PM, Ben Peddell wrote: > --

Re: wiki slightly broken still?

2010-08-06 Thread Damjan Jovanovic
> If someone wants reCaptcha in MoinMoin, it appears they will need to > write it all themselves. > > > - d. > > > reCaptcha has essentially been cracked now (http://it.slashdot.org/story/10/08/05/2054247/ReCAPTCHAnet-Now-Vulnerable-to-Algorithmic-Attack) so I'm not sure it's worth using it in the wiki. Damjan Jovanovic

Re: explorer: implement X session management

2010-07-30 Thread Damjan Jovanovic
On Fri, Jul 30, 2010 at 5:53 AM, Paul "TBBle" Hampson wrote: > On 30 July 2010 01:30, Dmitry Timoshkov wrote: >> Damjan Jovanovic wrote: > >>> Changelog: >>> * explorer: implement X session management > >> Explorer should not have X11 as a de

Re: [2/4] tools: enable .lnk thumbnailing in Gnome

2010-07-28 Thread Damjan Jovanovic
On Wed, Jul 28, 2010 at 5:11 PM, Frank Richter wrote: > On 28.07.2010 09:36, Damjan Jovanovic wrote: >> thumbnails that are missing on every startup. But even if this is >> acceptable solution, it's still hard to implement, because the >> thumbnail cache spec require

Re: [2/4] tools: enable .lnk thumbnailing in Gnome

2010-07-28 Thread Damjan Jovanovic
On Wed, Jul 28, 2010 at 2:54 AM, Scott Ritchie wrote: > On 07/26/2010 03:57 AM, Alexandre Julliard wrote: >> Damjan Jovanovic writes: >> >>> diff --git a/tools/Makefile.in b/tools/Makefile.in >>> index a9ec324..a0c9c99 100644 >>> --- a/tools/Makefile.i

RFC: winex11.drv: drag from X, drop to OLE (try 3)

2010-07-24 Thread Damjan Jovanovic
. The previous attempt was http://www.winehq.org/pipermail/wine-patches/2007-August/042910.html. I am not expecting this to get accepted yet, just posting to wine-devel to get some feedback on the overall design. Thank you Damjan Jovanovic diff --git a/dlls/winex11.drv/Makefile.in b/dlls/winex1

Re: [1/5] kernel32: only strip the wine_get_dos_file_name NTDLL path prefix if is present

2010-07-22 Thread Damjan Jovanovic
On Thu, Jul 22, 2010 at 4:26 PM, Alexandre Julliard wrote: > Damjan Jovanovic writes: > >> Changelog: >> * kernel32: only strip the wine_get_dos_file_name NTDLL path prefix if >> is present > > It will always be present. \\?\ is used by kernel, not ntdll. >

Re: wineboot: fix Serbian Latin translation

2010-07-14 Thread Damjan Jovanovic
On Wed, Jul 14, 2010 at 9:49 AM, Paul Vriens wrote: > On 07/14/2010 09:40 AM, Damjan Jovanovic wrote: >> >> Changelog: >> * wineboot: fix Serbian Latin translation >> >> Damjan Jovanovic >> > > Hi Damjan, > > Thanks for looking into this. I

Re: The WINE Project should solicit grants to hire professional developers

2010-06-29 Thread Damjan Jovanovic
o start. Please consider the possibility of soliciting > grants so that the WINE project could hire professional developers. > Also, I am not registered on the mailing list, so please CC me any > responses made either directly or indirectly to this email, even if it > ridicules my suggestion. > > Yours truly, > Richard Yao > > > What about persuading the European Union to spend some of the €497 million it got from the Microsoft competition lawsuit on improving Wine? Damjan Jovanovic

Re: gnome-exe-thumbnailer -- using embedded icons for .exe and .dll files

2010-06-18 Thread Damjan Jovanovic
On Fri, Jun 18, 2010 at 12:18 PM, Jerome Leclanche wrote: > On Fri, Jun 18, 2010 at 10:57 AM, Damjan Jovanovic > wrote: >> The icons look cute and I like the version numbers, but you can't >> thumbnail all Windows files outside Wine - for example .lnk files >> in

Re: gnome-exe-thumbnailer -- using embedded icons for .exe and .dll files

2010-06-18 Thread Damjan Jovanovic
could integrate into freedesktop.org as well at some stage. Your new wineglass icon looks good. Could you please send a patch to replace programs/winemenubuilder/wine.xpm with your one? Also, with the recent patches, winemenubuilder should hardly ever generate the wineglass for menus any more. Thank you Damjan Jovanovic

Re: Make depend

2010-06-14 Thread Damjan Jovanovic
On Mon, Jun 14, 2010 at 6:52 PM, Peter Davies wrote: > How often do I need to run "make depend"? > > Peter > > > Since around 2-3 months ago, you don't need to run "make depend" at all :-). Damjan

Re: bricscad goes native

2010-05-26 Thread Damjan Jovanovic
Autopackage/Zeroinstall runtimes which would allow third parties to package their own stuff and have it work out of the box on every distribution? Zeroinstall for example lets you parallel install several versions of the same package - so you could have a Wine version for a specific Winelib application and another Wine version for every other application. Thank you Damjan Jovanovic

Re: winemenubuilder: use the full path to start.exe (try 2)

2010-05-25 Thread Damjan Jovanovic
On Tue, May 25, 2010 at 11:57 AM, Alexandre Julliard wrote: > Damjan Jovanovic writes: > >> Changelog: >> * use the full path to start.exe > > Why do you need this? > > -- > Alexandre Julliard > julli...@winehq.org > There might be a start.[exe/com/bat/wh

Re: Release plans

2010-05-24 Thread Damjan Jovanovic
On Mon, May 24, 2010 at 4:26 PM, Steven Edwards wrote: > On Sat, May 22, 2010 at 12:27 PM, Damjan Jovanovic > wrote: >> My latest patch set (http://source.winehq.org/patches/data/61966, >> http://source.winehq.org/patches/data/61967, >> http://source.winehq.org/pat

Re: Release plans

2010-05-22 Thread Damjan Jovanovic
On Thu, May 20, 2010 at 10:25 PM, Steven Edwards wrote: > On Thu, May 20, 2010 at 4:17 PM, Steven Edwards wrote: >> I've tried with other PNGs before that we've not generated. Take a >> third party png, edit the Info.plist and change the icon entry to >> instead of pointing at the icns file point

Re: [2/2] winemenubuilder: add thumbnail mode for .lnk files

2010-05-21 Thread Damjan Jovanovic
On Fri, May 21, 2010 at 12:48 PM, Hans Leidekker wrote: > On Fri, 2010-05-21 at 07:52 +0200, Damjan Jovanovic wrote: > >> --- winemenubuilder00.c 2010-05-21 07:44:48.195864397 +0200 >> +++ winemenubuilder.c   2010-05-21 07:47:25.591878489 +0200 > > This will not apply f

Re: Release plans

2010-05-20 Thread Damjan Jovanovic
On Thu, May 20, 2010 at 9:51 PM, Steven Edwards wrote: > > > On Thu, May 20, 2010 at 3:44 PM, Steven Edwards > wrote: >> >> I have a hacked version in the Bordeaux tree that uses sips to create >> icns icons and working Application bundles. If they have time, Austin >> or Tom can send it along fo

  1   2   3   >