I am making a program in C#, it will have to be able to pack and unpack .MRS files. I know I could just have MRS.exe and zlib.dll as embedded resources and unpack them and execute them, but that would make my program larger as well as making it harder to deal with(Since I will have to check for when the Mrs.exe process ends, then do what I need once it's done).
I am guessing that zlib.dll has the functions for Packing/Unpacking MRS files. If it does, then can someone tell me how I can acess those functions using DllImport and if it isn't then can someone give me the dll to pack/unpack and tell me how to access the functions?


Reply With Quote![[C#] MRS Packer/Unpacker Dll?](http://ragezone.com/hyper728.png)


