CppCodeProvider.dll throwing "not implemented" exception

  • Thread starter Thread starter Sygnosys
  • Start date Start date
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
 
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
 
Back
Top