Link winlib with windows DLL help????

2003-09-12 Thread Kevin Atkinson
I am having a hell of a time getting a simple program to link with a windows dll. I am really sorry for the newbie question but I can't seam to find an answer anywhere and the mailing list archive is not searchable. Here is what I got: avs2yuv4mpeg.cpp - the main program avisynth_c.h -

Taskmanger Relicense: Was Unable to cimpile wineproc

2003-09-12 Thread Steven Edwards
Hello All, Would anyone that did work on taskmanager be willing to relicense for use in the Wine Project? It would need to be relicensed as LGPL or dual licensed LGPL/GPL. Brian if you see this I dont have your private email. Can someone forward this if you have the email? Thanks Steven --- Mike

ikernel.exe error still not fix in 11_9_03.tar.gz

2003-09-12 Thread lineric
ikernel.exe error still not fix in 11_9_03.tar.gz

Re: [ros-kernel] an interesting idea

2003-09-12 Thread Steven Edwards
This is what I have been thinking. We can move parts of UML back to a subsytem mode and them implement a Xsever in to Win32k.sys/GDI32. You wouldnt even need to recompile X applications provided we implement X properly. All that would be needed is a modded Xserver and X libs. The client libs shoul

Re: [winecfg 8] Complete drive edit dialog, warn on lack of C drive, implement drive delete, code cleanups

2003-09-12 Thread Mike Hearn
On Fri, 2003-09-12 at 14:22, Dimitrie O. Paun wrote: > The current situation is not very nice: we have a dialog looking > exactly like a Windows dialog, with an OK/Apply button (!), that > behaves like a ... something else, without any indication whatsoever. You realise that's temporary, right? Qu

Re: Kernel pipe test segfaults?

2003-09-12 Thread Dimitrie O. Paun
On 12 Sep 2003, Mike Hearn wrote: > Maybe this is a known issue, I haven't really followed the test case > work up until now, but does the kernel32 pipe test segfault for anybody > else? Runs just fine here: RH9, latest built (20030911). -- Dimi.

Kernel pipe test segfaults?

2003-09-12 Thread Mike Hearn
Maybe this is a known issue, I haven't really followed the test case work up until now, but does the kernel32 pipe test segfault for anybody else? thanks -mike

documentation cleanup

2003-09-12 Thread Dimitrie O. Paun
OK, This should explain a bit more what I meant to say with this silly .dsl files. First, use the standard ones when building HTML and PS. This means that the docu will be build with the user's L&F which is the right thing to do IMO. If we don't do that, we might as well give up on SGML, it create

Re: WIne help - get rid of W->A calls

2003-09-12 Thread Dimitrie O. Paun
On Fri, 12 Sep 2003, hatky wrote: > Do you mean the conver of lpHelpFile in WinHelpA > before it calls WinHelpW? It means that somehow you picked another tricky example to work on :) WinHelp is a very special API in that it does some fucky/ugly stuff to pass data between apps. I'd do another on

Re: WIne help - get rid of W->A calls

2003-09-12 Thread hatky
> ASCII, I'd suggest > keeping the encoding of strings inside the message > as ASCII. Do you mean the conver of lpHelpFile in WinHelpA before it calls WinHelpW? p.s. sorry I didn't find time for this doing the week Hatky. __ Do you Yahoo!? Yahoo! SiteBuilder - F

Re: [winecfg 8] Complete drive edit dialog, warn on lack of C drive, implement drive delete, code cleanups

2003-09-12 Thread Dimitrie O. Paun
On September 12, 2003 08:18 am, Mike Hearn wrote: > I don't think it's a hugely big deal to be honest, I've yet to see > anybody have major problems with it in Gnome, the difference simply > isn't that huge. And this is my very point -- it's not significant enough to break consistency. Breaking GU

Re: [winecfg 8] Complete drive edit dialog, warn on lack of C drive, implement drive delete, code cleanups

2003-09-12 Thread Mike Hearn
On Thu, 2003-09-11 at 16:47, Dimitrie O. Paun wrote: > But it's not the same, it's different. It's not what users expect. I don't think it's a hugely big deal to be honest, I've yet to see anybody have major problems with it in Gnome, the difference simply isn't that huge. > Windows is on 90% of

Re: [winecfg 8] Complete drive edit dialog, warn on lack of C drive, implement drive delete, code cleanups

2003-09-12 Thread Mike Hearn
On Thu, 2003-09-11 at 21:52, Robert Shearman wrote: > If the changes are potentially catastrophic then you should > be either warned before making them or prevented from making them in the > first place. We can't predict whether the user *really* wanted to make those > changes so we have to assu

Re: load library problem

2003-09-12 Thread Vincent Béron
Le ven 12/09/2003 à 03:13, Dimitrie O. Paun a écrit : > Hi folks, > > I have flagged this before, but got no answer. Once again, > this a C++ Winelib app (one of the wxWindows samples): > > [EMAIL PROTECTED] calendar]$ ls calendar* > calendar calendar_calendar.o calendar.cpp calendar.ex

Re: BuildCommDCB conformance test

2003-09-12 Thread Francois Gouget
On Thu, 11 Sep 2003, Kevin Groeneveld wrote: > Here is my first attempt at a conformance test for the BuildCommDCB > functions. It does not cover very many cases yet, but I thought I would > post what I have so far in case I am going about this the wrong way. Just a small pick: could you modify

Re: missing ordinals in avifil32

2003-09-12 Thread Francois Gouget
On Thu, 11 Sep 2003, Dave Miller wrote: [...] > Is it true then that the ordinal does not need to be specified > any time n = n+1? This sounds like a rule that will only apply > sometimes. Specifically, in cases where windows seems to assign at > least some ordinals in alphabetical order. Let's

load library problem

2003-09-12 Thread Dimitrie O. Paun
Hi folks, I have flagged this before, but got no answer. Once again, this a C++ Winelib app (one of the wxWindows samples): [EMAIL PROTECTED] calendar]$ ls calendar* calendar calendar_calendar.o calendar.cpp calendar.exe.so calendar.o calendar.rc calendar-wrap.dll.so cale