Click here to Skip to main content
15,909,498 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How To Turn Off The PC ? Pin
Hesham Amin25-Mar-03 21:32
Hesham Amin25-Mar-03 21:32 
GeneralCopying the Device COntext Pin
RaajaOfSelf25-Mar-03 20:58
RaajaOfSelf25-Mar-03 20:58 
QuestionHow To Get a FrameWindow From the Document Class in MDI Pin
Vikrant Kapoor25-Mar-03 20:55
Vikrant Kapoor25-Mar-03 20:55 
AnswerRe: How To Get a FrameWindow From the Document Class in MDI Pin
567890123426-Mar-03 0:58
567890123426-Mar-03 0:58 
GeneralWant to generate system alarm Pin
summo25-Mar-03 20:37
summo25-Mar-03 20:37 
Generaldoc Icon... Pin
Manikandan25-Mar-03 20:16
Manikandan25-Mar-03 20:16 
GeneralRe: doc Icon... Pin
Dave Bryant26-Mar-03 8:57
Dave Bryant26-Mar-03 8:57 
GeneralProblem in email sending(SMTP) Pin
summo25-Mar-03 19:44
summo25-Mar-03 19:44 
I have downloaded smtp wrapper classes(infact an MGF project). The code compiles but when I send the mail an error message box appears. I am providing the right SMTP server address(IP) but connection to the server fails.
Thats where the error lies.

if( !m_wsSMTPServer.Connect( GetServerHostName(), GetPort() ) )
{
m_sError = _T( "Unable to connect to the server" );
m_wsSMTPServer.Close();
return FALSE;
}

Please suggest me what to do as I am a beginner and can't figure the errors out easily. So kindly guide me step by step or if you have any codes in working order Plz send me as I am running out of time.


__________________



Reply me soon
GeneralProperty pages not initialized Pin
DREVET Olivier25-Mar-03 19:38
DREVET Olivier25-Mar-03 19:38 
GeneralRe: Property pages not initialized Pin
Roger Allen26-Mar-03 0:33
Roger Allen26-Mar-03 0:33 
GeneralRe: Property pages not initialized Pin
DREVET Olivier26-Mar-03 0:46
DREVET Olivier26-Mar-03 0:46 
GeneralRe: Property pages not initialized Pin
Joan M26-Mar-03 7:10
professionalJoan M26-Mar-03 7:10 
GeneralRe: Property pages not initialized Pin
DREVET Olivier26-Mar-03 8:04
DREVET Olivier26-Mar-03 8:04 
GeneralUnicode functions on Windows 95 Pin
Paul M Watt25-Mar-03 18:55
mentorPaul M Watt25-Mar-03 18:55 
GeneralRe: Unicode functions on Windows 95 Pin
John R. Shaw28-Mar-03 8:42
John R. Shaw28-Mar-03 8:42 
GeneralMFC TREE CONTROL QUERY Pin
rohit.dhamija25-Mar-03 18:52
rohit.dhamija25-Mar-03 18:52 
GeneralHelp : private: static struct AFX_MSGMAP_ENTRY const * const CPropPage_SecurityGroup::_messageEntries' : 'selectany' can only be applied to statically initialized data items with external linkage Pin
Vikrant Kapoor25-Mar-03 18:19
Vikrant Kapoor25-Mar-03 18:19 
GeneralRe: Help : private: static struct AFX_MSGMAP_ENTRY const * const CPropPage_SecurityGroup::_messageEntries' : 'selectany' can only be applied to statically initialized data items with external linkage Pin
Dave Bryant25-Mar-03 18:27
Dave Bryant25-Mar-03 18:27 
GeneralRe: Help : private: static struct AFX_MSGMAP_ENTRY const * const CPropPage_SecurityGroup::_messageEntries' : 'selectany' can only be applied to statically initialized data items with external linkage Pin
Vikrant Kapoor25-Mar-03 20:35
Vikrant Kapoor25-Mar-03 20:35 
GeneralRe: Help : private: static struct AFX_MSGMAP_ENTRY const * const CPropPage_SecurityGroup::_messageEntries' : 'selectany' can only be applied to statically initialized data items with external linkage Pin
Dave Bryant26-Mar-03 8:56
Dave Bryant26-Mar-03 8:56 
GeneralHelp : private: static struct AFX_MSGMAP_ENTRY const * const CPropPage_SecurityGroup::_messageEntries' : 'selectany' can only be applied to statically initialized data items with external linkage Pin
Vikrant Kapoor25-Mar-03 18:18
Vikrant Kapoor25-Mar-03 18:18 
QuestionA error throwed out when I ceate a CWnd in a dll? Pin
white jungle25-Mar-03 17:11
white jungle25-Mar-03 17:11 
AnswerRe: A error throwed out when I ceate a CWnd in a dll? Pin
Dave Bryant25-Mar-03 17:22
Dave Bryant25-Mar-03 17:22 
GeneralRe: A error throwed out when I ceate a CWnd in a dll? Pin
white jungle25-Mar-03 17:56
white jungle25-Mar-03 17:56 
GeneralDay from Date Covergence algorithm Pin
ColinDavies25-Mar-03 16:25
ColinDavies25-Mar-03 16:25 

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.