xfom and c#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

Could you please tell me if it's possible to build xfrom with C# ? Have you an exemple

Thanks in advanc
 
jfrancois,

Is xfrom a language of some kind? Does it have a compiler that can be
called from the command line? If it does, then you can call the static
Start method on the Process class to call the compiler on the code files you
have (or generate), and produce the output.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top