Question
Are there any conversion tools for porting from Visual J# code to C#?
Answer
Have you tried Reflector + FileGenerator to dump the compiled .NET library to C#. The only problem that I can see is that you are going to have a slight amount of clean up for J# specific references and no comments. But it should provide a good clean solution and get you 90% of the way.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/8/" >Tool for Converting Visual J# code to C#?< /a>
0 comments:
Post a Comment