For various reasons I'm thinking of releasing a programming language to go with the software I'm working on. By the look sof it it looks like it will be relitivley easy to translate the language into C++, Is there software we can get hold of to compile C++ code into a standard dll that we can ship with our language?

ie we want to do this
  • Have the user write some code in our IDE
  • Translate the users code into C++
  • Compile the C++ int a standard dll that can be used with our software.


is there a package we can buy to do this that we can ship with the language (ie we can't ship vc++ with it because we'd be pirating it)