<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: /clr:safe Managed C++ and XNA 360 are good</title>
	<atom:link href="http://blog.deanoc.com/?feed=rss2&#038;p=74" rel="self" type="application/rss+xml" />
	<link>http://blog.deanoc.com/?p=74</link>
	<description>Stuff from the wierd world of Deano</description>
	<lastBuildDate>Sat, 21 Aug 2010 09:33:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Abhilash</title>
		<link>http://blog.deanoc.com/?p=74&#038;cpage=1#comment-110983</link>
		<dc:creator>Abhilash</dc:creator>
		<pubDate>Sat, 21 Aug 2010 09:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deanoc.com/?p=74#comment-110983</guid>
		<description>Hi Deano,

I need to work on converting a very huge vc++ project to clr safe. I would appreciate if you can give me reference to a good book for this. Also can you please share with me some of your findings. The current vc++ project has a lot of stuff from c++ like templates, generics, pointers, storage/stream, ole apis, zlib compression apis, inlines etc. I may not be much worried about mfc UI part.

Thanks,
Abhilash</description>
		<content:encoded><![CDATA[<p>Hi Deano,</p>
<p>I need to work on converting a very huge vc++ project to clr safe. I would appreciate if you can give me reference to a good book for this. Also can you please share with me some of your findings. The current vc++ project has a lot of stuff from c++ like templates, generics, pointers, storage/stream, ole apis, zlib compression apis, inlines etc. I may not be much worried about mfc UI part.</p>
<p>Thanks,<br />
Abhilash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deano</title>
		<link>http://blog.deanoc.com/?p=74&#038;cpage=1#comment-38059</link>
		<dc:creator>Deano</dc:creator>
		<pubDate>Mon, 24 Mar 2008 13:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deanoc.com/?p=74#comment-38059</guid>
		<description>Hi Pedro,
Fundementally you have to write using a modified version of C++, that MS call C++/CLI.

Using that you can then write classes that can be accessed easily via XNA, you have to tell it they a managed classes and allocate them via gcnew rather than new.

I haven&#039;t dealt much deeper than my initial tests and have a mixed C++/C# content pipeline in XNua.

I do have a good book on it tho, I dig out a reference when I&#039;m back at home.

Bye,
Deano</description>
		<content:encoded><![CDATA[<p>Hi Pedro,<br />
Fundementally you have to write using a modified version of C++, that MS call C++/CLI.</p>
<p>Using that you can then write classes that can be accessed easily via XNA, you have to tell it they a managed classes and allocate them via gcnew rather than new.</p>
<p>I haven&#8217;t dealt much deeper than my initial tests and have a mixed C++/C# content pipeline in XNua.</p>
<p>I do have a good book on it tho, I dig out a reference when I&#8217;m back at home.</p>
<p>Bye,<br />
Deano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Urbina</title>
		<link>http://blog.deanoc.com/?p=74&#038;cpage=1#comment-33793</link>
		<dc:creator>Pedro Urbina</dc:creator>
		<pubDate>Fri, 07 Mar 2008 05:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deanoc.com/?p=74#comment-33793</guid>
		<description>Hello, I&#039;m force to generate a game in Cpp but since I&#039;m familiar with XNA, I wanted to follow your idea. I don&#039;t know anything about /clr:safe or managed code. Could you give a couple hints?

Thank you

Pedro</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m force to generate a game in Cpp but since I&#8217;m familiar with XNA, I wanted to follow your idea. I don&#8217;t know anything about /clr:safe or managed code. Could you give a couple hints?</p>
<p>Thank you</p>
<p>Pedro</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.197 seconds -->
