Click here to Skip to main content
15,879,535 members

Comments by Graham Shanks (Top 18 by date)

Graham Shanks 17-Jun-11 17:45pm View    
Edited to use pre tags (not code tags)
Graham Shanks 17-Jun-11 14:59pm View    
Try using the DocumentElement property of the XmlDocument - that will work
Graham Shanks 10-Jun-11 15:16pm View    
And be polite - demanding an answer now does not get a good response from volunteers
Graham Shanks 30-May-11 4:14am View    
There are two places that you need to update in your project solution. The first, in the general tab will be the "use of MFC" tab - set this to "use MFC in a statiic library" (this will have no effect if you are not using MFC, but it will do no harm). The second, in the "Code Generation" tab, is the runtime library - set this to "Multi-threaded" for release builds and "Multi-threaded Debug" for debug builds.

Note: I've not got VS 2010 so exactly what the solution properties are named and where they are may vary from the above, but I think you should be able to find them from the above description.

If you've not added any libraries as additional dependencies then this should be it. If you have additional dependencies then you need to find the actual libraries, instead of the import libraries - this is library specific, so I'm not sure how much help I'll be there
Graham Shanks 19-Apr-11 8:33am View    
And the question is?

And how is this different from your other questions?

Try reading the android development section of this site. Try google to find out other places where android development and video streaming is discussed.

THEN try developing some software and WHEN you find a real problem in the code, post the code snippet and ask a focused question that people can actually answer