<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by pre</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/pre/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by pre</title>
		<link>http://channel9.msdn.com/Niners/pre/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/pre/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 14:02:37 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 14:02:37 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - 7 Reasons why Microsoft is Doomed.  DOOOOOOOOOMED!!!!</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Chinmay007 wrote:</div>
<div class="quoteBody">&#65279; <br>
<br>
What takes longer to install? What files aren't compatible with Windows?<br>
<br>
Mac OS X is usually preinstalled with computers, I have no experience with installing it. Ubuntu and Fedora both install significantly faster then Windows XP or Vista, that include a lot of software in the install. Ubuntu in fact, can be
<a href="http://wubi-installer.org/">completely installed while using Windows</a>.<br>
<br>
What formats aren't compatible with Windows? I can't think of even one. Maybe you mean the other way around, but that is not so true, except for maybe some really complex Office documents, and you can still open it and view most of the content. Even DRM'ed
 media is easily cracked, and any Windows Media format <a href="http://www.videolan.org/vlc/features.html">
is playable with VLC at this time</a>. Which of course, is multiplatform and runs on OS X and Linux, as well as Windows.<br>
<br>
Anyways I don't think Microsoft will be able to maintain their monopoly. They aren't &quot;DOOOOOOMed&quot;, but I see them becoming somewhat like a GE in a next decade or so.<br>
</div>
</blockquote>
<br>
<br>
I don't understand your last statement here? You do realize that GE is number 6 on the Fortune 500 list with 168&#43; billion in revenue and 20&#43; billion in profits. It is also the worlds #1 most admired company. You make it sound like a bad thing. Anyway, MS has
 a long way to go before it reaches GE status.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257391-7-Reasons-why-Microsoft-is-Doomed-DOOOOOOOOOMED/9b81fb83d26b400dbc319dec00a5d9b6#9b81fb83d26b400dbc319dec00a5d9b6</link>
		<pubDate>Wed, 05 Sep 2007 03:28:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257391-7-Reasons-why-Microsoft-is-Doomed-DOOOOOOOOOMED/9b81fb83d26b400dbc319dec00a5d9b6#9b81fb83d26b400dbc319dec00a5d9b6</guid>
		<dc:creator>pre</dc:creator>
		<slash:comments>64</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pre/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Does anyone proof read the Media SDK&#39;s?</title>
		<description><![CDATA[<p>I am usually very supportive of MS and their products, but this is one area&nbsp;that I think MS needs to work on.&nbsp;
<br>
<br>
My problem in particular is with the Windows Media Device Manager SDK.&nbsp; It seems as though it was an after thought and somebody rushed to finish it up in a few hours at the end of a work day.&nbsp; It is extremely vague both in the documentation about the product
 and with the examples themselves.<br>
<br>
I started working with it about 3 weeks ago when I was contacted to develop software that would interact with windows media compatible devices.&nbsp; I cannot believe I still have hair left on my head.<br>
<br>
Step 1:&nbsp;start by reading the SDK, and trying to set up vc&#43;&#43; the way it says to, only, 3 libs files that it says to use do not even exist.&nbsp; After deciding that maybe this was an error, I move on without them.<br>
<br>
Step 2: go about writing some authentication code for the WMDM when I find out, &quot;uh oh, you need a license&quot;. No big deal, the key.c&nbsp;file says you cannot interact with WMDM at all&nbsp;without a VALID key.&nbsp; Ok, call the company, &quot;hey we need a license&quot;....wasted
 time.<br>
<br>
Step 3:&nbsp; I open up the key.c file from the example source and its says something totally different. Turns out you do not need a valid key to interact with the dev manager...more wasted time.<br>
<br>
Step 4:&nbsp; finally after days of trial and error I get the core functionality working, only by the grace of god as I was coding blind....yet again, improper documentation = wasted time.<br>
<br>
Step 5: I figure, &quot;hey maybe the windows media device manager 10 beta SDK might have some updated material.&quot;&nbsp; WRONG.&nbsp; Someone just copied and pasted the WMDM 9 SDK and renamed it to 10 Beta.&nbsp; The only difference I could find was the mention of adding playlists
 or some bs.<br>
<br>
Step 6: dazed and bewildered by this beast,I finally somehow manage to get most of it working by trial and error, somewhat, when I come across a problem reading from a device.&nbsp; Let me just check and see what the SDK says about this, &quot;hrm, nothing.&quot;&nbsp; No mention
 of the error, no mention that maybe the device manufacturer does not have drivers for reading data from the device....more wasted time<br>
<br>
Step 7:&nbsp;decide its time to grab some metadata from these files on the device to spice things up.&nbsp; A little hesitant I follow the advice in the SDK about reading metadata.&nbsp; Now, there are, I think&nbsp;6 types that metadata are categorized in, WORD, DWORD, QWORD,
 BINARY,STRING and GUID.&nbsp; Great, easy enough, but, which are in what category, the doc only mentions like 10, what about the others?...more wasted time trying to figure that out.<br>
<br>
Honestly I cannot remember the total amount of errors and contradiction between what the SDK says to do and the example provided, but there were many.&nbsp; Is there some kind of non-communication from the dev team and the people who write the SDK?&nbsp; Do they live
 in seperate worlds?<br>
<br>
On top of that, there is not one mention of someone to contact from the windows media group.&nbsp; This is not the case with some other product SDKs from MS.&nbsp; I remember writing the DirectX team a few years back about an issue and was happy when they responded promptly
 to my request.<br>
<br>
This is my biggest beef with MS, documentation.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/13818-Does-anyone-proof-read-the-Media-SDKs/13818#13818</link>
		<pubDate>Thu, 22 Jul 2004 21:19:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/13818-Does-anyone-proof-read-the-Media-SDKs/13818#13818</guid>
		<dc:creator>pre</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/pre/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>