Error 123

2012-07-30 Thread Zachary Shields
Hi, I just installed Wine on my comp and everything went well. However, when I installed my program and try to open it it gives me the error: Unable to open com port (win error code: 123) Anyone have any ideas on how to fix this? Thanks, Zachary -- Zachary Nischan Shields 317.627.3628 Nischan

A milestone of sorts...

2012-07-30 Thread Dan Kegel
I just ran into a CAD app whose 64 bit version runs better than its 32 bit version on Wine (the 32 bit version hangs with http://bugs.winehq.org/show_bug.cgi?id=31358 but the 64 bit version gets past that and seems to actually do something). Not very important, but kind of cool.

wine/windows/tchar.h - error "You must use msvcrt when building in Unicode/MBCS mode"

2012-07-30 Thread Ilya Konstantinov
In 2004, somebody has asked a question: http://www.winehq.org/pipermail/wine-devel/2004-October/030349.html The reply from Alexandre was: > > Either there should be a overriding "wine/include/msvcrt/tchar.h" > > file with different defintions. Or the error message "You must use > > msvcrt when bu

Re: winex11.drv: xrandr1.2 don't assume CRTC 0 is active

2012-07-30 Thread siro
As far as I understood CRTC 0 is disabled, because it is only capable of generating analog video signals. I'm using a HDMI monitor, which is controlled by CRTC 1. To use multihead (not clone), you have to connect a analog (VGA) and digital monitor (in my case). Each monitor will use one CRTC and ea

Re: winex11.drv: xrandr1.2 don't assume CRTC 0 is active

2012-07-30 Thread Henri Verbeet
On 30 July 2012 20:13, Alexandre Julliard wrote: > This clearly needs a helper function. > I'm not sure if this really makes sense to begin with. CRTC 0 is supposed to be the primary display. With proper multihead support we'd be able to enumerate the other display as well, and change modes on the

Re: Incompatibilities between different versions of msvcp dlls

2012-07-30 Thread Alexandre Julliard
Piotr Caban writes: > In current way of implementing such differences it will lead to > keeping a copy of ios.c and locale.c files in msvcp60, msvcp71, > msvcp90 and msvcp100. The changes in code are minimal in these cases > (e.g. in ctype class case it's enough to remove _s functions in vtable >

Re: [PATCH] ntdll: add mmap caching

2012-07-30 Thread Alexandre Julliard
Michael Blumenkrantz writes: > Hi, > > Attached is a patch that I wrote a year ago with the help of Bernhard Loos > (jhgf). For various reasons, I didn't get around to submitting it until now. > > This patch adds caching to NtMapViewOfSection() to reduce the frequency of > blocking server request

Re: winex11.drv: xrandr1.2 don't assume CRTC 0 is active

2012-07-30 Thread Alexandre Julliard
Patrick Rudolph writes: > @@ -279,15 +279,34 @@ static int xrandr12_get_current_mode(void) > return 0; > } > > -if (!resources->ncrtc || !(crtc_info = pXRRGetCrtcInfo( gdi_display, > resources, resources->crtcs[0] ))) > +if (!resources->ncrtc) > { > pXRRFree

Re: (resend)[1/2]usp10: cache OUTLINETEXTMETRICW instead of just TEXTMETRICW

2012-07-30 Thread Alexandre Julliard
Aric Stewart writes: > --- > dlls/usp10/usp10.c | 28 +--- > dlls/usp10/usp10_internal.h |2 +- > 2 files changed, 18 insertions(+), 12 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.

Re: [PATCH 3/3] advapi32/tests: Simple tests for TokenIntegrityLevel [try2]

2012-07-30 Thread Nikolay Sivov
On 7/30/2012 19:08, Detlef Riekenberg wrote: try2: now using EqualSid. Thanks Nikolay for comments -pConvertSidToStringSidA = (void *)GetProcAddress( hmod, "ConvertSidToStringSidA" ); -if( !pConvertSidToStringSidA ) -return; -pConvertStringSidToSidA = (void *)GetProcAd

Re: include: fix mingw64 build

2012-07-30 Thread Francois Gouget
On Sat, 28 Jul 2012, Jacek Caban wrote: > Hi Francois, > > On 7/28/12 9:22 AM, Francois Gouget wrote: > > Note that I had to add a couple of patches to get Wine to compile: > > * crtdefs.h uses wchar_t but does not define it which was causing > >trouble depending on the order of the includes

Re: GSoC mentor summit 2012

2012-07-30 Thread Aric Stewart
I could be interested. I have never been and am a first time mentor. October is still a bit far off for me to be able to plan. So if someone else can completely commit that is cool. But I will try to get info about my availability that weekend asap. -aric On 7/26/12 10:07 AM, Owen Rudge wrote

Re: __wine_uuidof causing a wall of "warning: returning reference to temporary" on g++

2012-07-30 Thread Ilya Konstantinov
On Sun, Jul 29, 2012 at 9:47 PM, Jacek Caban wrote: > Upon first attempts to compile, I've received a wall of "warning: >> returning reference to temporary" on Wine's headers from g++. >> All of those seem to stem from guidgen.h definition of __wine_uuidof / >> __CRT_UUID_DECL for C++. >> > > I

Re: urlmon/tests: Use proper helpers for iface calls

2012-07-30 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=20436 Your paranoid android

Re: ieframe/tests: Use proper helpers for iface calls

2012-07-30 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=20435 Your paranoid android

Re: mshtml/tests: Use proper helpers for iface calls

2012-07-30 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=20437 Your paranoid android