Delphi D2009 for Win32 and the CodeDom - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T19:25:29Zhttp://stackoverflow.com/feeds/question/820018http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/820018/delphi-d2009-for-win32-and-the-codedom1Delphi D2009 for Win32 and the CodeDomMmarquee2009-05-04T13:08:15Z2009-05-04T14:55:52Z
<p>Does anyone know whether it is possible (theoretically or in reality) to use the CodeDom that seems to be provided in Delphi's .NET counterpart? </p>
http://stackoverflow.com/questions/820018/delphi-d2009-for-win32-and-the-codedom/820325#8203252Answer by jamiei for Delphi D2009 for Win32 and the CodeDomjamiei2009-05-04T14:20:57Z2009-05-04T14:20:57Z<p>In short: No, the .NET CodeDom relies upon code being compiled into <a href="http://en.wikipedia.org/wiki/Common%5FIntermediate%5FLanguage" rel="nofollow">CIL</a> and .NET ByteCode and will not work for Win32 Compiled Delphi Programs.</p>