Does wine NetBios can work with remote windows
application that use NetBios ?
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
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
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
"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]
"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);
> +
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
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
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 -
>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
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]
"
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
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
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
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
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
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
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
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
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
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
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.
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.
"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
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'
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
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
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
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
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
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
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]'
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
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
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
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
-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
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
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
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
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
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
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
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
44 matches
Mail list logo