Dan Kegel wrote:
> vc2005trial is the 180 day Team Server edition of Visual C++ 2005.
> The winetricks verb for this is a bit odd - it prompts you for
> your password so it can mount the volume before installation.
> If you have a better idea, please let me know.
You can use fuseiso/fusermount to m
On Wed, Sep 2, 2009 at 9:36 PM, Dan Kegel wrote:
> Another week, another winetricks.
>
> The only interesting changes are new verbs vc2005trial and python26.
I lied -- there's one more interesting change.
More verbs with prerequisites are now smart,
and won't waste time installing already-installe
Another week, another winetricks.
The only interesting changes are new verbs vc2005trial and python26.
These are only of interest to developers.
vc2005trial is the 180 day Team Server edition of Visual C++ 2005.
The winetricks verb for this is a bit odd - it prompts you for
your password so it ca
On Wed, Sep 2, 2009 at 7:31 PM, Fenixk19 wrote:
> Hello! I've already post the
> bug(http://bugs.winehq.org/show_bug.cgi?id=19713) on this subject, but i
> need more help. So I've decided to write here.
> There is a problem in wine. When I use asynchronous serial port read,
> data never comes. Even
Hi there,
The T-shirt is finally on sale. We waited to have the Valgrind T-shirt
ready to release both at the same time, as I guess many Wine lovers
may also be Valgrind lovers.
Direct link: http://www.freewear.org/?page=show_item&id=FW0030
If we have resources we'll try to upgrade our Wine cata
Hello! I've already post the
bug(http://bugs.winehq.org/show_bug.cgi?id=19713) on this subject, but i
need more help. So I've decided to write here.
There is a problem in wine. When I use asynchronous serial port read,
data never comes. Event, caused by select comes. But operation status
stays pen
On Wed, Sep 2, 2009 at 1:34 PM, Sergey Khodych wrote:
>
>> 1. editor->hWnd may be NULL for windowless richedit controls, but you
>> code doesn't seem to take that into consideration.
>> 2. The style flags that you get from GetWindowLongW should probably
>> come from the cached values in editor->sty
1. editor->hWnd may be NULL for windowless richedit controls, but you
code doesn't seem to take that into consideration.
2. The style flags that you get from GetWindowLongW should probably
come from the cached values in editor->styleFlags.
The main reason why GetWindowLongW is used there is that
Am Wednesday 02 September 2009 15:07:42 schrieb Henri Verbeet:
> > That said, I haven't seen a GL implementation yet that successfully
> > compiles and SW-emulates a program that exceeds the limits.
>
> It isn't necessarily a problem when this happens, it's more meant as a
> diagnostic while debugg
Eh never mind, I'll do it.
On Wed, Sep 2, 2009 at 9:22 AM, Vincent
Povirk wrote:
> - gdiplusStartupInput.GdiplusVersion = 2;
> + gdiplusStartupInput.GdiplusVersion = 42;
>
> Could you please test the intermediate versions to determine what's
> supported? You could use a loop to determine the
-gdiplusStartupInput.GdiplusVersion = 2;
+gdiplusStartupInput.GdiplusVersion = 42;
Could you please test the intermediate versions to determine what's
supported? You could use a loop to determine the highest supported
version (making sure the return is UnsupportedGdiplusVersion if it's
not
2009/9/2 Stefan Dösinger :
> Am Wednesday 02 September 2009 09:27:58 schrieb Henri Verbeet:
>> + GL_EXTCALL(glGetProgramivARB(GL_FRAGMENT_PROGRAM_ARB,
>> GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, &native)); +
>> checkGLcall("glGetProgramivARB()");
>> + if (!native) WARN("Program exceeds nat
Am Wednesday 02 September 2009 09:27:58 schrieb Henri Verbeet:
> +GL_EXTCALL(glGetProgramivARB(GL_FRAGMENT_PROGRAM_ARB,
> GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, &native)); +
> checkGLcall("glGetProgramivARB()");
> +if (!native) WARN("Program exceeds native resource limits.\n");
Jacek Caban writes:
> ---
> dlls/jscript/tests/run.c | 32
> 1 files changed, 28 insertions(+), 4 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M jscript.dll -T ../../.. -p
jscript_test.exe.so run.c && touch run.ok
run.c:216: Test fai
2009/9/2 David Gerard :
> 2009/9/2 Scott Ritchie :
>
>> I don't think it's worth bothering to set that up, as my medium term
>> plan is to migrate users to a real Launchpad PPA for Ubuntu 9.10. In
>> 9.10, it'll actually be much easier to add PPAs (and their unique key),
>> so I can cut the instru
2009/9/2 Scott Ritchie :
> I don't think it's worth bothering to set that up, as my medium term
> plan is to migrate users to a real Launchpad PPA for Ubuntu 9.10. In
> 9.10, it'll actually be much easier to add PPAs (and their unique key),
> so I can cut the instructions on the download page dra
16 matches
Mail list logo