Click here to Skip to main content
15,903,203 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionConsole in MFC Pin
baerten6-Aug-07 2:43
baerten6-Aug-07 2:43 
QuestionRe: Console in MFC Pin
David Crow6-Aug-07 3:46
David Crow6-Aug-07 3:46 
AnswerRe: Console in MFC Pin
baerten6-Aug-07 4:05
baerten6-Aug-07 4:05 
QuestionHow To Obtain IP Adress of a Yahoo Messenger Chatter Pin
Pallab_GT6-Aug-07 2:41
Pallab_GT6-Aug-07 2:41 
AnswerRe: How To Obtain IP Adress of a Yahoo Messenger Chatter Pin
Nelek6-Aug-07 3:00
protectorNelek6-Aug-07 3:00 
GeneralRe: How To Obtain IP Adress of a Yahoo Messenger Chatter Pin
Hamid_RT6-Aug-07 8:59
Hamid_RT6-Aug-07 8:59 
AnswerRe: How To Obtain IP Adress of a Yahoo Messenger Chatter Pin
David Crow6-Aug-07 3:49
David Crow6-Aug-07 3:49 
QuestionHelp about try Pin
kcynic6-Aug-07 2:33
kcynic6-Aug-07 2:33 
There are some codes:

while(iter != vectVltSvrName.end())
{
EstablishBinding((*iter).c_str(), END_POINT);
int nSize = 255;

char chServerDir[255] = "";
RpcTryExcept
{
GetServerDir(nSize,(unsigned char*) chServerDir);
}
RpcExcept(DO_EXCEPTION)
{
*Ret = ERR_NONE;
*bIs = FALSE;
goto Label;
}
RpcEndExcept

iter ++;
}

why VC2005 would tell me such error:error 141 error C2712: Cannot use __try in functions that require object unwinding e:\work\olework\sm50_neui\program\lckernel\lcobject.cpp 7438

and how should I resolve it?I do not know if I should remove the exception all change it to try{}catch(...){}

Thanks.

GOOD LUCK!
AnswerRe: Help about try Pin
toxcct6-Aug-07 2:55
toxcct6-Aug-07 2:55 
GeneralRe: Help about try Pin
kcynic6-Aug-07 3:08
kcynic6-Aug-07 3:08 
GeneralRe: Help about try Pin
toxcct6-Aug-07 3:10
toxcct6-Aug-07 3:10 
GeneralRe: Help about try Pin
kcynic6-Aug-07 4:16
kcynic6-Aug-07 4:16 
GeneralRe: Help about try Pin
kcynic6-Aug-07 3:08
kcynic6-Aug-07 3:08 
GeneralRe: Help about try Pin
kcynic6-Aug-07 4:42
kcynic6-Aug-07 4:42 
GeneralRe: Help about try Pin
toxcct6-Aug-07 5:32
toxcct6-Aug-07 5:32 
QuestionIcon in console Pin
Neidlin6-Aug-07 2:18
Neidlin6-Aug-07 2:18 
AnswerRe: Icon in console Pin
_AnsHUMAN_ 6-Aug-07 2:30
_AnsHUMAN_ 6-Aug-07 2:30 
GeneralRe: Icon in console Pin
Neidlin6-Aug-07 2:47
Neidlin6-Aug-07 2:47 
QuestionDialog box without Max,Minimize Button Pin
shakumar_226-Aug-07 2:02
shakumar_226-Aug-07 2:02 
AnswerRe: Dialog box without Max,Minimize Button Pin
Nelek6-Aug-07 2:27
protectorNelek6-Aug-07 2:27 
AnswerRe: Dialog box without Max,Minimize Button Pin
Hamid_RT6-Aug-07 8:58
Hamid_RT6-Aug-07 8:58 
QuestionHow to add Row wise images in ListBox control Pin
Atul236-Aug-07 1:44
Atul236-Aug-07 1:44 
QuestionHow to change position of PropertySheet dialog Pin
Atul236-Aug-07 1:33
Atul236-Aug-07 1:33 
AnswerRe: How to change position of PropertySheet dialog Pin
Sam_c6-Aug-07 1:51
Sam_c6-Aug-07 1:51 
QuestionHow to get item id of Desktop Folder Pin
FlyingBear6-Aug-07 1:29
FlyingBear6-Aug-07 1:29 

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.