Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Overloaded functions in DLL Pin
Michael Dunn5-Mar-06 6:25
sitebuilderMichael Dunn5-Mar-06 6:25 
Questioninteger to string? Pin
Pacificat0r5-Mar-06 2:02
Pacificat0r5-Mar-06 2:02 
AnswerRe: integer to string? Pin
Gary R. Wheeler5-Mar-06 2:22
Gary R. Wheeler5-Mar-06 2:22 
AnswerRe: integer to string? Pin
Stephen Hewitt5-Mar-06 2:35
Stephen Hewitt5-Mar-06 2:35 
AnswerRe: integer to string? Pin
Michael Dunn5-Mar-06 6:27
sitebuilderMichael Dunn5-Mar-06 6:27 
AnswerRe: integer to string? Pin
John R. Shaw5-Mar-06 14:46
John R. Shaw5-Mar-06 14:46 
AnswerRe: integer to string? Pin
Pacificat0r7-Mar-06 10:52
Pacificat0r7-Mar-06 10:52 
QuestionPorting from WinInet to WinHttp 5.1 Pin
shaylin5-Mar-06 2:02
shaylin5-Mar-06 2:02 
Hi one, hi all!
I have recently ported from WiInet to WinHttp in my server application.
Everything works just fine but there is one major question regarding some flags that were set in the WinInet HttpOpenRequest(…). The dwFlags had values of INTERNET_FLAG_KEEP_CONNECTION and INTERNET_FLAG_NO_CACHE_WRITE which I need to use, the problem is I can not find the equivalent in the WinHttp API protocol!!! I was told to add it the Headers of the request in format of:
"Content-Type: application/x-www-form-urlencoded\r\n Connection : Keep-Alive\r\n Cache-Control: no-cache"
but it seems rather strange to set flags as part of the message sent to the server!
Any one?
Thanks
S

Questionreading a string from an unknown position in a file Pin
SWDevil5-Mar-06 1:30
SWDevil5-Mar-06 1:30 
AnswerRe: reading a string from an unknown position in a file Pin
Gary R. Wheeler5-Mar-06 2:13
Gary R. Wheeler5-Mar-06 2:13 
GeneralRe: reading a string from an unknown position in a file Pin
SWDevil5-Mar-06 2:27
SWDevil5-Mar-06 2:27 
GeneralRe: reading a string from an unknown position in a file Pin
Gary R. Wheeler5-Mar-06 2:53
Gary R. Wheeler5-Mar-06 2:53 
GeneralRe: reading a string from an unknown position in a file Pin
Stephen Hewitt5-Mar-06 17:13
Stephen Hewitt5-Mar-06 17:13 
GeneralRe: reading a string from an unknown position in a file Pin
SWDevil5-Mar-06 20:06
SWDevil5-Mar-06 20:06 
GeneralRe: reading a string from an unknown position in a file Pin
Stephen Hewitt5-Mar-06 20:24
Stephen Hewitt5-Mar-06 20:24 
GeneralRe: reading a string from an unknown position in a file Pin
SWDevil5-Mar-06 20:52
SWDevil5-Mar-06 20:52 
GeneralRe: reading a string from an unknown position in a file Pin
Stephen Hewitt5-Mar-06 20:56
Stephen Hewitt5-Mar-06 20:56 
GeneralRe: reading a string from an unknown position in a file Pin
SWDevil5-Mar-06 21:24
SWDevil5-Mar-06 21:24 
GeneralRe: reading a string from an unknown position in a file Pin
Stephen Hewitt5-Mar-06 21:32
Stephen Hewitt5-Mar-06 21:32 
GeneralRe: reading a string from an unknown position in a file Pin
SWDevil5-Mar-06 21:37
SWDevil5-Mar-06 21:37 
GeneralRe: reading a string from an unknown position in a file Pin
Stephen Hewitt5-Mar-06 21:47
Stephen Hewitt5-Mar-06 21:47 
GeneralRe: reading a string from an unknown position in a file Pin
SWDevil5-Mar-06 21:53
SWDevil5-Mar-06 21:53 
GeneralRe: reading a string from an unknown position in a file Pin
Gary R. Wheeler6-Mar-06 12:41
Gary R. Wheeler6-Mar-06 12:41 
QuestionRe: reading a string from an unknown position in a file Pin
David Crow6-Mar-06 3:18
David Crow6-Mar-06 3:18 
AnswerRe: reading a string from an unknown position in a file Pin
Gary R. Wheeler6-Mar-06 12:44
Gary R. Wheeler6-Mar-06 12:44 

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.