Click here to Skip to main content
16,011,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I run my application before password in win98 Pin
Michael Dunn12-Sep-01 22:36
sitebuilderMichael Dunn12-Sep-01 22:36 
GeneralI hopethe pwd dialog display after my application end! Pin
12-Sep-01 23:12
suss12-Sep-01 23:12 
GeneralAutomatic Radio Buttons Pin
Derek Lakin12-Sep-01 22:20
Derek Lakin12-Sep-01 22:20 
GeneralRe: Automatic Radio Buttons Pin
Tomasz Sowinski13-Sep-01 1:51
Tomasz Sowinski13-Sep-01 1:51 
GeneralRe: Automatic Radio Buttons Pin
Derek Lakin13-Sep-01 2:02
Derek Lakin13-Sep-01 2:02 
GeneralRe: Automatic Radio Buttons Pin
Tomasz Sowinski13-Sep-01 2:17
Tomasz Sowinski13-Sep-01 2:17 
GeneralRe: Automatic Radio Buttons Pin
Derek Lakin13-Sep-01 2:21
Derek Lakin13-Sep-01 2:21 
Generalhelp with MSXML Pin
12-Sep-01 22:10
suss12-Sep-01 22:10 
What am I doing wrong with this code?

#include "msxml2.h"

HRESULT hr;
IXMLDOMDocument *pXMLDoc;

hr = CoInitialize(0);

if (SUCCEEDED(CoCreateInstance(CLSID_DOMDocument,
NULL,
CLSCTX_INPROC_SERVER,
IID_IXMLDOMDocument,
reinterpret_cast<void**>(&pXMLDoc))))
{
//Do some code
}
CoUninitialize();

And I get linker errors:
LNK2001: unresolved external symbol _CLSID_DOMDocument2
LNK2001: unresolved external symbol _IID_IXMLDOMDocument

Please, I need help !!!
GeneralRe: help with MSXML Pin
Michael Dunn12-Sep-01 22:30
sitebuilderMichael Dunn12-Sep-01 22:30 
GeneralRe: help with MSXML Pin
12-Sep-01 22:53
suss12-Sep-01 22:53 
GeneralRe: help with MSXML Pin
markkuk13-Sep-01 1:39
markkuk13-Sep-01 1:39 
GeneralRe: help with MSXML Pin
13-Sep-01 1:49
suss13-Sep-01 1:49 
GeneralRe: help with MSXML Pin
Erik Thompson13-Sep-01 8:36
sitebuilderErik Thompson13-Sep-01 8:36 
GeneralRe: help with MSXML Pin
jkgh12-Sep-01 23:54
jkgh12-Sep-01 23:54 
GeneralRe: help with MSXML Pin
Michael Dunn13-Sep-01 8:00
sitebuilderMichael Dunn13-Sep-01 8:00 
GeneralADO ... Pin
Hadi Rezaee12-Sep-01 21:10
Hadi Rezaee12-Sep-01 21:10 
GeneralRe: ADO ... Pin
Rashid Thadha12-Sep-01 22:42
Rashid Thadha12-Sep-01 22:42 
GeneralRe: ADO ... Pin
Hadi Rezaee12-Sep-01 23:14
Hadi Rezaee12-Sep-01 23:14 
GeneralI need a custom IE Toolbar Pin
12-Sep-01 20:17
suss12-Sep-01 20:17 
GeneralRe: I need a custom IE Toolbar Pin
Jonathon Lockett12-Sep-01 22:22
Jonathon Lockett12-Sep-01 22:22 
GeneralRe: I need a custom IE Toolbar Pin
13-Sep-01 1:53
suss13-Sep-01 1:53 
GeneralDynamic nested popup CMenu's Pin
12-Sep-01 19:23
suss12-Sep-01 19:23 
GeneralRe: Dynamic nested popup CMenu's Pin
Michael Dunn12-Sep-01 20:17
sitebuilderMichael Dunn12-Sep-01 20:17 
GeneralRe: Dynamic nested popup CMenu's Pin
13-Sep-01 10:43
suss13-Sep-01 10:43 
QuestionHow to do the zoom in out function? Plase help me. Pin
Tony Yu12-Sep-01 18:43
Tony Yu12-Sep-01 18:43 

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.