NetBios

2004-03-24 Thread flyker
Does wine NetBios can work with remote windows application that use NetBios ?

Re: shell32 patch 24

2004-03-24 Thread Martin Fuchs
On 25.03.2004 01:00:25 Alexandre Julliard wrote: > "Martin Fuchs" <[EMAIL PROTECTED]> writes: > > > + if (This->bDirty) > > + return S_OK; > > + > > return NOERROR; > > S_OK and NOERROR mean the same thing, so this doesn't look quite > right. Sure. It should be S_FALSE instead of NOE

Re: winetest: run with -mwindows

2004-03-24 Thread Jakob Eriksson
Ferenc Wagner wrote: For redirecting standard output to a file, I used dup2 (fh, 1); printf ("Thing to write"); which didn't work in the cross-compiled program if it was linked with -mwindows. This issue is solved by using write() directly thus bypassing the stream level. Linking without -mwind

Broken documentation links

2004-03-24 Thread Vincent Béron
Hi, Rafael Wolf reported to me that the links on http://www.winehq.org/site/documentation for the Wine User Guide in PDF and PostScript format are broken. Vincent

Re: shell32 patch 24

2004-03-24 Thread Alexandre Julliard
"Martin Fuchs" <[EMAIL PROTECTED]> writes: > + if (This->bDirty) > + return S_OK; > + > return NOERROR; S_OK and NOERROR mean the same thing, so this doesn't look quite right. -- Alexandre Julliard [EMAIL PROTECTED]

Re: shell32 patch 23e

2004-03-24 Thread Alexandre Julliard
"Martin Fuchs" <[EMAIL PROTECTED]> writes: > + /* Add double quotation marks unless we already have them > (e.g.: "%1" %* for exefile) */ > + if (res != out && *(res - 1) == '"') > + { > + strcpyW(res, cmd); > +

Re: To Do A.11 - Integrate API status into WineHQ

2004-03-24 Thread Jeremy Newman
Ok, I have commited a version of hatky's work. It is in one php file instead of split across multiple files. The file is in the tools cvs http://cvs.winehq.org/cvsweb/tools/winapi_stats.php I ran it once and the output will be here: http://www.winehq.org/site/winapi_stats It will be updated whe

Re: winetest: run with -mwindows

2004-03-24 Thread Ferenc Wagner
Jakob Eriksson <[EMAIL PROTECTED]> writes: > Ferenc Wagner wrote: > >> this patch solves the immediate problem, but is not the >> full solution. How do you write a program which has both >> GUI and CUI? Is there any way to use standard IO in a >> program compiled with -mwindows but run from a co

lostwages: add my irc nick

2004-03-24 Thread Kevin Koltzau
Changelog Add my irc nick Index: templates/en/who.template === RCS file: /home/wine/lostwages/templates/en/who.template,v retrieving revision 1.15 diff -u -r1.15 who.template --- templates/en/who.template 24 Mar 2004 20:02:44 -

Re: To Do A.11 - Integrate API status into WineHQ

2004-03-24 Thread hatky
>I'd rather there wasn't a DB. I know it saved time >and effort coding >wise to do it this way. Future changes will require >updates to the db, >and that can't be automated the way the current >scripts are. option2 crontab this: mysql -u user -D winapi -H >winapi_stats.html < test.sql now test.s

Get{Full|Long}PathNameA doesn't seems to be working

2004-03-24 Thread Felipe W Damasio (Elipse Software)
Greetings wine hackers, Our company used wine-20030115 for a while now, to be able to run our windows product on top of the GNU/Linux OS. But since we updated to the latest wine (ie wine-20040309), our path conversion is wrong. The relevant bit of our .config looks as follows: [Drive F] "

Re: winetest: run with -mwindows

2004-03-24 Thread Jakob Eriksson
Hmm... what is the problem with GUI and command line interface. I don't think there should be any particalur problems, what happens? Ferenc Wagner wrote: Okay, it wasn't true, actually. So, this patch solves the immediate problem, but is not the full solution. How do you write a program which

Re: To Do A.11 - Integrate API status into WineHQ

2004-03-24 Thread hatky
On Wednesday 24 March 2004 22:19, you wrote: > On Wed, 24 Mar 2004, hatky wrote: > > It looks complicated but it's all 3 mysql commands to > > get a complete table > > with whatever data you want from the winapi stats data > > in a nice table... > > [...] > > > comments? > > Yeah, there's no need f

Re: Missing WWN issues

2004-03-24 Thread Eric Pouech
Francois Gouget a écrit : Looking through the WINeHQ CVS I noticed that we are missing 4 WWN issues. Fortunately they seem to be available at the Wine Kernel Cousin web site... sort of. Would some kind soul volunteer for retrieving what can be retrieved? * WWN 88 and WWN 89 http://www.kerneltr

Re: To Do A.11 - Integrate API status into WineHQ

2004-03-24 Thread Jeremy Newman
On Wed, 2004-03-24 at 14:19, Dimitrie O. Paun wrote: > On Wed, 24 Mar 2004, hatky wrote: > > > It looks complicated but it's all 3 mysql commands to > > get a complete table > > with whatever data you want from the winapi stats data > > in a nice table... > [...] > > comments? > > Yeah, there's

Re: To Do A.11 - Integrate API status into WineHQ

2004-03-24 Thread Dimitrie O. Paun
On Wed, 24 Mar 2004, hatky wrote: > It looks complicated but it's all 3 mysql commands to > get a complete table > with whatever data you want from the winapi stats data > in a nice table... [...] > comments? Yeah, there's no need for a database. Right now Francois' soluions works perfectly fin

Re: winetest: add support for revision info

2004-03-24 Thread Alexandre Julliard
Ferenc Wagner <[EMAIL PROTECTED]> writes: > I think I also sent it wine-patches. The first post really > was a mistake, sorry for raising confusion. If you did then it got lost somewhere, please resumit. > Yes, functionally it's the same, but reading CVS/Entries is > much faster (Dimi's reason

To Do A.11 - Integrate API status into WineHQ

2004-03-24 Thread hatky
It looks complicated but it's all 3 mysql commands to get a complete table with whatever data you want from the winapi stats data in a nice table... Take the attached file (it just strips some text) , create user as mysql user that has a db called winapi with CREATE TEMPORARY TABLE and select r

Re: winetest: add support for revision info

2004-03-24 Thread Ferenc Wagner
Alexandre Julliard <[EMAIL PROTECTED]> writes: > Ferenc Wagner <[EMAIL PROTECTED]> writes: > >> Any problem with this patch? It's keeping me from >> submitting the patch of patches, which actually makes it >> possible to run a cross compiled winetest.exe! :) > > If you want me to apply a patch yo

Re: appdb bug

2004-03-24 Thread Jeremy Newman
It should be fixed now, or at least in 10 minutes or so when the cron job updates the site from CVS. On Sun, 2004-03-21 at 14:09, Paul van Schayck wrote: > Ivan, > > On Sunday 21 March 2004 12:32, Ivan Leo Murray-Smith wrote: > > http://appdb.winehq.org/appview.php?appId=935&versionId=1229 > > th

Re: CURSORICON_SimulateLoadingFromResourceW param check. VFP6 EXEs now work.

2004-03-24 Thread Stefan Leichter
Am Dienstag, 23. März 2004 23:39 schrieb Uwe Bonnes: > > "Stefan" == Stefan Leichter <[EMAIL PROTECTED]> writes: > > Stefan> Hello Uwe, i fear your test will only test what you like to > test Stefan> if it is executed in the source directory. For "out of tree > Stefan> builds" your test cas

Re: Appdb bug

2004-03-24 Thread Jeremy Newman
Fixed. On Wed, 2004-03-24 at 12:40, Ivan Leo Murray-Smith wrote: > The search from the admin pages returns a 404 error: > The requested URL /admin/search.php was not found on this server. > Can someone please fix this? > > Ivan. -- Jeremy Newman <[EMAIL PROTECTED]> CodeWeavers, Inc.

Appdb bug

2004-03-24 Thread Ivan Leo Murray-Smith
The search from the admin pages returns a 404 error: The requested URL /admin/search.php was not found on this server. Can someone please fix this? Ivan.

Re: CURSORICON_SimulateLoadingFromResourceW param check. VFP6 EXEs now work.

2004-03-24 Thread Alexandre Julliard
"C. Daniel Mojoli B." <[EMAIL PROTECTED]> writes: > I agree with the principle, but still advocate the inclusion of the > magic number patch because it allows to fail-fast. Even when someone > eventually patches for complete validity and bounds checking, the > fail-fast magic number test remains u

Re: winetest: add support for revision info

2004-03-24 Thread Alexandre Julliard
Ferenc Wagner <[EMAIL PROTECTED]> writes: > Any problem with this patch? It's keeping me from > submitting the patch of patches, which actually makes it > possible to run a cross compiled winetest.exe! :) If you want me to apply a patch you have to send it to wine-patches, otherwise I assume it'

Re: Problem with code in WWN 214

2004-03-24 Thread Brian Vincent (C)
Title: Re: Problem with code in WWN 214 > WWN 214 contains some sample code and in my browser I see: > There are two things that are wrong: > * The #include statements are incomplete. That's because the HTML looks > like this: Yeah, that's just a problem with the server side stuff.  Newman

Re: Win32 packages released on sourceforge

2004-03-24 Thread Jakob Eriksson
Dimitrie O. Paun wrote: If it helps, here's a quick-n-dirty sample of how to check a signature: gpg -q --batch --verify winetest-20040323-2314.zip.sig >/tmp/gpg 2>&1 || (echo "Bad signature, gpg reported:"; awk '{print " ",$0}' /tmp/gpg) The problem is that this needs to execute on the

Re: Problem with code in WWN 214

2004-03-24 Thread Jeremy Newman
I have fixed the issues in the parser with using code in the XML. 1.) > and < will no longer appear to be stripped as the parser was converting them to < and >, which the browser would think was a tag. 2.) tags will no longer be doubled. 3.) for code samples, use this will display the code as

Re: Cards.dll improvements

2004-03-24 Thread Filip Navara
Sam wrote: This patch implements card drawing mode flag for rounding card corners. Sami Nopanen, [EMAIL PROTECTED] I know it was propably suggested earlier, but why don't you use (or adapt) my cards.dll implementation for ReactOS? http://cvs.reactos.com/cgi-bin/cvsweb.cgi/reactos/lib/cards/ R

RFC - Program to schedule download of winetest.exe

2004-03-24 Thread Jakob Eriksson
I have hacked together a little program to download winetest.exe and run it every 24h. Here is the URL: http://vmlinux.org/jakov/Wine/testloader/ There are more binaries and stuff there too. I know this is not a windows service, but at least it is something. Keep this console aplication open an

Re: Win32 packages released on sourceforge

2004-03-24 Thread Dimitrie O. Paun
On Wed, 24 Mar 2004, Paul Millar wrote: > OK, I'll provide [file].cookie with [file]'s MD5Sum. But we will need to > migrate to using the signatures: a simple md5sum doesn't pass muster. They have different purposes. We use the md5sum just like you do, to determine if the client needs to downlo

Re: Win32 packages released on sourceforge

2004-03-24 Thread Paul Millar
On Wed, 24 Mar 2004, Dimitrie O. Paun wrote: > > This is redundant with the (detached) signatures. But, just > > s/.cookie/.sig/ and it works the same. > > I understand, but please provide the .cookie. Let's try to > minimize changes at this point, OK? OK, I'll provide [file].cookie with [file]'

RE: Linux environment for loading Windows drivers?

2004-03-24 Thread Robert Shearman
Heiko Nardmann wrote: > > Hi! > > Is there a Linux environment available somewhere to load Windows > drivers and > run the hardware this way? This is not a primary goal of Wine, but there are two main projects that do this that I know of. 1. Captive (NTFS) - http://www.jankratochvil.net/project/ca

Re: Win32 packages released on sourceforge

2004-03-24 Thread Dimitrie O. Paun
On March 23, 2004 3:21 pm, Paul Millar wrote: > > -- store the MD5SUM key that you've computed into a sister file > > with the name winetest-.zip.cookie. It's URL will be: > > http://theserver/path/winetest-.zip.cookie > > This is redundant with the (detached) signatures. But, just > s

Re: CURSORICON_SimulateLoadingFromResourceW param check. VFP6 EXEs now work.

2004-03-24 Thread C. Daniel Mojoli B.
Alexandre Julliard wrote: "C. Daniel Mojoli B." <[EMAIL PROTECTED]> writes: 7) We hit L513 and cause an exception when executing the following expression: bits->idEntries[i]. The problem is that we are looping with our index bound to the garbage number of icon entries! That garbage is almost a

Re: winpos.c & module.c - minor ms-windows compatibility

2004-03-24 Thread Dimitrie O. Paun
On March 24, 2004 1:33 am, Boaz Harrosh wrote: > I don't think there is a point in submitting this test. I Just sent it > because it was there. and thought may be you wanted to have a look. > The test does pass with or with out the todo. First off, I think there is a very good point submitting the

Q: Linux environment for loading Windows drivers?

2004-03-24 Thread Heiko Nardmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Is there a Linux environment available somewhere to load Windows drivers and run the hardware this way? Thanks in advance! - -- Heiko Nardmann (Dipl.-Ing. Technische Informatik) secunet Security Networks AG - Sicherheit in Netzwerken (www.secu

misbehaving tests (was Re:winpos.c & module.c - minor ms-windows compatibility)

2004-03-24 Thread Ferenc Wagner
Boaz Harrosh <[EMAIL PROTECTED]> writes: > Ferenc Wagner wrote: > >> It would be possible to enforce timeout to make the run >> time bounded. Not implemented yet, but on the TODO list. >> Have you got a better idea? > > On ms-windows with msvc++ I would have Just put an > exception catchall handl

linux build broken

2004-03-24 Thread Ivan Leo Murray-Smith
The build of gdi.dll.so fails miserably, with the following error, maybe because of the dlls building with winegcc? gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gsta

Missing WWN issues

2004-03-24 Thread Francois Gouget
Looking through the WINeHQ CVS I noticed that we are missing 4 WWN issues. Fortunately they seem to be available at the Wine Kernel Cousin web site... sort of. Would some kind soul volunteer for retrieving what can be retrieved? * WWN 88 and WWN 89 http://www.kerneltraffic.org/wine/wn2001031

Re: winpos.c & module.c - minor ms-windows compatibility

2004-03-24 Thread Boaz Harrosh
Ferenc Wagner wrote: It would be possible to enforce timeout to make the run time bounded. Not implemented yet, but on the TODO list. Have you got a better idea? On ms-windows with msvc++ I would have Just put an exception catchall handler and would catch 99.99% of possible exceptions. I thi

Problem with code in WWN 214

2004-03-24 Thread Francois Gouget
WWN 214 contains some sample code and in my browser I see: #include #include #include #include #include static jmp_buf jmpbuf; int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) [...] There are two things that are wrong: * The #include state

Re: winetest: add support for revision info

2004-03-24 Thread Ferenc Wagner
Ferenc Wagner <[EMAIL PROTECTED]> writes: > This patch goes somewhat against Dimi's. Instead of > invoking cvs, it extracts the working revision info from the > CVS/Entries files resulting in speedy operation. Thus I > incorporated all the stuff into maketest, executing > unconditionally. Hope

Re: winpos.c & module.c - minor ms-windows compatibility

2004-03-24 Thread Ferenc Wagner
Boaz Harrosh <[EMAIL PROTECTED]> writes: > What to do with testes that throw an exception ("fly") but > don't do so on ms-windows? leaving that in, would stop the > test application, and all tests after that would not > preform. I did have a couple of cases like that. It would be possible to enfo