Guest naidu Posted March 12, 2004 Report Posted March 12, 2004 Dear smartphone experts, I am developing application using XML parser provided by smartphone.my application development in 'C' environment.I am facing linking problems eventhough msxml.dll file was included. But i was able to link in C++ environment. Please let me know how to use msxml.dll file in 'C' environment. Thanks in Advance, naidu
Guest Richie M Posted March 12, 2004 Report Posted March 12, 2004 Welcome to the site. Moved to Developers section, you should get a better response there :)
Guest RemyJ Posted March 12, 2004 Report Posted March 12, 2004 You shouldn't need to include msxml.dll or msxml.lib in any situation. You get an instance of the parser by using CoCreateInstance and it finds the msxml.dll at runtime. It also doesn't matter whether your program is C or C++ but I believe you have to use C++ conventions for the parser calls. There's an example in the SP2002 SDK Help File (tpcsdkr.chm). It's not indexed very well but if you do a search on MSXML, the first result is the example.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now