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 mcasadev...@ubuntu.com 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

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 bungleh...@gmail.com 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 ivdi...@gmail.com 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

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 initguid.h 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

Re: qcap: Fix compilation on older systems.

2013-01-18 Thread Damjan Jovanovic
On Fri, Jan 18, 2013 at 4:45 AM, Francois Gouget fgou...@free.fr 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 there is a system

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

Re: My Wine static analysis tool

2013-01-15 Thread Damjan Jovanovic
On Tue, Jan 15, 2013 at 9:06 PM, André Hentschel n...@dawncrow.de 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 non-BOOL. 2. Find HRESULT functions

Re: My Wine static analysis tool

2013-01-15 Thread Damjan Jovanovic
On Tue, Jan 15, 2013 at 9:15 PM, Damjan Jovanovic damjan@gmail.com wrote: On Tue, Jan 15, 2013 at 9:06 PM, André Hentschel n...@dawncrow.de 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

Re: Survey about gaming on linux

2012-10-19 Thread Damjan Jovanovic
On Thu, Oct 18, 2012 at 7:49 PM, Saulius Krasuckas sauli...@ar.fi.lt wrote: The post: http://www.linuxforums.org/forum/coffee-lounge/192526-survey-about-gaming-linux.html The results containing one item about using Wine:

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 ale.gou...@gmail.com 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

Re: Using an IDE on Wine?

2012-05-12 Thread Damjan Jovanovic
On Sat, May 12, 2012 at 10:09 PM, Max TenEyck Woodbury m...@mtew.isa-geek.net 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

Re: running 16bit code

2012-05-08 Thread Damjan Jovanovic
On Tue, May 8, 2012 at 11:40 AM, David Laight da...@l8s.co.uk 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

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

2012-04-30 Thread Damjan Jovanovic
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 mar...@jet.franken.dewrote: - 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

Re: Mac OS X specific bugs

2011-12-23 Thread Damjan Jovanovic
On Fri, Dec 23, 2011 at 7:11 PM, joerg-cyril.hoe...@t-systems.com 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

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 hintak_le...@yahoo.co.ukwrote: 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.

Re: Regression testing breakthrough

2011-10-25 Thread Damjan Jovanovic
2011/10/18 André Hentschel n...@dawncrow.de 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 testing

Regression testing breakthrough

2011-10-18 Thread Damjan Jovanovic
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

Re: Regression testing breakthrough

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

Re: Regression testing breakthrough

2011-10-18 Thread Damjan Jovanovic
On Tue, Oct 18, 2011 at 2:32 PM, Dmitry Timoshkov dmi...@baikal.ru wrote: Henri Verbeet hverb...@gmail.com wrote: On 18 October 2011 10:45, Damjan Jovanovic damjan@gmail.com wrote: (especially during reverse regression testing), users find it too long and technical, and only

Re: Regression testing breakthrough

2011-10-18 Thread Damjan Jovanovic
2011/10/18 André Hentschel n...@dawncrow.de 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 testing

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
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 d...@kegel.com: 011/8/29 Frédéric Delanoy frederic.dela...@gmail.com: On Mon, Aug 29, 2011 at 05:53, Dan Kegel d...@kegel.com 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

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

2011-08-14 Thread Damjan Jovanovic
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
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: 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 madewokh...@gmail.com 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

Re: Current state of USBD.SYS

2011-08-10 Thread Damjan Jovanovic
On Wed, Aug 10, 2011 at 1:15 AM, lo...@museresearch.com 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

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 b...@elektron.ikp.physik.tu-darmstadt.de wrote: Damjan == Damjan Jovanovic damjan@gmail.com 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    Damjan

Re: xlive preliminary implementation

2011-07-10 Thread Damjan Jovanovic
changes to configure, only configure.ac. Otherwise thank you for your contribution. Damjan Jovanovic

Re: Glitch-free iTunes?

2011-07-05 Thread Damjan Jovanovic
On Tue, Jul 5, 2011 at 10:13 AM, Stefan Dösinger stefandoesin...@gmx.at 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 USB drivers

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 julli...@winehq.org wrote: Damjan Jovanovic damjan@gmail.com writes: Changelog: * winedevice: eliminate the driver_name global variable This is part of general refactoring to make the driver loading code reusable. Have you fixed

Re: Glitch-free iTunes?

2011-07-04 Thread Damjan Jovanovic
On Tue, Jul 5, 2011 at 4:50 AM, Keith Curtis keit...@gmail.com 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

Re: Glitch-free iTunes?

2011-07-03 Thread Damjan Jovanovic
On Sun, Jul 3, 2011 at 4:49 AM, Keith Curtis keit...@gmail.com 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.

Re: mmsystem16.h incorrect? SEGPTR vs. LPSTR

2011-05-23 Thread Damjan Jovanovic
. Damjan Jovanovic

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

2011-05-12 Thread Damjan Jovanovic
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
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
the MCI auto_open'ed property, but I digress. Your 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 eric.pou...@orange.fr 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 at least information

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

2011-04-28 Thread Damjan Jovanovic
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 julli...@winehq.org wrote: Damjan Jovanovic damjan@gmail.com 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 winedevice

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 h...@codeweavers.com 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

Re: Project: x86 to ARM binary translator

2011-04-02 Thread Damjan Jovanovic
On Sat, Apr 2, 2011 at 2:19 AM, Yale Zhang yzhang1...@gmail.com 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

Re: Idea

2011-03-21 Thread Damjan Jovanovic
On Tue, Mar 22, 2011 at 4:40 AM, Sanket Patel sanketpatel@gmail.com 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 ?

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 tra...@gentoo.org 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

Re: mountmgr.sys: start detecting USB devices

2011-03-03 Thread Damjan Jovanovic
On Thu, Mar 3, 2011 at 1:45 PM, Maarten Lankhorst m.b.lankho...@gmail.com 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 deprecated for a while, wouldn't

Re: USB Osciloscope

2011-03-02 Thread Damjan Jovanovic
On Wed, Mar 2, 2011 at 12:56 PM, Uwe Bonnes b...@elektron.ikp.physik.tu-darmstadt.de wrote: Shachar == Shachar Shemesh shac...@shemesh.biz writes: Also Damjan Jovanovic  Jan 23   91/4337  USB architecture: driver loading question tried to take up the subject, again with no feedback

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 austinengl...@gmail.com wrote: On Wed, Feb 23, 2011 at 03:17, Damjan Jovanovic damjan@gmail.com wrote: On Wed, Feb 23, 2011 at 11:38 AM, Austin English austinengl...@gmail.com wrote: -- -Austin So test.winehq.org doesn't test Win9x any

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 austinengl...@gmail.com 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
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
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

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 k...@codeweavers.com wrote: For http://bugs.winehq.org/show_bug.cgi?id=25778 --- dlls/windowscodecs/icnsformat.c |6 -- 1 files changed, 4 insertions(+), 2

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 mscl...@googlemail.com wrote: On 21 January 2011 08:36, Damjan Jovanovic damjan@gmail.com 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: [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 k...@codeweavers.com 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 scale them down

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

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 k...@codeweavers.com 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,

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 k...@codeweavers.com 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 developers. Hmm.  I

Re: How to find out locking problem

2011-01-03 Thread Damjan Jovanovic
On Sun, Jan 2, 2011 at 7:36 PM, Henri Verbeet hverb...@gmail.com wrote: On 2 January 2011 17:43,  wy...@volny.cz 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

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 and...@codeweavers.com 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 2:03 AM, James Eder jimpor...@gmail.com wrote: On 11/26/10 12:15 AM, Damjan Jovanovic wrote: On Fri, Nov 26, 2010 at 6:56 AM, Vitaliy Margolen wine-devel at kievinfo.com  wrote: On 11/24/2010 07:19 PM, James McKenzie wrote: On 11/24/10 6:56 PM, Vitaliy Margolen wrote

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 damjan@gmail.com wrote: On Mon, Nov 29, 2010 at 2:03 AM, James Eder jimpor...@gmail.com wrote: On 11/26/10 12:15 AM, Damjan Jovanovic wrote: On Fri, Nov 26, 2010 at 6:56 AM, Vitaliy Margolen wine-devel at kievinfo.com  wrote: On 11/24

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 wine-de...@kievinfo.com 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 Ederjimpor...@gmail.com - while (fgets(line,200,f) !=

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
. Thank you Damjan Jovanovic

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

2010-11-16 Thread Damjan Jovanovic
Add -DUNICODE to the wineg++ options. TCHAR is char without it. 2010/11/17 飞翔 gengjia.d...@qq.com I try as you said in my program as below: #include windows.h #include stdio.h #include wchar.h int main() { DWORD dwItems = 1; TCHAR ptszIPAddress[32] = TEXT(125.216.242.251);

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 飞翔 gengjia.d...@qq.com 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

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 a...@codeweavers.com 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

Re: LLVM compilation

2010-10-11 Thread Damjan Jovanovic
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
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
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 speeddy...@gmail.com wrote: On Tue, Sep 21, 2010 at 1:41 PM, Damjan Jovanovic damjan@gmail.com wrote: On Tue, Sep 21, 2010 at 8:07 PM, Tom Spear speeddy...@gmail.com wrote: On Tue, Sep 21, 2010 at 11:04 AM, Damjan Jovanovic damjan

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
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, Damjan Jovanovic damjan@gmail.com wrote: On Wed, Sep 15, 2010 at 1:39 AM, Eric Durbin eadur...@gmail.com wrote: On Tue, Sep 14, 2010 at 10:48 AM

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
, 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 damjan@gmail.com wrote: Please send the output of lsusb -v first so I can see if it's useful. Thank you for the offer Damjan On Tue, Sep 21, 2010 at 3:58 PM, Tom

Re: USB Device Support

2010-09-21 Thread Damjan Jovanovic
On Tue, Sep 21, 2010 at 8:07 PM, Tom Spear speeddy...@gmail.com wrote: On Tue, Sep 21, 2010 at 11:04 AM, Damjan Jovanovic damjan@gmail.com wrote: On Tue, Sep 21, 2010 at 5:04 PM, Tom Spear speeddy...@gmail.com wrote: Attached is the lsusb -v output, trimmed to only include

Re: RFC: Revised patchset to fix Bug 7929 (CC 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

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

2010-09-14 Thread Damjan Jovanovic
. I'd 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 damjan@gmail.com wrote: Changelog: * windowscodecs: support ICO files with embedded PNGs Try 2 uses IWICStream regions

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

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

Re: USB Device Support

2010-09-14 Thread Damjan Jovanovic
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? Damjan Jovanovic On Tue, Sep 14, 2010 at 4:33 PM, James Mckenzie jjmckenzi...@earthlink.net

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 austinengl...@gmail.com wrote: On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio dime...@earthlink.net wrote: On Thu, 9 Sep 2010 00:59:32 -0700 Dan Kegel d...@kegel.com wrote: Watching Twitter, one fairly frequently seems people trying and failing

Re: windowscodecs: support ICO files with embedded PNGs

2010-08-27 Thread Damjan Jovanovic
might as well just lock the HGLOBAL and read into it directly. On Fri, Aug 27, 2010 at 12:30 AM, Damjan Jovanovic damjan@gmail.com 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 klightsp

Re: wiki slightly broken still?

2010-08-06 Thread Damjan Jovanovic
. 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 paul.hamp...@pobox.com wrote: On 30 July 2010 01:30, Dmitry Timoshkov dmi...@codeweavers.com wrote: Damjan Jovanovic damjan@gmail.com wrote: Changelog: * explorer: implement X session management Explorer should not have X11

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 sc...@open-vote.org wrote: On 07/26/2010 03:57 AM, Alexandre Julliard wrote: Damjan Jovanovic damjan@gmail.com writes: diff --git a/tools/Makefile.in b/tools/Makefile.in index a9ec324..a0c9c99 100644 --- a/tools/Makefile.in +++ b/tools

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 frank.rich...@gmail.com 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 requires specific

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/winex11.drv

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 julli...@winehq.org wrote: Damjan Jovanovic damjan@gmail.com 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 paul.vriens.w...@gmail.com 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 guess we need the pragma statement now as you

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

2010-06-29 Thread Damjan Jovanovic
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-19 Thread Damjan Jovanovic
On Fri, Jun 18, 2010 at 12:18 PM, Jerome Leclanche adys...@gmail.com wrote: On Fri, Jun 18, 2010 at 10:57 AM, Damjan Jovanovic damjan@gmail.com 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

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

2010-06-18 Thread Damjan Jovanovic
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 ultra...@gmail.com 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
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 julli...@winehq.org wrote: Damjan Jovanovic damjan@gmail.com 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/whatever

Re: Release plans

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

Re: Release plans

2010-05-22 Thread Damjan Jovanovic
On Thu, May 20, 2010 at 10:25 PM, Steven Edwards winehac...@gmail.com wrote: On Thu, May 20, 2010 at 4:17 PM, Steven Edwards winehac...@gmail.com 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

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 h...@codeweavers.com 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 from the root

Re: Release plans

2010-05-20 Thread Damjan Jovanovic
, not on MacOS. That's another (example of a) missing element. (Why didn't I write it? Because I was unsure where to put the #ifdef) Isn't that linking done relative to $HOME, which should resolve to /Users/xyz on Mac? Regards,  Jörg Höhle Regards Damjan Jovanovic

Re: Release plans

2010-05-20 Thread Damjan Jovanovic
On Thu, May 20, 2010 at 9:51 PM, Steven Edwards winehac...@gmail.com wrote: On Thu, May 20, 2010 at 3:44 PM, Steven Edwards winehac...@gmail.com 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

  1   2   3   >