I had assumed that the browser part of explorer simply hosted another
control or collection of controls. Though explorer is more than a
browser. It also acts like a desktop shell.
Though I understand this is probably the lower priority on the wine
developers list. As integrating into Linux desktop
Hi,
I have a small hint to the D3DXFloat32To16Array function. It seems that
some values are handled in some other way.
A small test:
D3DXFLOAT16 res;
union p
{
float f;
DWORD d;
} x;
x.d = 0x33000800;
D3DXFloat32To16Array
On 2/20/2011 18:58, Roderick Colenbrander wrote:
On Sun, Feb 20, 2011 at 4:05 AM, Andrew Green wrote:
I was just looking at the Google summer of code(GSOC) ideas and
noticed "implement the explorer". This grabbed my attention as I have
recently been working on a windows xp explorer clone.
Also
On Sun, Feb 20, 2011 at 4:05 AM, Andrew Green wrote:
> I was just looking at the Google summer of code(GSOC) ideas and
> noticed "implement the explorer". This grabbed my attention as I have
> recently been working on a windows xp explorer clone.
> Also it mentions a reference to ReactOS explorer
I was just looking at the Google summer of code(GSOC) ideas and
noticed "implement the explorer". This grabbed my attention as I have
recently been working on a windows xp explorer clone.
Also it mentions a reference to ReactOS explorer written in c++. Well
there is a second explorer which is plann