0
votes
2answers
234 views
How do I use OLE-DB to access a dbf file in an COM/C++ ATL application?
I need to access the data contained in a dbf file in COM/C++ application (created via ATL).
How would I do that?
I've been reading tons of msdn articles very instructive about the OLE-DB pr …
0
votes
1answer
126 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
593 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, …
0
votes
How do I use OLE-DB to access a dbf file in an COM/C++ ATL application?
I found this old Tutorial in Code Project but it fits my needs by now.
http://www.codeproject.com/KB/data …
