Hi all,
Although CSharp.CSharpCodeProvider and VisualBasic.VBCodeProvider work well for compiling source code "on the fly", it seems that the C++ version doesn't.
Actually, I'm looking for a library that would allow me to compile (unmanaged) C++ source code the same way the CSharpCodeProvider and VBCodeProvider do.
It would be better if it was a .NET library but a C++ one would make it.
Does anyone know a free C++ compiler library Is it possible to use the one used in VC++
Thanks for your time,
Sincerely,
Quentin Bereau
.NET Development9
|