<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>rednael - Marshalling</title>
    <link>http://blog.rednael.com/</link>
    <description>random thoughts, formed in the twisted mind of a coder...</description>
    <language>en-us</language>
    <copyright>Martijn Thie</copyright>
    <lastBuildDate>Sun, 25 Jan 2009 14:11:54 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>blog@rednael.com</managingEditor>
    <webMaster>blog@rednael.com</webMaster>
    <item>
      <trackback:ping>http://blog.rednael.com/Trackback.aspx?guid=945aaa48-2409-4576-8a52-0d10519aae79</trackback:ping>
      <pingback:server>http://blog.rednael.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.rednael.com/PermaLink,guid,945aaa48-2409-4576-8a52-0d10519aae79.aspx</pingback:target>
      <dc:creator>Martijn Thie</dc:creator>
      <wfw:comment>http://blog.rednael.com/CommentView,guid,945aaa48-2409-4576-8a52-0d10519aae79.aspx</wfw:comment>
      <wfw:commentRss>http://blog.rednael.com/SyndicationService.asmx/GetEntryCommentsRss?guid=945aaa48-2409-4576-8a52-0d10519aae79</wfw:commentRss>
      <slash:comments>11</slash:comments>
      <title>Marshalling Compiler</title>
      <guid isPermaLink="false">http://blog.rednael.com/PermaLink,guid,945aaa48-2409-4576-8a52-0d10519aae79.aspx</guid>
      <link>http://blog.rednael.com/2009/01/25/MarshallingCompiler.aspx</link>
      <pubDate>Sun, 25 Jan 2009 14:11:54 GMT</pubDate>
      <description>Post about the online Marshalling Compiler. It takes a C style header and converts it into an import of a native DLL in managed C# code.&lt;img width="0" height="0" src="http://blog.rednael.com/aggbug.ashx?id=945aaa48-2409-4576-8a52-0d10519aae79"/&gt;&lt;br/&gt;&lt;hr/&gt;visit my blog at &lt;a href="http://blog.rednael.com"&gt;blog.rednael.com&lt;/a&gt;. &lt;br /&gt;Rednael</description>
      <comments>http://blog.rednael.com/CommentView,guid,945aaa48-2409-4576-8a52-0d10519aae79.aspx</comments>
      <category>.Net</category>
      <category>Marshalling</category>
    </item>
    <item>
      <trackback:ping>http://blog.rednael.com/Trackback.aspx?guid=29361177-50fb-4a88-8aef-25174c88094e</trackback:ping>
      <pingback:server>http://blog.rednael.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.rednael.com/PermaLink,guid,29361177-50fb-4a88-8aef-25174c88094e.aspx</pingback:target>
      <dc:creator>Martijn Thie</dc:creator>
      <wfw:comment>http://blog.rednael.com/CommentView,guid,29361177-50fb-4a88-8aef-25174c88094e.aspx</wfw:comment>
      <wfw:commentRss>http://blog.rednael.com/SyndicationService.asmx/GetEntryCommentsRss?guid=29361177-50fb-4a88-8aef-25174c88094e</wfw:commentRss>
      <slash:comments>64</slash:comments>
      <title>Marshalling: Using native DLLs in .NET</title>
      <guid isPermaLink="false">http://blog.rednael.com/PermaLink,guid,29361177-50fb-4a88-8aef-25174c88094e.aspx</guid>
      <link>http://blog.rednael.com/2008/08/29/MarshallingUsingNativeDLLsInNET.aspx</link>
      <pubDate>Fri, 29 Aug 2008 12:25:57 GMT</pubDate>
      <description>How to use a native DLL (or C++ DLL) in your managed .Net code? This post shows which types are interoperable, how to import a DLL, how to pass strings, how to pass structures and how to de-reference pointers.&lt;img width="0" height="0" src="http://blog.rednael.com/aggbug.ashx?id=29361177-50fb-4a88-8aef-25174c88094e"/&gt;&lt;br/&gt;&lt;hr/&gt;visit my blog at &lt;a href="http://blog.rednael.com"&gt;blog.rednael.com&lt;/a&gt;. &lt;br /&gt;Rednael</description>
      <comments>http://blog.rednael.com/CommentView,guid,29361177-50fb-4a88-8aef-25174c88094e.aspx</comments>
      <category>.Net</category>
      <category>Marshalling</category>
    </item>
  </channel>
</rss>