c# 4.0 - How do I integrate a dll from an existing program into my c# windows application? -


i want use functionality of cygwin in c# windows application , want save output according user needs (my output files should location independent). how do this?

i'm browsing input file cygwin folder , want execute cygwin command i.e. gcc main_jaxa.c sar-function.c nrutil.c complex16.c. possible execute command through windows application written in c#.net?

then want call a.exe file convert input files in output files.

have @ system.diagnostics.process.start(string,string), allows launch arbitrary process set of command line parameters.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -