Click here to Skip to main content
15,917,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to create dialog based app in win32 without using resource Pin
tamsel27-Sep-05 21:44
tamsel27-Sep-05 21:44 
AnswerRe: how to create dialog based app in win32 without using resource Pin
ThatsAlok27-Sep-05 23:15
ThatsAlok27-Sep-05 23:15 
AnswerRe: how to create dialog based app in win32 without using resource Pin
douglasjordan28-Sep-05 4:11
douglasjordan28-Sep-05 4:11 
GeneralRe: how to create dialog based app in win32 without using resource Pin
ThatsAlok28-Sep-05 20:55
ThatsAlok28-Sep-05 20:55 
QuestionDrawing with MFC on NT4 SP4 Pin
igardoo27-Sep-05 21:37
igardoo27-Sep-05 21:37 
AnswerRe: Drawing with MFC on NT4 SP4 Pin
igardoo28-Sep-05 1:08
igardoo28-Sep-05 1:08 
GeneralRe: Drawing with MFC on NT4 SP4 Pin
igardoo28-Sep-05 1:49
igardoo28-Sep-05 1:49 
QuestionAcquireCredentialsHandle Pin
sunit527-Sep-05 20:48
sunit527-Sep-05 20:48 
I am programming a Socket enabled with SSL on server side

//get the credentials
SecurityFunctionTable m_SecurityFunc;
Status = m_SecurityFunc.AcquireCredentialsHandle(
NULL,
UNISP_NAME,//schannel package requested
SECPKG_CRED_INBOUND,//for server
NULL,
&m_SchannelCred,//structure contains the data required for //SChannel
NULL,
NULL,
phCreds,//pointer to CreHandle which receives the handle to credentials
&tsExpiry);

if(Status != SEC_E_OK )
{
::OutputDebugString(_T("error"));

}

i m getting an error .I checked the returned value of status ,it is SEC_E_INTERNAL_ERROR
i m not understand where is the problem.
Thanx in advance for any suggestion

QuestionNeed help with network connection names !!! Pin
Radu Sorin27-Sep-05 20:39
Radu Sorin27-Sep-05 20:39 
AnswerRe: Need help with network connection names !!! Pin
fat_boy28-Sep-05 2:03
fat_boy28-Sep-05 2:03 
AnswerRe: Need help with network connection names !!! Pin
David Crow28-Sep-05 5:12
David Crow28-Sep-05 5:12 
QuestionUnloading third party hooked DLL from a Remote process Pin
Abhishek Karnik27-Sep-05 19:31
Abhishek Karnik27-Sep-05 19:31 
Questionhow a parent window be notified of a child window's mouse move event Pin
followait27-Sep-05 16:05
followait27-Sep-05 16:05 
AnswerRe: how a parent window be notified of a child window's mouse move event Pin
ThatsAlok27-Sep-05 19:03
ThatsAlok27-Sep-05 19:03 
AnswerRe: how a parent window be notified of a child window's mouse move event Pin
douglasjordan28-Sep-05 11:23
douglasjordan28-Sep-05 11:23 
AnswerI post a msg, it's ok, thanks. Pin
followait28-Sep-05 15:12
followait28-Sep-05 15:12 
QuestionAdding header infront of the data Pin
Member 216100427-Sep-05 15:18
Member 216100427-Sep-05 15:18 
AnswerRe: Adding header infront of the data Pin
Marvin M.27-Sep-05 15:35
Marvin M.27-Sep-05 15:35 
GeneralRe: Adding header infront of the data Pin
Member 216100427-Sep-05 15:48
Member 216100427-Sep-05 15:48 
Questionvector: Container problem Pin
Marvin M.27-Sep-05 12:54
Marvin M.27-Sep-05 12:54 
AnswerRe: vector: Container problem Pin
dirtfly27-Sep-05 14:50
dirtfly27-Sep-05 14:50 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 15:20
Marvin M.27-Sep-05 15:20 
GeneralRe: vector: Container problem Pin
dirtfly27-Sep-05 15:30
dirtfly27-Sep-05 15:30 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 16:04
Marvin M.27-Sep-05 16:04 
GeneralRe: vector: Container problem Pin
shade44427-Sep-05 15:16
shade44427-Sep-05 15:16 

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.