Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File management - file last modified Pin
Graham Bradshaw14-Jun-05 10:10
Graham Bradshaw14-Jun-05 10:10 
Generalmetafiles Pin
bkphat14-Jun-05 9:16
bkphat14-Jun-05 9:16 
GeneralRe: metafiles Pin
Christian Graus14-Jun-05 14:27
protectorChristian Graus14-Jun-05 14:27 
GeneralRe: metafiles Pin
bkphat15-Jun-05 3:07
bkphat15-Jun-05 3:07 
GeneralRe: metafiles Pin
Christian Graus15-Jun-05 13:08
protectorChristian Graus15-Jun-05 13:08 
Generalconsole to mfc again.. Pin
Assariah kingsly14-Jun-05 8:39
Assariah kingsly14-Jun-05 8:39 
GeneralRe: console to mfc again.. Pin
David Crow14-Jun-05 11:05
David Crow14-Jun-05 11:05 
GeneralRe: console to mfc again.. Pin
Assariah kingsly15-Jun-05 0:58
Assariah kingsly15-Jun-05 0:58 
GeneralRe: console to mfc again.. Pin
David Crow15-Jun-05 3:06
David Crow15-Jun-05 3:06 
GeneralRe: console to mfc again.. Pin
Assariah kingsly15-Jun-05 6:08
Assariah kingsly15-Jun-05 6:08 
GeneralRe: console to mfc again.. Pin
David Crow15-Jun-05 6:14
David Crow15-Jun-05 6:14 
GeneralRe: console to mfc again.. Pin
Assariah kingsly15-Jun-05 6:22
Assariah kingsly15-Jun-05 6:22 
GeneralRe: console to mfc again.. Pin
David Crow15-Jun-05 7:41
David Crow15-Jun-05 7:41 
Generalsearch engine Pin
gamitech14-Jun-05 8:26
gamitech14-Jun-05 8:26 
GeneralRe: search engine Pin
David Crow14-Jun-05 8:31
David Crow14-Jun-05 8:31 
GeneralXML namespace problem i think Pin
LCI14-Jun-05 3:40
LCI14-Jun-05 3:40 
GeneralRe: XML namespace problem i think Pin
Michael Dunn14-Jun-05 4:17
sitebuilderMichael Dunn14-Jun-05 4:17 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 7:24
LCI14-Jun-05 7:24 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 7:34
Tom Archer14-Jun-05 7:34 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 7:41
LCI14-Jun-05 7:41 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 8:25
Tom Archer14-Jun-05 8:25 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 8:31
Tom Archer14-Jun-05 8:31 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 8:51
LCI14-Jun-05 8:51 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 10:37
Tom Archer14-Jun-05 10:37 
LCI wrote:
My object browser does not seem to show the MSXML2

By default, you will only see the libraries in your project. You have to do the following:

  1. Open the Object Browser
  2. Click the Customize button at the top of the object browser
  3. When the Selected Objects dialog box appears, click the Add button
  4. Select the COM tab
  5. Select from the list the Microsoft XML 4.0 library and click the Select button
  6. Click the OK button to dismiss the dialog box

The library should now be viewable in the object browser.

Regarding the documentation, that I can't answer. I've just become accustomed to using the actual header file (or the object browser) to get the "real" prototype.

Cheers,
Tom Archer - Archer Consulting Group

"So look up ahead at times to come, despair is not for us. We have a world and more to see, while this remains behind." - James N. Rowe
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 10:56
LCI14-Jun-05 10:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.