[C++ CLI] ZIP library

Hello, can i ask which library is best for creating zip files?

ANd next question, how can i convert String^ to TCHAR*. THanks a lot :)
Solved, im using System::IO::Compression, but new last question is what i need, how to get path from where my program start, i mean, where my executable is placed
SOLVED

System::IO::Path::GetDirectoryName(System::Reflection::Assembly::GetExecutingAssembly()->Location);
Topic archived. No new replies allowed.