Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: CFtpConnection ???? Pin
David Crow3-Aug-06 6:14
David Crow3-Aug-06 6:14 
AnswerRe: CFtpConnection ???? Pin
racing573-Aug-06 6:35
racing573-Aug-06 6:35 
QuestionRe: CFtpConnection ???? Pin
David Crow3-Aug-06 6:57
David Crow3-Aug-06 6:57 
AnswerRe: CFtpConnection ???? Pin
racing573-Aug-06 7:28
racing573-Aug-06 7:28 
QuestionRe: CFtpConnection ???? Pin
David Crow3-Aug-06 7:32
David Crow3-Aug-06 7:32 
AnswerRe: CFtpConnection ???? Pin
racing573-Aug-06 10:51
racing573-Aug-06 10:51 
GeneralRe: CFtpConnection ???? Pin
racing573-Aug-06 22:57
racing573-Aug-06 22:57 
GeneralRe: CFtpConnection ???? Pin
David Crow4-Aug-06 2:31
David Crow4-Aug-06 2:31 
racing57 wrote:
...when i try and call GetErrorMessage i get nothing back, and GetLastError returns 0...


GetLastError() will only work if it's called right after the function that fails. This is apparently not possible in your case as other functions have been called that have reset the value to 0. However, since you have a try/catch block, you know the exception that is being thrown.


"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: CFtpConnection ???? Pin
racing574-Aug-06 3:15
racing574-Aug-06 3:15 
GeneralRe: CFtpConnection ???? Pin
racing574-Aug-06 3:22
racing574-Aug-06 3:22 
GeneralRe: CFtpConnection ???? Pin
racing5715-Aug-06 4:14
racing5715-Aug-06 4:14 
QuestionWriting different language into VC6 Pin
Stan the man3-Aug-06 5:20
Stan the man3-Aug-06 5:20 
AnswerRe: Writing different language into VC6 Pin
Ștefan-Mihai MOGA3-Aug-06 14:00
professionalȘtefan-Mihai MOGA3-Aug-06 14:00 
QuestionKeeping an MDI file locked with CFile::shareExclusive Pin
bob169723-Aug-06 4:50
bob169723-Aug-06 4:50 
AnswerRe: Keeping an MDI file locked with CFile::shareExclusive Pin
Viorel.3-Aug-06 5:13
Viorel.3-Aug-06 5:13 
GeneralRe: Keeping an MDI file locked with CFile::shareExclusive Pin
bob169723-Aug-06 5:47
bob169723-Aug-06 5:47 
Questionneed good idea of print-preview Pin
includeh103-Aug-06 4:42
includeh103-Aug-06 4:42 
AnswerRe: need good idea of print-preview Pin
bob169723-Aug-06 4:59
bob169723-Aug-06 4:59 
GeneralRe: need good idea of print-preview Pin
includeh103-Aug-06 8:14
includeh103-Aug-06 8:14 
AnswerRe: need good idea of print-preview Pin
Hamid_RT4-Aug-06 7:02
Hamid_RT4-Aug-06 7:02 
QuestionWinsock - Multicasting with CCESocket [modified] Pin
king minger3-Aug-06 4:27
king minger3-Aug-06 4:27 
NewsRe: Winsock - Multicasting with CCESocket [modified] Pin
king minger3-Aug-06 5:08
king minger3-Aug-06 5:08 
AnswerRe: Winsock - Multicasting with CCESocket Pin
king minger4-Aug-06 1:26
king minger4-Aug-06 1:26 
QuestionDeclaring Array Variable for a Class [modified] Pin
Andy Rama3-Aug-06 4:16
Andy Rama3-Aug-06 4:16 
AnswerRe: Declaring Array Variable for a Class Pin
David Crow3-Aug-06 4:22
David Crow3-Aug-06 4:22 

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.