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
Post a Comment