Search Results

0
votes
1answer
101 views

COM basic sample

I've been reading Essential COM, it is a very good book, very instructive and simple to understand. Now I want to sp …
0
votes
1answer
130 views

How to work-around “Object required” error when adding a variable in an ATL Dialog

I'm using Visual Studio .NET 2003 to develop a COM ATL application in unmanaged Visual C++. I've created a ATL Dialag and whenever I try to add a variable for a control the wizard thorws th …
0
votes
4answers
606 views

How to read an XML file in a Visual C++ application?

How to read an XML file in a Visual C++ application? I need to read an XML file in a Visual Studio 2003 C++ COM ATL application - unmanaged code. What library should I use: msxml, xmllite, …