[Mono-dev] Embedding mono and reducing the number of etc/lib required files

2009-08-22 Thread romain lelong
Hello everyone, I've managed to embed Mono in a c++ program without trouble (under MS Windows) but I would like to optimize this a little... As I want to do a standalone application, I used the mono_set_dirs() function and copied the whole of lib and etc directories from the mono installation

Re: [Mono-dev] Embedding mono and reducing the number of etc/lib required files

2009-08-22 Thread Robert Jordan
romain lelong wrote: - Is it possible to fuse all these lib etc files directly inside the .EXE file or into one big external resources file ? I would like to hide all these small files and limit the risk for an user to damage or hijack my program by removing/replacing the libraries in these