Is it possible to use the Intel C++ compiler from within an other program? (e.g. if I want to build my own IDE or something like that) ... I know, I could call the exe, but I'm curious if I could also load the compiler as dll into my process... or how is the integration into Visual Studio built?