How to make CppCodeProvider _really_ work?

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
 

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