<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for A tale of two CodeDOMs</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/32338" title="A tale of two CodeDOMs" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/32338/feed" title="Comments for A tale of two CodeDOMs" />
<id>http://dn.codegear.com/article/32338</id>
<updated>2008-08-07T17:02:14-07:00</updated>
<entry>
<title>A tale of two CodeDOMs</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=38744</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=38744</id>
<updated>2005-11-11T13:21:45-08:00</updated>
<published>2005-11-11T13:21:45-08:00</published>
<summary>A tale of two CodeDOMs</summary>
<content>I own Delphi 2005 and have been a consultant for OVER 25 years and your instructions leave a lot to be desired.I'm giving up from square 1, because you are leaving out steps. You obviously haven't walked this through step-by-step, hence your low ratings.Am I the only one having trouble following your steps???</content>
</entry>
<entry>
<title>How about Java to Delphi?</title>
<author>
<name>George Birbilis</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=37443</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=37443</id>
<updated>2004-08-19T04:17:01-07:00</updated>
<published>2004-08-19T04:17:01-07:00</published>
<summary>How about Java to Delphi?</summary>
<content>In .NET there's Java Migration assistant (part of JUMP initiative from MS) that converts Java source code (including MS specific J++ COM/ActiveX stuff) and compiled classes (!) to C#. So one could make a tool that calls that converter and then calls this C#-&gt;Delphi tool, to help convert Java code to Delphi.netSame goes for J#-&gt;C#-&gt;Delphi.net, though I'm not sure if the converter will handle J# .NET specific features</content>
</entry>
<entry>
<title>re: A tale of two CodeDOMs</title>
<author>
<name>George Birbilis</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=37442</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=37442</id>
<updated>2004-08-19T04:13:23-07:00</updated>
<published>2004-08-19T04:13:23-07:00</published>
<summary>re: A tale of two CodeDOMs</summary>
<content>I agree it would be nice to also have Delphi -&gt; C#It would convince managers etc. that by writing some logic in Object Pascal / Delphi.net you don't get locked-in to it (having to reuse it as a compiled class that is and needing a Pascal programmer to modify/debug/fix it in the future), you can always easily convert that code's logic to another widely used .NET language like C#</content>
</entry>
<entry>
<title>re: A tale of two CodeDOMs</title>
<author>
<name>George Birbilis</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=37441</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=37441</id>
<updated>2004-08-19T04:10:36-07:00</updated>
<published>2004-08-19T04:10:36-07:00</published>
<summary>re: A tale of two CodeDOMs</summary>
<content>obviously he didn't add a C# parser, just instantiated the C# compiler (not sure if there's a separate C# compiler from Borland or they're using the MS one) and the compiler gave the CodeDom tree for the C# source code. The compilers in .NET are classes (Compiler Services) you can instantiate and use (very useful for adding end-user programmability to your applications)</content>
</entry>
<entry>
<title>Add comments support in BabelCode, plus add VB.net and other languages</title>
<author>
<name>George Birbilis</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=37440</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=37440</id>
<updated>2004-08-19T04:07:00-07:00</updated>
<published>2004-08-19T04:07:00-07:00</published>
<summary>Add comments support in BabelCode, plus add VB.net and other languages</summary>
<content>Doesn't the CodeDom technology support comment nodes or something?If it does, then the C#Builder and the Delphi.net CodeDom support should be enhanced to add comments in the CodeDom (or the BabelCode tool fixed to not ignore them if they're in already) so that they're not lost when conversion happens from C# to Delphi.netbtw, I'd also like to see VB.net or even &quot;any .NET language supporting CodeDom&quot; to Delphi.net</content>
</entry>
<entry>
<title>A tale of two CodeDOMs</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36729</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36729</id>
<updated>2004-05-16T18:54:51-07:00</updated>
<published>2004-05-16T18:54:51-07:00</published>
<summary>A tale of two CodeDOMs</summary>
<content>A nice feature would be for the code to group private, protected and public into separate groups.  ie at the moment, the code gets converted as follows:privateprocedure someproc;procedure Anotherproc;publicprocedure publicproc1;privateprocedure privateproc1;public procedure publicproc2;when it should be:privateprocedure someproc;procedure Anotherproc;procedure privateproc1;publicprocedure publicproc1;procedure publicproc2;This would make the code much more readable -- thanks for a great tool</content>
</entry>
<entry>
<title>A tale of two CodeDOMs</title>
<author>
<name>Brion L. Webster</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36672</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36672</id>
<updated>2004-05-12T12:19:58-07:00</updated>
<published>2004-05-12T12:19:58-07:00</published>
<summary>A tale of two CodeDOMs</summary>
<content>The second sentence doesn't make sense to me.  Looks like something is missing between ASP.NET and &quot;to generate&quot; - possibly &quot;use CodeDOMs&quot;?&quot;Both the Delphi and C#Builder designers for WinForms and ASP.NET to generate and update source code based on the components that are dropped, properties that are set, and events created by the user through the designer surface. &quot;</content>
</entry>
<entry>
<title>A tale of two CodeDOMs</title>
<author>
<name>Dan Mincu</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36646</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36646</id>
<updated>2004-05-09T22:36:41-07:00</updated>
<published>2004-05-09T22:36:41-07:00</published>
<summary>A tale of two CodeDOMs</summary>
<content>How about Delphi to C# ? Are there any plans for implementing this as well?</content>
</entry>
<entry>
<title>A tale of two CodeDOMs</title>
<author>
<name>Don Strenczewilk</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36629</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36629</id>
<updated>2004-05-07T20:06:11-07:00</updated>
<published>2004-05-07T20:06:11-07:00</published>
<summary>A tale of two CodeDOMs</summary>
<content>Very handy! Thanks!!Haven't tried running a lot of code through it yet, but did enter a QC report through the web interface. I pasted the C# code to convert into the bug report not realizing that the it would be automatically entered in the report. You might want to note that fact somewhere.Also, it's severity was automagically rated as Critical/Show stopper, which it isn't.</content>
</entry>
<entry>
<title>A tale of two CodeDOMs</title>
<author>
<name>Joe White</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36625</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36625</id>
<updated>2004-05-07T13:39:20-07:00</updated>
<published>2004-05-07T13:39:20-07:00</published>
<summary>A tale of two CodeDOMs</summary>
<content>I know (in general terms, never actually done it) how to build CodeDOM in memory and then convert it to source code in whatever language. But how did you go backwards, to read in C# source code and turn it into CodeDOM? That's the most interesting part, and you didn't post any code...</content>
</entry>
</feed>
