CppCodeProvider.dll throwing "not implemented" exception

S

Sygnosys

Hi,


I'm using CppCodeProvider.dll in a CLI/C++ application and I simply
can't make it work with CompileAssemblyFromSource() or any other
functions.


Is there something special for C++ that I need to do that I don't need
for
the other languages, or is this just broken?


Kind Regards
Cláudio Albuquerque
 
M

Marcus Heege

This feature is simply not supported. The VC team is considering to support
some of the dynamic compilation features in the next release.



Hi,


I'm using CppCodeProvider.dll in a CLI/C++ application and I simply
can't make it work with CompileAssemblyFromSource() or any other
functions.


Is there something special for C++ that I need to do that I don't need
for
the other languages, or is this just broken?


Kind Regards
Cláudio Albuquerque
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top