I'm trying to compile a C code in a file from a program in C++. When I run my program it call the Tiny C Compiler and generate a dll from the compilation of c code. I tried to do it by a lot of ways but I couldn't. Did anyone already do something like this?
Thanks