How to make CppCodeProvider _really_ work?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having some difficulty in using CppCodeProvider at all.

I have tried many approaches - first trying out CSharpCodeProvider and
ensuring that I was not using any 2.0 deprecated functionality - and
everytime I replace with CppCodeProvider methods such as
'CompileAssemblyFromFile' fail outright.

Furthermore, in the MSDN Library section under 'CodeDomProvider Class'
there is a sample that exercises CSharpCodeProvider, VBCodeProvider, and
JScriptCodeProvider ... yet whenever I add CppCodeProvider or
CppCodeProvider7 they _both_ invariably fail.

If anyone has been able to successfully use CppCodeProvider might you please
shed some light on this.

Regards,
RudyC
 
Back
Top