Click here to Skip to main content
15,798,200 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Checksum Generators With Advanced Functions Pin
Randor 1-Jul-17 0:11
professional Randor 1-Jul-17 0:11 
GeneralRe: Checksum Generators With Advanced Functions Pin
Member 132872331-Jul-17 2:28
Member 132872331-Jul-17 2:28 
AnswerRe: Checksum Generators With Advanced Functions Pin
jschell2-Jul-17 8:25
jschell2-Jul-17 8:25 
QuestionException Handling MFC detail information Pin
ForNow28-Jun-17 5:40
ForNow28-Jun-17 5:40 
AnswerRe: Exception Handling MFC detail information Pin
Randor 28-Jun-17 6:11
professional Randor 28-Jun-17 6:11 
GeneralRe: Exception Handling MFC detail information Pin
ForNow28-Jun-17 16:45
ForNow28-Jun-17 16:45 
AnswerRe: Exception Handling MFC detail information Pin
Victor Nijegorodov29-Jun-17 9:33
Victor Nijegorodov29-Jun-17 9:33 
GeneralRe: Exception Handling MFC detail information Pin
ForNow29-Jun-17 11:13
ForNow29-Jun-17 11:13 
this is the code that is causing the exception

C++
LRESULT CprogDebug::GET_ZOS_STORAGE(WPARAM mywparam, LPARAM mylparam)
{
    
    
    mystorage[I]->len = mywparam;
    mystorage[I]->buffers = new char[mystorage[I]->len];
    memcpy((void *)mystorage[I]->buffers, (void *)mylparam, mystorage[I]->len);
    mystorage[I]->casid = as_id;
        mystorage[I]->Create(IDD_DIALOG6, NULL);
	
	return TRUE;
}


The code is invoked from a postmessage I.E

C++
::PostMessage(thisocket->callwnd,thisocket->msg,(WPARAM) nRead,(LPARAM)sockbuffer.GetBuffer(0));

GeneralRe: Exception Handling MFC detail information Pin
Victor Nijegorodov29-Jun-17 11:26
Victor Nijegorodov29-Jun-17 11:26 
GeneralRe: Exception Handling MFC detail information Pin
ForNow29-Jun-17 11:49
ForNow29-Jun-17 11:49 
GeneralRe: Exception Handling MFC detail information Pin
Randor 29-Jun-17 11:52
professional Randor 29-Jun-17 11:52 
GeneralRe: Exception Handling MFC detail information Pin
ForNow29-Jun-17 16:51
ForNow29-Jun-17 16:51 
QuestionRe: Exception Handling MFC detail information Pin
David Crow29-Jun-17 18:37
David Crow29-Jun-17 18:37 
AnswerRe: Exception Handling MFC detail information Pin
ForNow30-Jun-17 3:17
ForNow30-Jun-17 3:17 
GeneralRe: Exception Handling MFC detail information Pin
Bram van Kampen30-Jun-17 14:14
Bram van Kampen30-Jun-17 14:14 
AnswerRe: Exception Handling MFC detail information Pin
Bram van Kampen30-Jun-17 13:51
Bram van Kampen30-Jun-17 13:51 
QuestionUDP Sockets and Windows 10 Pin
Rick York27-Jun-17 14:27
mveRick York27-Jun-17 14:27 
AnswerRe: UDP Sockets and Windows 10 Pin
Afzaal Ahmad Zeeshan27-Jun-17 14:44
professionalAfzaal Ahmad Zeeshan27-Jun-17 14:44 
GeneralRe: UDP Sockets and Windows 10 Pin
Rick York27-Jun-17 17:49
mveRick York27-Jun-17 17:49 
GeneralRe: UDP Sockets and Windows 10 Pin
Randor 27-Jun-17 21:27
professional Randor 27-Jun-17 21:27 
GeneralRe: UDP Sockets and Windows 10 Pin
leon de boer27-Jun-17 22:15
leon de boer27-Jun-17 22:15 
AnswerRe: UDP Sockets and Windows 10 Pin
Randor 27-Jun-17 21:37
professional Randor 27-Jun-17 21:37 
GeneralRe: UDP Sockets and Windows 10 Pin
Rick York28-Jun-17 7:59
mveRick York28-Jun-17 7:59 
GeneralRe: UDP Sockets and Windows 10 Pin
Randor 28-Jun-17 8:53
professional Randor 28-Jun-17 8:53 
AnswerRe: UDP Sockets and Windows 10 Pin
jeron128-Jun-17 6:04
jeron128-Jun-17 6:04 

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.