Jump to content

regarding msxml.dll


Recommended Posts

Guest naidu
Posted

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

Welcome to the site.

Moved to Developers section, you should get a better response there :)

Guest RemyJ
Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.