Running "United Devices Agent"

2004-05-11 Thread James Courtier-Dutton
It is about time that grid.org project used open source code for their "United Devices" agent. The performance would be much greater if more people saw the source code, and helped optimise it. My $0.02 worth. James

Re: Document

2004-05-11 Thread Peter Hartshorn
Whoever on this list is using the SMTP server at fairmont.org, could you please check your system for viruses.

Re: Building WINE with Intel ICC for Linux

2004-05-11 Thread Steven Edwards
--- Mike Hearn <[EMAIL PROTECTED]> wrote: > No surprise it crashes, this code is setting something in the TEB > which > you commented out. Wine won't get anywhere when missing such critical > functions: being able to set and access the TEB is vital for nearly > all > Wine functions. For Wine on IC

Re: Running "United Devices Agent" (was Unhandled API Call to Kernel32 Question)

2004-05-11 Thread Mike Hearn
On Tue, 11 May 2004 13:48:38 -0700, Roger Olson wrote: > That is really a generous offer and greatly appreciated. I am both > interested and motived, believe that I am competent, dedicated and a > fairly good troubleshooter, a good self studier but only have some VB > experience. If this provides

Re: Building WINE with Intel ICC for Linux

2004-05-11 Thread Mike Hearn
> +//__ASM_GLOBAL_FUNC( NtCurrentTeb, ".byte 0x64\n\tmovl 0x18,%eax\n\tret" ); > -__ASM_GLOBAL_FUNC( wine_get_fs, "movw %fs,%ax\n\tret" ) > +//__ASM_GLOBAL_FUNC( wine_get_fs, "movw %fs,%ax\n\tret" ) > __ASM_GLOBAL_FUNC( wine_get_gs, "movw %gs,%ax\n\tret" ) > __ASM_GLOBAL_FUNC( wine_get_ss, "movw

Re: bug when displaying images ?

2004-05-11 Thread fabrice martin
--- hatky <[EMAIL PROTECTED]> a écrit : > > By the way, I am using Wine 20031212, with a > GeForce4 > 1st step is trying a current version > Yes, i forgot to mention that the problem is the same with the latest version (200405). I am currently using 20031212 because it is the only version capabl

Re: Running "United Devices Agent"

2004-05-11 Thread Roger Olson
Saulius Krasuckas Wrote: > Can you compare it to info given by this page: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/createremotethread.asp > Yes, http://members.toast.net/obc (near the bottom) I linked to two pages out of my VS6 (patched to SP6) app help file (

Re: Running "United Devices Agent" (was Unhandled API Call to Kernel32 Question)

2004-05-11 Thread Roger Olson
Tue, 11 May 2004 10:35:08 +0100 Mike Hearn Wrote: > > I am willing to teach somebody who shows an interest (and is > competent) what they need to know but I don't have the time to do this > myself. > That is really a generous offer and greatly appreciated. I am both interested and motived, believ

Building WINE with Intel ICC for Linux

2004-05-11 Thread Steven Edwards
Hello, I was able to build WINE with the Intel Compiler for Linux. Intel allows free usage for non-comercial works so I figured I would check and see if changing compilers would yield better performance. According to Intels site it is supposed to give a 15 to 30% speed boost in applications. I was

Re: bug when displaying images ?

2004-05-11 Thread hatky
> By the way, I am using Wine 20031212, with a GeForce4 1st step is trying a current version -- Hatky, Worshiper of wine (http://www.winehq.org/), Impossible is only an opinion.

Re: listview

2004-05-11 Thread Dimitrie O. Paun
> From: Ulrich Czekalla <[EMAIL PROTECTED]> > Ulrich Czekalla <[EMAIL PROTECTED]> > Handle case where iterator range contains 0 elements I'm reading my mail through a webmail client (my gateway to the net died yesterday :(), so I might not see things properly, but shouldn't the content

Re: Unhandled API Call to Kernel32 Question

2004-05-11 Thread Mike Hearn
On Mon, 10 May 2004 19:23:40 -0700, Roger Olson wrote: > It would be great if someone were willing to take this on :-D. I would > be more than happy to volunteer for leg work, investigations, testing, > timely result feedback, etc. I am willing to teach somebody who shows an interest (and is co

bug when displaying images ?

2004-05-11 Thread fabrice martin
Hello, I am using a personal application under wine with great success. However a problem subsists: at one point, the program reads RGB images from the disk, and should display them. Unfortunately, they appear completely black ! I ran wine with WINEDEBUG=+bitmap, and I think the problem is in the

Re: Running "United Devices Agent"

2004-05-11 Thread Saulius Krasuckas
On Mon, 10 May 2004, Roger Olson wrote: > My wine conf is set to win98 and those are the error msgs I get. > According to MS VS6 documentation, CreateRemoteThread() is supported > with win 98 and newer versions even though most believe it is NT/2000 > only. Only the "lpSecurityDescriptor" of t