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

C / C++ / MFC

 
QuestionRasSetEntryProperties() function not working properly in vista. Pin
birajendu20-Aug-09 23:23
birajendu20-Aug-09 23:23 
QuestionURL encoding/decoding function for C++ Pin
sashoalm20-Aug-09 22:43
sashoalm20-Aug-09 22:43 
AnswerRe: URL encoding/decoding function for C++ Pin
Code-o-mat20-Aug-09 22:55
Code-o-mat20-Aug-09 22:55 
AnswerRe: URL encoding/decoding function for C++ Pin
Randor 20-Aug-09 22:55
professional Randor 20-Aug-09 22:55 
GeneralRe: URL encoding/decoding function for C++ Pin
sashoalm20-Aug-09 23:39
sashoalm20-Aug-09 23:39 
AnswerRe: URL encoding/decoding function for C++ Pin
Hristo-Bojilov20-Aug-09 22:57
Hristo-Bojilov20-Aug-09 22:57 
AnswerRe: URL encoding/decoding function for C++ Pin
Rajesh R Subramanian20-Aug-09 22:58
professionalRajesh R Subramanian20-Aug-09 22:58 
GeneralRe: URL encoding/decoding function for C++ Pin
sashoalm20-Aug-09 23:27
sashoalm20-Aug-09 23:27 
I wrote this code
std::string url = "http%3A%2F%2Fsomething.com/index.php";
CString server, object, username, password;
DWORD service_type;
INTERNET_PORT internet_port;
AfxParseURLEx(url.c_str(), service_type, server, object, internet_port, username, password, ICU_DECODE);


But after the call to AfxParseURLEx both server and object are "". Is this the correct usage of AfxParseURLEx?

There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

GeneralRe: URL encoding/decoding function for C++ Pin
Rajesh R Subramanian21-Aug-09 0:12
professionalRajesh R Subramanian21-Aug-09 0:12 
QuestionRe: URL encoding/decoding function for C++ Pin
David Crow21-Aug-09 3:18
David Crow21-Aug-09 3:18 
AnswerRe: URL encoding/decoding function for C++ Pin
Randor 21-Aug-09 3:59
professional Randor 21-Aug-09 3:59 
AnswerRe: URL encoding/decoding function for C++ Pin
sashoalm21-Aug-09 5:19
sashoalm21-Aug-09 5:19 
GeneralRe: URL encoding/decoding function for C++ Pin
David Crow21-Aug-09 6:00
David Crow21-Aug-09 6:00 
AnswerRe: URL encoding/decoding function for C++ Pin
Djalma R. dos Santos Filho7-Jan-10 3:29
Djalma R. dos Santos Filho7-Jan-10 3:29 
QuestionMultiple Child Dialogs Pin
SutterA20-Aug-09 22:23
SutterA20-Aug-09 22:23 
AnswerRe: Multiple Child Dialogs Pin
KarstenK20-Aug-09 22:56
mveKarstenK20-Aug-09 22:56 
GeneralRe: Multiple Child Dialogs Pin
SutterA20-Aug-09 23:10
SutterA20-Aug-09 23:10 
GeneralRe: Multiple Child Dialogs Pin
KarstenK21-Aug-09 0:34
mveKarstenK21-Aug-09 0:34 
GeneralRe: Multiple Child Dialogs Pin
SutterA21-Aug-09 2:50
SutterA21-Aug-09 2:50 
GeneralRe: Multiple Child Dialogs Pin
KarstenK21-Aug-09 2:56
mveKarstenK21-Aug-09 2:56 
GeneralRe: Multiple Child Dialogs Pin
SutterA21-Aug-09 3:05
SutterA21-Aug-09 3:05 
GeneralRe: Multiple Child Dialogs Pin
KarstenK21-Aug-09 3:10
mveKarstenK21-Aug-09 3:10 
AnswerRe: Multiple Child Dialogs Pin
SutterA21-Aug-09 3:16
SutterA21-Aug-09 3:16 
GeneralRe: Multiple Child Dialogs Pin
David Crow21-Aug-09 3:21
David Crow21-Aug-09 3:21 
AnswerRe: Multiple Child Dialogs Pin
Code-o-mat20-Aug-09 22:57
Code-o-mat20-Aug-09 22:57 

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.