Following your comment I understand that you will be implementing the
hard core of D3DXCompileShaderxx.
Nevertheless, I have already a simplification of the
D3DXCompileShaderFromFilexx functionsStefan Dösinger escribió. This are
being work referring to D3DXCompileShaderFromFileExW on the basem
Hi John,
2008/3/14, John Klehm <[EMAIL PROTECTED]>:
> On Sat, Mar 15, 2008 at 12:15 AM, Maarten Lankhorst
> <[EMAIL PROTECTED]> wrote:
> > Fixed names to have underscores.
>
> +static void test_enumstations(void)
> +{
> +BOOL ret;
> +
> +#if 0 /* Crashes instead */
> +SetLastError(0
On Sat, Mar 15, 2008 at 12:56 AM, John Klehm <[EMAIL PROTECTED]> wrote:
> On Sat, Mar 15, 2008 at 12:15 AM, Maarten Lankhorst
> <[EMAIL PROTECTED]> wrote:
> > Fixed names to have underscores.
> >
> >
> >
> >
>
> +static void test_enumstations(void)
> +{
> +BOOL ret;
> +
> +#if 0 /* C
On Sat, Mar 15, 2008 at 12:15 AM, Maarten Lankhorst
<[EMAIL PROTECTED]> wrote:
> Fixed names to have underscores.
>
>
>
>
+static void test_enumstations(void)
+{
+BOOL ret;
+
+#if 0 /* Crashes instead */
+SetLastError(0xbabefeed);
+ret = EnumWindowStationsA(NULL, 0);
+ok(!ret, "Enu
"Clinton Stimpson" <[EMAIL PROTECTED]> wrote:
> Simplified from first try by removing unecessary thread.
>
> ChangeLog:
> user32: test processing of expose events
Is it possible to use 4 space indents as in the rest of file?
--
Dmitry.
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote:
>>> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s
>>
>> The first parameter has type wstr. Also, please check actual
>> buffer contents in the tests not just the return values.
>>
> Hi Dmitry,
> When I wrote the wcscpy_s you asked to me chang
Hi Steven,
2008/3/14, Steven Edwards <[EMAIL PROTECTED]>:
> On Fri, Mar 14, 2008 at 6:12 PM, Austin English
>
> > There was a discussion a while back about setting the default version
> > to XP. Vista may be a bad default, considering how badly it's been
> > running, I wouldn't be surprised if s
Hi Chris,
2008/3/14, Chris Robinson <[EMAIL PROTECTED]>:
> On Friday 14 March 2008 04:25:02 pm Maarten Lankhorst wrote:
> > Use the fallback system IReferenceClock, unless the app comes up with
> > its own clock.
>
>
> This doesn't look right. According to MSDN, the clock used when Run is called
On Fri, Mar 14, 2008 at 6:12 PM, Austin English
> There was a discussion a while back about setting the default version
> to XP. Vista may be a bad default, considering how badly it's been
> running, I wouldn't be surprised if some apps start including their
> own workarounds for Vista.
Given each
On Friday 14 March 2008 04:25:02 pm Maarten Lankhorst wrote:
> Use the fallback system IReferenceClock, unless the app comes up with
> its own clock.
This doesn't look right. According to MSDN, the clock used when Run is called
is chosen by the following algorithm:
1- The app called IMediaFilter
> No matter what if your running a program, be it linux or windows (on
> wine) it always has the potential to mess up things that the user
> running it has access too.
Not true - you should be running in a SELinux sandbox to solve this problem.
I'm not sure if the technology is mature enough for
On Fri, Mar 14, 2008 at 5:48 PM, Maarten Lankhorst
<[EMAIL PROTECTED]> wrote:
> Hi Austin,
>
> 2008/3/14, Austin English <[EMAIL PROTECTED]>:
>
>
> > On Fri, Mar 14, 2008 at 4:45 PM, Maarten Lankhorst
> > <[EMAIL PROTECTED]> wrote:
> > > Hi all,
> > >
> > > 2008/3/13, Scott Ritchie <[EMAI
Hi Austin,
2008/3/14, Austin English <[EMAIL PROTECTED]>:
> On Fri, Mar 14, 2008 at 4:45 PM, Maarten Lankhorst
> <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > 2008/3/13, Scott Ritchie <[EMAIL PROTECTED]>:
> >
> >
> > > Christopher Harvey wrote:
> > > > I've had a few ideas that I thoug
On Fri, Mar 14, 2008 at 4:45 PM, Maarten Lankhorst
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> 2008/3/13, Scott Ritchie <[EMAIL PROTECTED]>:
>
>
> > Christopher Harvey wrote:
> > > I've had a few ideas that I thought of on my own, but now I'm starting
> > > to see they perhaps aren't as useful as
Hi all,
2008/3/13, Scott Ritchie <[EMAIL PROTECTED]>:
> Christopher Harvey wrote:
> > I've had a few ideas that I thought of on my own, but now I'm starting
> > to see they perhaps aren't as useful as the ideas thought of by current
> > developers, but I'll float it out there one last time. I t
Hi Luis,
2008/3/13, "Luis C. Busquets Pérez" <[EMAIL PROTECTED]>:
> Proposing another thing if implementing d3dx9_36.dll is too much I
> propose to implement:
> 1 D3DXAssembleShader
> 2 D3DXAssembleShaderFromFileA
> 3 D3DXCompileShader
> 4 D3DXCompileShaderFromFileA
>
Hi Artur,
2008/3/14, Artur Szymiec <[EMAIL PROTECTED]>:
> are there any d3d related projects for SOC 2008 ?
> Who is the Mentor ? How can I join ?
Definitely, look at the idea page to get an ide aof what we think is
good. It's even better if you suggest something YOU want to do here.
It doesn't
Maarten Lankhorst wrote:
> Hi,
>
> 2008/3/12, Michael Stefaniuc <[EMAIL PROTECTED]>:
>> James Hawkins wrote:
>> > On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
>> >> I'm kind of hoping James implements the missing bits in msi
>> >> soon. James, think that will happen
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> "Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote:
>
>> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s
>
> The first parameter has type wstr. Also, please check actual
> buffer contents in the tests not just the re
Hi Chris,
2008/3/14, Chris Robinson <[EMAIL PROTECTED]>:
> On Friday 14 March 2008 10:29:34 am Maarten Lankhorst wrote:
> > Hi Chris,
> >
> > 2008/3/14, Chris Robinson <[EMAIL PROTECTED]>:
> > > On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote:
> > > > If read from a file source
Paul Vriens wrote:
> James Hawkins wrote:
>
>> On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>>
>>> Christopher wrote:
>>> > Maarten Lankhorst wrote:
>>> >> Hi Christopher,
>>> >>
>>> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>:
>>> >>
>>> >>> I've been try
On 13/03/2008, Dan Kegel <[EMAIL PROTECTED]> wrote:
> On 3/13/08, L. Rahyen <[EMAIL PROTECTED]> wrote:
> > Separate user is enough if you don't have world writable files in
> your
> > system.
>
> No, because the malware could root your Linux system
> using a local priv escalation explo
Hi,
2008/3/12, Michael Stefaniuc <[EMAIL PROTECTED]>:
> James Hawkins wrote:
> > On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> >> Louis wrote:
> >> > Hi, i wonder if it would be possible to improve
> >> > winetricks dotnet 1.1, so that it's actually able to run
> >
Another day, another winetricks :-)
This version finally adds a way to get Visual C++ 2003 runtime
libraries (msvcp71, mfc71).
It also finally adds in all the twisty little workarounds
needed to run trivial .net 1.1 apps.
Also, it looks like enough people are using the gui to send
in bug reports
wrote:
> The recent discussion about Windows viruses working through Wine leads
> me to questions about its security.
> I've heard that using a separate user is alright, and then it isn't
> alright.
You're probably referring to
http://www.winehq.org/pipermail/wine-devel/2008-March/063452.ht
> If we wanted to implemented a SCM where would that reside? wineboot?
>
The SCM is the servies.exe program. Other programs using advapi32
communicates with it using RPC. I've started writing it - see
http://www.winehq.org/pipermail/wine-patches/2007-September/044396.html
. The problems wi
Paul Vriens wrote:
> James Hawkins wrote:
>> On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens
>> <[EMAIL PROTECTED]> wrote:
>>> Christopher wrote:
>>> > Maarten Lankhorst wrote:
>>> >> Hi Christopher,
>>> >>
>>> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>:
>>> >>
>>> >>> I've been trying to ge
James Hawkins wrote:
> On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>> Christopher wrote:
>> > Maarten Lankhorst wrote:
>> >> Hi Christopher,
>> >>
>> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>:
>> >>
>> >>> I've been trying to get MozyHome working on WINE, and h
Hi,
are there any d3d related projects for SOC 2008 ?
Who is the Mentor ? How can I join ?
Best regards
Artur
--
--
Registered User No 397465
Linux Debian 2.6.24.2 AMD Athlon(tm) 64 X2 Dual Core 5000+
Conquer your Desktop!
Am Donnerstag, 13. März 2008 18:26:17 schrieb Luis C. Busquets Pérez:
> Proposing another thing if implementing d3dx9_36.dll is too much I
> propose to implement:
> 1 D3DXAssembleShader
> 2 D3DXAssembleShaderFromFileA
> 3 D3DXCompileShader
> 4 D3DXCompileShaderFromFileA
On Fri, Mar 14, 2008 at 05:19:39PM +, Reece Dunn wrote:
> On 13/03/2008, Dan Kegel <[EMAIL PROTECTED]> wrote:
> > On 3/13/08, L. Rahyen <[EMAIL PROTECTED]> wrote:
> > > Separate user is enough if you don't have world writable files
> > in your
> > > system.
> >
> > No, because the m
On Friday 14 March 2008 10:29:34 am Maarten Lankhorst wrote:
> Hi Chris,
>
> 2008/3/14, Chris Robinson <[EMAIL PROTECTED]>:
> > On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote:
> > > If read from a file source, ID3 v2 tags might be incorrectly parsed by
> > > the head_check. This pa
Hi Chris,
2008/3/14, Chris Robinson <[EMAIL PROTECTED]>:
> On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote:
> > If read from a file source, ID3 v2 tags might be incorrectly parsed by
> > the head_check. This patch skips the whole tag altogether.
>
>
> I'm not sure this is completel
On Fri, Mar 14, 2008 at 8:03 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>
> Christopher wrote:
> > Maarten Lankhorst wrote:
> >> Hi Christopher,
> >>
> >> 2008/3/12, Christopher <[EMAIL PROTECTED]>:
> >>
> >>> I've been trying to get MozyHome working on WINE, and have made a little
> >>> pr
On Tue, Mar 11, 2008 at 10:26 PM, Nathan Beckmann
<[EMAIL PROTECTED]> wrote:
> Correctly initialized parameters to GetDIBits. (Based on
> GdipLockBitmapBits.)
>
> Testing seems to indicate that the error doesn't occur on Debian, but
> shows up in Slackware. Valgrind also complains.
> ---
> dl
On Fri, Mar 14, 2008 at 3:53 PM, TheBlunderbuss
<[EMAIL PROTECTED]> wrote:
>
> The recent discussion about Windows viruses working through Wine leads
> me to questions about its security.
> I've heard that using a separate user is alright, and then it isn't
> alright.
Where did you hear that
On Thursday 13 March 2008 09:01:53 pm Maarten Lankhorst wrote:
> If read from a file source, ID3 v2 tags might be incorrectly parsed by
> the head_check. This patch skips the whole tag altogether.
I'm not sure this is completely correct. The main splitter function detects
the presense of an MP3 h
The recent discussion about Windows
viruses working through Wine leads me to questions about its security.
I've heard that using a separate user is alright, and then it isn't
alright.
That you shouldn't use sudo to login to such a special wine user.
That you really should use a virtual mach
"Ann & Jason Edmeades" <[EMAIL PROTECTED]> writes:
> The difficulty here is the inability to directly query the concealed (within
> the struct DCE) clip_rgn not the visible region. For example, GetClipRgn
> returns dc->hClipRgn, whereas the dce clip_rgn is internal to user32
> painting.c. The only
Aric Stewart <[EMAIL PROTECTED]> writes:
> True, through I did not add the code that was doing the seeking so i
> tried to not be too intrusive.
>
> Should I rework the way we do the line processing to be able to do
> this then?
Yes please.
--
Alexandre Julliard
[EMAIL PROTECTED]
Christopher wrote:
> Maarten Lankhorst wrote:
>> Hi Christopher,
>>
>> 2008/3/12, Christopher <[EMAIL PROTECTED]>:
>>
>>> I've been trying to get MozyHome working on WINE, and have made a little
>>> progress. However, it seems that the service which Mozy uses won't
>>> start. Searching a bit I
True, through I did not add the code that was doing the seeking so i
tried to not be too intrusive.
Should I rework the way we do the line processing to be able to do this
then?
-aric
Alexandre Julliard wrote:
> Aric Stewart <[EMAIL PROTECTED]> writes:
>
>> ---
>> programs/regedit/regedit.c
Marcus Meissner <[EMAIL PROTECTED]> writes:
> Coverity spotted some potential lpwhh NULL usage
> after NULL checking.
>
> I restructured the code a bit to check lpwhh
> earlier and return at that time. Also removed a
> unnecessary cast.
This doesn't work:
../../../tools/runtest -q -P wine -M win
Aric Stewart <[EMAIL PROTECTED]> writes:
> ---
> programs/regedit/regedit.c |2 +-
> programs/regedit/regproc.c | 19 +++
> programs/regedit/regproc.h |2 +-
> 3 files changed, 13 insertions(+), 10 deletions(-)
We shouldn't need to seek at all, instead it should be easy
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote:
> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s
The first parameter has type wstr. Also, please check actual
buffer contents in the tests not just the return values.
--
Dmitry.
> That's exactly what hurts Wine: a misguided report of a clueless user,
> and WWN is not the place for it neither.
>
Thanks.
"Edward Savage" <[EMAIL PROTECTED]> wrote:
> The assumption is that since win32 virus are so windows specific and
> require so many small windows bugs and tweaks to run that they are a
> good test bed to see how good windows compatibility really is. In
> general they are also rather badly written
On 13/03/2008, Dan Kegel <[EMAIL PROTECTED]> wrote:
> The 1.0 release of Wine is tenatively scheduled for
> the 15th anniversary of the project (roughly 1 June 2008,
> if you take Dan Dulitz' message as the start of the project,
> http://groups.google.com/group/comp.os.linux/msg/7f92abdf494ab8b3
The assumption is that since win32 virus are so windows specific and
require so many small windows bugs and tweaks to run that they are a
good test bed to see how good windows compatibility really is. In
general they are also rather badly written so finding linux-wine
compatibility issues should a
"Edward Savage" <[EMAIL PROTECTED]> wrote:
> Finally, where would be the right place to report the results? Appdb
> seems like a strange place to be putting results of this nature. :P
Since Windows viruses use Win32 APIs that's not surprising that they
work under Wine. What you are doing doesn't
I've made a good start on a script that grabs a list of virus from
around the internet and attempts to run each one and then reports
changes in wine and then resets the wine structure. I'll be testing
with the above two file change tools to see which one works best (I
was just using a small one fr
51 matches
Mail list logo