Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Stack corruption - STRANGE PROBLEM!! Pin
Nelek22-Dec-09 4:17
protectorNelek22-Dec-09 4:17 
QuestionRe: Stack corruption - STRANGE PROBLEM!! Pin
22491722-Dec-09 13:31
22491722-Dec-09 13:31 
QuestionNot able to sniff TCP packet on windows Vista. But could do so on XP Pin
Aseem Sharma22-Dec-09 1:08
Aseem Sharma22-Dec-09 1:08 
QuestionRe: Not able to sniff TCP packet on windows Vista. But could do so on XP Pin
CPallini22-Dec-09 1:34
mveCPallini22-Dec-09 1:34 
AnswerRe: Not able to sniff TCP packet on windows Vista. But could do so on XP Pin
Aseem Sharma22-Dec-09 20:16
Aseem Sharma22-Dec-09 20:16 
QuestionUnable to start the windows service in Windows server 2003 Pin
Arun Abraham Jose22-Dec-09 0:13
Arun Abraham Jose22-Dec-09 0:13 
AnswerRe: Unable to start the windows service in Windows server 2003 Pin
Richard Andrew x6422-Dec-09 10:22
professionalRichard Andrew x6422-Dec-09 10:22 
QuestionAccess violation iin SendMessage Pin
Anu_Bala21-Dec-09 23:49
Anu_Bala21-Dec-09 23:49 
After converting project from VC6.0 to VS2008,while running application it shows the following error

Unhandled exception at 0x787ac40c (mfc90d.dll) in CS3OperatorStation.exe: 0xC0000005: Access violation reading location 0x00000020.

When i debug it,i got this error in this particular line

void tSendActiveData()
{
while(1)
{
AfxGetMainWnd()->SendMessage(WM_COMMAND,ID_SENDACTIVEDATA,NULL); Sleep(500);
}
}
tSendActiveData is a thread.
I want to invoke this fucntion in this thread.thts why im using it.

Its working fine in VC6.0 version.

Anu

AnswerRe: Access violation iin SendMessage Pin
CPallini22-Dec-09 0:11
mveCPallini22-Dec-09 0:11 
AnswerRe: Access violation iin SendMessage Pin
KingsGambit22-Dec-09 0:17
KingsGambit22-Dec-09 0:17 
AnswerRe: Access violation iin SendMessage Pin
Maximilien22-Dec-09 0:22
Maximilien22-Dec-09 0:22 
GeneralRe: Access violation iin SendMessage Pin
Anu_Bala22-Dec-09 0:48
Anu_Bala22-Dec-09 0:48 
GeneralRe: Access violation iin SendMessage Pin
CPallini22-Dec-09 1:35
mveCPallini22-Dec-09 1:35 
Questionsh_read: Undeclared identifier Pin
Anu_Bala21-Dec-09 22:37
Anu_Bala21-Dec-09 22:37 
AnswerRe: sh_read: Undeclared identifier Pin
KingsGambit21-Dec-09 23:06
KingsGambit21-Dec-09 23:06 
GeneralRe: sh_read: Undeclared identifier Pin
Anu_Bala21-Dec-09 23:12
Anu_Bala21-Dec-09 23:12 
Questionerror C2487 Pin
Nandu_77b21-Dec-09 22:33
Nandu_77b21-Dec-09 22:33 
AnswerRe: error C2487 Pin
KingsGambit21-Dec-09 23:10
KingsGambit21-Dec-09 23:10 
QuestionRe-Mssql question Pin
MsmVc21-Dec-09 20:28
MsmVc21-Dec-09 20:28 
AnswerRe: Re-Mssql question Pin
Code-o-mat21-Dec-09 21:00
Code-o-mat21-Dec-09 21:00 
GeneralRe: Re-Mssql question Pin
MsmVc21-Dec-09 21:05
MsmVc21-Dec-09 21:05 
GeneralRe: Re-Mssql question Pin
Code-o-mat21-Dec-09 21:13
Code-o-mat21-Dec-09 21:13 
GeneralRe: Re-Mssql question Pin
MsmVc21-Dec-09 21:17
MsmVc21-Dec-09 21:17 
GeneralRe: Re-Mssql question Pin
Code-o-mat21-Dec-09 22:01
Code-o-mat21-Dec-09 22:01 
GeneralRe: Re-Mssql question Pin
MsmVc21-Dec-09 22:04
MsmVc21-Dec-09 22: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.