Freecell

  • Thread starter Thread starter William Lefkovics [MVP]
  • Start date Start date
W

William Lefkovics [MVP]

Sorry... I am just bummed that I need a graphics accelerator video card to
play solitaire. I might actually have to get some work done now.
 
Awww, I really do feel sorry for you :o(

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!


--- Original message follows ---
 
me too

Zack Whittaker (R2 Mentor) said:
Awww, I really do feel sorry for you :o(

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and
not of my employer, best friend, Ghandi, my mother or my cat. Glad we
cleared that up!


--- Original message follows ---
 
Nah they are WPF based.

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
I just checked out the new FreeCell using Process Explorer.
Its not even running any managed code, and absolutely no sign of WPF.

It is using DirectSound, Direct3D, XInput, even MSXML6 but no .Net
assemblies and no sign of milcore either.

I didn't think they could be, since the games were already shipping in
versions of Vista that didn't come with the WinFX runtimes installed.

Very little of Vista uses .Net, only the MediaCenter shell and the event log
viewer that I have seen so far.
 
Please take it from me - they are made using WPF. It's up to the machine
running the application to have WPF (or WinFX as a bundle) installed to get
the full "flavour" of the game itself.

It's made using WinFX (WPF), in Visual Studio 2005... take it from me :o)

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
You do understand how to use ProcessExplorer don't you?

If I go to http://www.charlespetzold.com/blog/2006/04/NewtonsCradle.xaml I
get a nice animation of some swinging balls and I see in process explorer
that PresenationHost.exe is running using PresentationCore.dll,
PresentationFramework.dll, PresentationUI.dll and also mscorwks.dll
mscorlib.dll etc, in other words, a process running managed code and using
WPF.

If start up FreeCell.exe all I see is D3d9.dll, dsound.dll, gdiplus.dll,
msvcrt.dll, winmm.dll etc.
In other words an unmanaged process using DirectX.

Why do I need to "Take it from you" when I can already see exactly whats
running on my own machine?
 
*sigh* because I know of the people who helped develop it - yeh a lot of it
was done internally, but other third-party programmers helped out as well on
some of them, especially ones like Chess.

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
You know what, I give up. I'm not going to spend all my time saying "yes, it
was made using WPF" because you're obviously not going to listen - I've said
it, Andre's said it, what else do you want, a written statement by
Microsoft?

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
How about an example of one of the games that uses PresentationCore.dll or
even mscorwks.dll?

It's very simple to understand, if is isn't using PresentationCore.dll then
it isn't using WPF.
 
Zack Whittaker said:
You know what, I give up. I'm not going to spend all my time saying "yes,
it was made using WPF" because you're obviously not going to listen - I've
said it, Andre's said it, what else do you want, a written statement by
Microsoft?


And if you read the link that Andre posted, you'll see quite clearly that
the in box games are written in DirectX.
 
so, Zack, you + Andre == a written statement by Microsoft - 1?

It'd help your stance more to provide some relevant technical reasoning
behind your argument, like Edward has for his, instead of this kindergarten
playground "is not, is TOO!"
 
Back
Top