hello, i'm a beginner MFC and I've currently been scripting a C++ dialog-based FTP Uploader using MFC, following http://www.cpp-home.com/tutorials/256_1.htm but i have many errors, the first erro with #include "ifxinet.h" and
CFileDialog cfd(TRUE, NULL, NULL, OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, "File type description here", NULL);
the erro CFtpConnection *ftpConn = NULL;
i had read this topic but a don't understand, if you've ever done mfc update or or used to execute the code in link above, can you help me ?