Delphi D2009 for Win32 and the CodeDom - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T19:25:29Z http://stackoverflow.com/feeds/question/820018 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/820018/delphi-d2009-for-win32-and-the-codedom 1 Delphi D2009 for Win32 and the CodeDom Mmarquee 2009-05-04T13:08:15Z 2009-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#820325 2 Answer by jamiei for Delphi D2009 for Win32 and the CodeDom jamiei 2009-05-04T14:20:57Z 2009-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>