Re: Problem Resolve

2005-09-29 Thread Rob D
At 09:40 AM 9/29/2005, Brian Vincent wrote: On 9/29/05, Molle Bestefich <[EMAIL PROTECTED]> wrote: > That said, it seems a bit rude that the 20050830 CVS drop is *still* > on the front page of http://www.winehq.com/, even after everyone knows > that it's missing a patch to compile cleanly.

Re: headless question, and IPC question

2005-09-29 Thread Alex Villací­s Lasso
Ken Larson wrote: Alex - Thanks for the good info. As far as not needing an X server, when I try to run my exe under wine without one, I get: wine: Could not load graphics driver 'x11drv'. Make sure that your X server is running and that $DISPLAY is set correctly. but yes, the regedit /?

Re: Problem Resolve

2005-09-29 Thread Krzysztof Foltman
Molle Bestefich wrote: If not, and that one's going away in two days, then it's probably not worth it.. Well, assuming that nobody cares about the hundreds of (potential) users put off during those two days :-) Isn't it possible to post a previous version or remove it completely? Is it lots

Re: Problem Resolve

2005-09-29 Thread Molle Bestefich
On 9/29/05, Brian Vincent <[EMAIL PROTECTED]> wrote: > On 9/29/05, Molle Bestefich <[EMAIL PROTECTED]> wrote: > > That said, it seems a bit rude that the 20050830 CVS drop is *still* > > on the front page of http://www.winehq.com/, even after everyone knows > > that it's missing a patch to compile

Re: headless question, and IPC question

2005-09-29 Thread Ken Larson
Alex - Thanks for the good info. As far as not needing an X server, when I try to run my exe under wine without one, I get: wine: Could not load graphics driver 'x11drv'. Make sure that your X server is running and that $DISPLAY is set correctly. but yes, the regedit /? trick works fine. I

Re: MS VisualBasic apps have no minimize/maximise buttons, no taskbar button - RFC, help debugging

2005-09-29 Thread Alex Villací­s Lasso
Dmitry Timoshkov wrote: "Alex Villací­s Lasso" <[EMAIL PROTECTED]> wrote: The following is a problem I have been having with every single VisualBasic application for some time, and I ask for your help now: Every single VisualBasic application I have tried lacks the minimize and maximize bu

Re: headless question, and IPC question

2005-09-29 Thread Alex Villací­s Lasso
Ken Larson wrote: I'm using wine to access a particular proprietary DLL (I don't have the source for it) on Linux. The way I'm doing this is to write an EXE that wraps the DLL, and makes all of the functions available via socket request and response messages. My linux program has access to

Re: Problem Resolve

2005-09-29 Thread Brian Vincent
On 9/29/05, Molle Bestefich <[EMAIL PROTECTED]> wrote: > That said, it seems a bit rude that the 20050830 CVS drop is *still* > on the front page of http://www.winehq.com/, even after everyone knows > that it's missing a patch to compile cleanly. > > Why not just add the patch to the package and sl

Re: Problem Resolve

2005-09-29 Thread Molle Bestefich
Molle Bestefich wrote: > Molle Bestefich wrote: > > [EMAIL PROTECTED] wrote: > > > I had a problem with Wine20050830 compilation. > > > Error: error parse before "BerElement"; > > > > This question has been asked and answered a couple of times now. > > > > GMANE search: > > http://search.gmane.org/

Re: wine/ programs/Makeprog.rules.in include/wine/ ...

2005-09-29 Thread Dimi Paun
> Declare debug channels as static variables so that we > don't need to generate an external .dbg.c file to define them. Way cool, thanks for fixing this, it was really bothering me that we had that additional pass over the source... I think our toolchain looks pretty good now! -- Dimi Paun <

headless question, and IPC question

2005-09-29 Thread Ken Larson
I'm using wine to access a particular proprietary DLL (I don't have the source for it) on Linux. The way I'm doing this is to write an EXE that wraps the DLL, and makes all of the functions available via socket request and response messages. My linux program has access to the functions of the

Re: Unused function in regedit/treeview.c

2005-09-29 Thread Krzysztof Foltman
> If that function is supposed to be useful, then scream or re-add it > later. Re-adding would be a good idea. I thought it will be useful for finding an item in the tree, but then managed to do the same without using it. --- Krzysztof

Re: winspool/tests: New Testsuite

2005-09-29 Thread Alexandre Julliard
Detlef Riekenberg <[EMAIL PROTECTED]> writes: > Changelog: > - New Testsuite for winspool.drv for >GetPrinterDriverDirectoryA and >GetDefaultPrinterA Please try to follow the model of other test programs, don't define a whole new environment for yourself. Most of the stuff you do here is

Re: FW: Help debugging a problem!

2005-09-29 Thread Rein Klazes
On Wed, 28 Sep 2005 23:53:28 +0100, you wrote: >I've tried the following > >1. Use DebugBreak before and after the RegisterClassEx16 call with no temp >defined >- Stacks are identical as far as winedbg traces (0x60 bytes) Hi Jason, This winedbg stack trace (info stack) is equivalent to the exami

freedce-win32 - progress!

2005-09-29 Thread Luke Kenneth Casson Leighton
i am making the "amateur" version of progress: i just had echo_server.exe run for the first time on win32: echo_client.exe has been running successfully since this morning. rpcd.exe - the endpoint mapper - just crashed :) hmmm... recv_state_timer is indicating Ping timeout, sending "Orphan timeou

Re: Problem with D3D9 CreateDevice

2005-09-29 Thread Mark Hatsell
"Oliver Stieber" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > MDI was updated a few months ago, one of the results is that MDI no longer > works for Direct3D > applications. Fixing MDI for Direct3D is on my TODO list. I think the error occurs when Direct3D is used in any child

Re: wine/ programs/winedbg/info.c programs/taskmgr ...

2005-09-29 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > This patch causes compilation with gcc 3.2 to issue some warnings about > null format strings whenever a TRACE_ON() (or other) is used. I know > there's a check in wine_dbg_log() for !format, but the warning is still > annoying. > > I guess you don't wan

Re: xcursor and wine

2005-09-29 Thread Vijay Kiran Kamuju
Hi, I just started on writing support for Xcursor, i dont know about the configure stuff and all that. So i wrote a small xcursor.c file to be in the dlls/x11drv/ directory. could any body please tell me how to proceed further. And also i would like to wite another utility function to convert the

Re: FW: Help debugging a problem!

2005-09-29 Thread Marcus Meissner
On Wed, Sep 28, 2005 at 11:53:28PM +0100, Ann & Jason Edmeades wrote: > Ok, more information... > > The routine (slightly modified to allow code before the return) is > > ATOM WINAPI RegisterClass16( const WNDCLASS16 *wc ) > { > WNDCLASSEX16 wcex; > ATOM fred; >