Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I find out what service is used by a winsock connection? Pin
Zdenek Navratil13-Sep-05 5:35
Zdenek Navratil13-Sep-05 5:35 
GeneralRe: How can I find out what service is used by a winsock connection? Pin
Alexander M.,13-Sep-05 5:42
Alexander M.,13-Sep-05 5:42 
AnswerRe: How can I find out what service is used by a winsock connection? Pin
cmk13-Sep-05 8:15
cmk13-Sep-05 8:15 
QuestionBarcode Reading in VC Pin
kk.tvm12-Sep-05 21:02
kk.tvm12-Sep-05 21:02 
AnswerRe: Barcode Reading in VC Pin
David Crow13-Sep-05 2:34
David Crow13-Sep-05 2:34 
AnswerRe: Barcode Reading in VC Pin
Chris Losinger13-Sep-05 3:53
professionalChris Losinger13-Sep-05 3:53 
QuestionMSXML: Compiling Error on VC 7.1 Pin
Identity Undisclosed12-Sep-05 21:00
Identity Undisclosed12-Sep-05 21:00 
AnswerRe: MSXML: Compiling Error on VC 7.1 Pin
Andrew Kirillov13-Sep-05 1:24
Andrew Kirillov13-Sep-05 1:24 
Hello

I had the same situation. There is a function conflict and compiler doesn’t know which function to use, that, which is defined in header files, or that, which you were imported.

You can import MSXML something like this:
#import <msxml3.dll> raw_interfaces_only, rename_namespace("MSXML")

And then, you will access it in the way:
MSXML::IXMLDOMDocument



With best regards,
Andrew
QuestionHardware Acceleration. Pin
ashwath200512-Sep-05 20:36
ashwath200512-Sep-05 20:36 
AnswerRe: Hardware Acceleration. Pin
David Crow13-Sep-05 2:38
David Crow13-Sep-05 2:38 
Questionproblem of transfering file from one pc 2 another in second time Pin
manishgandhi12-Sep-05 20:25
manishgandhi12-Sep-05 20:25 
AnswerRe: problem of transfering file from one pc 2 another in second time Pin
danscort yu12-Sep-05 21:19
danscort yu12-Sep-05 21:19 
QuestionDVD frame capture Pin
svitnev12-Sep-05 19:39
svitnev12-Sep-05 19:39 
Questionhelp!! Pin
12-Sep-05 19:16
suss12-Sep-05 19:16 
AnswerRe: help!! Pin
Cedric Moonen12-Sep-05 20:21
Cedric Moonen12-Sep-05 20:21 
GeneralRe: help!! Pin
toxcct12-Sep-05 20:52
toxcct12-Sep-05 20:52 
GeneralRe: help!! Pin
Ravi Bhavnani12-Sep-05 22:10
professionalRavi Bhavnani12-Sep-05 22:10 
GeneralRe: help!! Pin
G Haranadh13-Sep-05 0:06
G Haranadh13-Sep-05 0:06 
AnswerRe: help!! Pin
ThatsAlok12-Sep-05 23:36
ThatsAlok12-Sep-05 23:36 
AnswerRe: help!! Pin
khan++13-Sep-05 0:33
khan++13-Sep-05 0:33 
GeneralRe: help!! Pin
G Haranadh13-Sep-05 0:50
G Haranadh13-Sep-05 0:50 
QuestionSetting the Title in an SDI Application Pin
nde_plume12-Sep-05 18:55
nde_plume12-Sep-05 18:55 
AnswerRe: Setting the Title in an SDI Application Pin
superhandwolf12-Sep-05 19:38
superhandwolf12-Sep-05 19:38 
AnswerRe: Setting the Title in an SDI Application Pin
Ashok Dhamija12-Sep-05 22:11
Ashok Dhamija12-Sep-05 22:11 
QuestionDrag &amp; drop Pin
Anonymous12-Sep-05 18:25
Anonymous12-Sep-05 18:25 

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.