On Sep 24, 2024, at 09:39, Man-wai Chang <[email protected]> wrote: > > Does this Workbench really work? Could he C# codes be compiled and > linked into executable right after conversion? ;)
While it's certainly possible, it's not desirable unless it is a one-shot deal that you will never have to maintain again. Otherwise, moving to a different language requires learning that language, including its strengths, weaknesses, and idioms. If you are going to convert to C#, and will need to maintain that app, you'd better learn C#. Once you do, you might look at the converted code and decide that it isn't optimal. -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://leafe.com/archives This message: https://leafe.com/archives/byMID/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

