Click to See Complete Forum and Search --> : Creating Word document


wolfmah
December 14th, 2003, 10:19 PM
I would like to create a Word document through VC++.NET. I have started with referencing the COM Microsoft Word 10.0 Object Library, but after that I'm stuck. I can't even create a variable like this : Word::_Application* wApp;. The compiler is saying me that the namespace Word doesn't exist. :(