I have an email client created for class that we need to run as a single EXE. It is made with C++ .NET, and the external POCO library, which has a ton of DLL files... What would be the best way to make this happen?
I was looking on some similarly asked questions, and some people recommended tools such as ILMerge and Ezirez, but the question only asked for making a single EXE file for .NET, but I want it for both .NET and a 3rd party external POCO library.