Click here to Skip to main content
15,904,652 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetProxy function throwing exception Pin
Ash_VCPP3-Aug-09 20:40
Ash_VCPP3-Aug-09 20:40 
GeneralRe: SetProxy function throwing exception Pin
Bacon Ultimate Cheeseburger3-Aug-09 21:56
Bacon Ultimate Cheeseburger3-Aug-09 21:56 
Ash_VCPP wrote:
IServerXMLHTTPRequest2Ptr pIXMLHTTPRequest = NULL;


When you assign NULL to pIXMLHTTPRequest this tells it to point to nothing. You have to get an object of type IServerXMLHTTPRequest2 and assign it to pIXMLHTTPRequest before you can use it.


Ash_VCPP wrote:
so can you explain it in detail.or if you can provide some example for set proxy then it would be really helpful, because i didnt get anything useful in google....


I haven't used IServerXMLHTTPRequest but it's a COM based object so you'll need to call CoCreateInstance() at some point. If you're not familiar with COM I suggest reading one of the introductions here on CP.

1300 calories of pure beef goodness can't be wrong!

GeneralRe: SetProxy function throwing exception Pin
Ash_VCPP3-Aug-09 22:32
Ash_VCPP3-Aug-09 22:32 
QuestionUINT ThreadProc ( LPVOID param ) Pin
susanne13-Aug-09 1:12
susanne13-Aug-09 1:12 
AnswerRe: UINT ThreadProc ( LPVOID param ) Pin
CPallini3-Aug-09 1:23
mveCPallini3-Aug-09 1:23 
GeneralRe: UINT ThreadProc ( LPVOID param ) Pin
susanne13-Aug-09 3:24
susanne13-Aug-09 3:24 
GeneralRe: UINT ThreadProc ( LPVOID param ) Pin
CPallini3-Aug-09 11:46
mveCPallini3-Aug-09 11:46 
QuestionRe: UINT ThreadProc ( LPVOID param ) Pin
David Crow3-Aug-09 3:55
David Crow3-Aug-09 3:55 
AnswerRe: UINT ThreadProc ( LPVOID param ) Pin
susanne13-Aug-09 5:23
susanne13-Aug-09 5:23 
QuestionRe: UINT ThreadProc ( LPVOID param ) Pin
David Crow3-Aug-09 5:26
David Crow3-Aug-09 5:26 
AnswerRe: UINT ThreadProc ( LPVOID param ) Pin
Michael Dunn3-Aug-09 9:48
sitebuilderMichael Dunn3-Aug-09 9:48 
QuestionNon Ovelapped Serial I/O Pin
sunny_vc2-Aug-09 23:37
sunny_vc2-Aug-09 23:37 
AnswerRe: Non Ovelapped Serial I/O Pin
«_Superman_»2-Aug-09 23:54
professional«_Superman_»2-Aug-09 23:54 
GeneralRe: Non Ovelapped Serial I/O Pin
sunny_vc3-Aug-09 0:16
sunny_vc3-Aug-09 0:16 
GeneralRe: Non Ovelapped Serial I/O Pin
«_Superman_»3-Aug-09 0:21
professional«_Superman_»3-Aug-09 0:21 
GeneralRe: Non Ovelapped Serial I/O Pin
CPallini3-Aug-09 0:46
mveCPallini3-Aug-09 0:46 
GeneralRe: Non Ovelapped Serial I/O Pin
sunny_vc3-Aug-09 0:59
sunny_vc3-Aug-09 0:59 
GeneralRe: Non Ovelapped Serial I/O Pin
CPallini3-Aug-09 1:17
mveCPallini3-Aug-09 1:17 
GeneralRe: Non Ovelapped Serial I/O Pin
sunny_vc3-Aug-09 2:05
sunny_vc3-Aug-09 2:05 
QuestionRe: Non Ovelapped Serial I/O Pin
«_Superman_»3-Aug-09 2:35
professional«_Superman_»3-Aug-09 2:35 
GeneralRe: Non Ovelapped Serial I/O Pin
korvix3-Aug-09 15:42
korvix3-Aug-09 15:42 
QuestionRe: Non Ovelapped Serial I/O Pin
David Crow3-Aug-09 3:56
David Crow3-Aug-09 3:56 
AnswerRe: Non Overlapped Serial I/O Pin
sunny_vc3-Aug-09 4:53
sunny_vc3-Aug-09 4:53 
QuestionSobel - edge detection Pin
adichavan2-Aug-09 22:22
adichavan2-Aug-09 22:22 
AnswerRe: Sobel - edge detection Pin
HimanshuJoshi2-Aug-09 22:47
HimanshuJoshi2-Aug-09 22:47 

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.