Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: recv/WSARecv blocking Pin
valikac8-Apr-04 9:00
valikac8-Apr-04 9:00 
GeneralRe: recv/WSARecv blocking Pin
toxcct8-Apr-04 9:08
toxcct8-Apr-04 9:08 
GeneralRe: recv/WSARecv blocking Pin
David Crow8-Apr-04 9:24
David Crow8-Apr-04 9:24 
GeneralRe: recv/WSARecv blocking Pin
cmk8-Apr-04 10:57
cmk8-Apr-04 10:57 
GeneralRe: recv/WSARecv blocking Pin
Mike Dimmick9-Apr-04 0:30
Mike Dimmick9-Apr-04 0:30 
GeneralRe: recv/WSARecv blocking Pin
David Crow9-Apr-04 8:40
David Crow9-Apr-04 8:40 
QuestionMSXML2 - How do I use it? Pin
Anonymous8-Apr-04 6:45
Anonymous8-Apr-04 6:45 
AnswerRe: MSXML2 - How do I use it? Pin
thowra8-Apr-04 7:01
thowra8-Apr-04 7:01 
You need to import the MSXML type library in your stdafx.h.

e.g.

#import <msxml14.dll> named_guids


That will at least get it to compile Wink | ;)

Try here[^] and here[^] as a good source of information on learning XML technologies.

"Oh, I'm sick of doing Japanese stuff! In jail we had to be in this dumb kabuki play about the 47 Ronin, and I wanted to be Oshi, but they made me Ori!"

AnswerRe: MSXML2 - How do I use it? Pin
Navin8-Apr-04 7:37
Navin8-Apr-04 7:37 
GeneralLooking for graphics library to... Pin
randythawkins8-Apr-04 6:08
randythawkins8-Apr-04 6:08 
GeneralRe: Looking for graphics library to... Pin
randythawkins8-Apr-04 6:09
randythawkins8-Apr-04 6:09 
GeneralRe: Looking for graphics library to... Pin
Prakash Nadar8-Apr-04 6:30
Prakash Nadar8-Apr-04 6:30 
GeneralFatal Error LNK2001 and LNK1120 Pin
Ramya Narayanaswamy8-Apr-04 6:03
Ramya Narayanaswamy8-Apr-04 6:03 
GeneralRe: Fatal Error LNK2001 and LNK1120 Pin
2249178-Apr-04 6:22
2249178-Apr-04 6:22 
GeneralRe: Fatal Error LNK2001 and LNK1120 Pin
Prakash Nadar8-Apr-04 6:33
Prakash Nadar8-Apr-04 6:33 
GeneralRe: Fatal Error LNK2001 and LNK1120 Pin
David Crow8-Apr-04 6:47
David Crow8-Apr-04 6:47 
GeneralBinary File IO variable types Pin
mikewithersone8-Apr-04 4:51
mikewithersone8-Apr-04 4:51 
GeneralRe: Binary File IO variable types Pin
RChin8-Apr-04 5:51
RChin8-Apr-04 5:51 
GeneralClosing a crashed application. Pin
mcgahanfl8-Apr-04 4:30
mcgahanfl8-Apr-04 4:30 
GeneralRe: Closing a crashed application. Pin
Renjith Ramachandran8-Apr-04 5:23
Renjith Ramachandran8-Apr-04 5:23 
GeneralRe: Closing a crashed application. Pin
mcgahanfl8-Apr-04 7:38
mcgahanfl8-Apr-04 7:38 
GeneralRe: Closing a crashed application. Pin
David Crow8-Apr-04 6:49
David Crow8-Apr-04 6:49 
GeneralRe: Closing a crashed application. Pin
mcgahanfl8-Apr-04 7:40
mcgahanfl8-Apr-04 7:40 
GeneralHook dll for Multiple applications Pin
Rajeshk1238-Apr-04 3:29
Rajeshk1238-Apr-04 3:29 
GeneralRe: Hook dll for Multiple applications Pin
Anonymous8-Apr-04 4:33
Anonymous8-Apr-04 4:33 

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.