Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ plugin Pin
Anthony_Yio10-May-04 16:21
Anthony_Yio10-May-04 16:21 
GeneralNeed help understanding crash (using WinDbg) Pin
IGx8910-May-04 8:07
IGx8910-May-04 8:07 
GeneralRe: Need help understanding crash (using WinDbg) Pin
Miguel Lopes10-May-04 8:19
Miguel Lopes10-May-04 8:19 
GeneralRe: Need help understanding crash (using WinDbg) Pin
Mike Dimmick10-May-04 10:08
Mike Dimmick10-May-04 10:08 
GeneralRe: Need help understanding crash (using WinDbg) Pin
IGx8910-May-04 14:08
IGx8910-May-04 14:08 
GeneralRe: Need help understanding crash (using WinDbg) Pin
Mike Dimmick11-May-04 8:30
Mike Dimmick11-May-04 8:30 
GeneralRe: Need help understanding crash (using WinDbg) Pin
IGx8911-May-04 14:32
IGx8911-May-04 14:32 
GeneralRe: Need help understanding crash (using WinDbg) Pin
22491710-May-04 19:24
22491710-May-04 19:24 
Is your Log() function called from its own thread or from multiple threads ?

One chance for the err can be :

In your code each time you concat CString the heap has to be locked/unlocked multiple times.If this is hapenning from multiple threads it again induces context switching.

Note:
CString is not supposed to be shared between threads.






It's not a bug, it's an undocumented feature.
suhredayan@omniquad.com


messenger :suhredayan@hotmail.com

GeneralRemote desktop Pin
Miguel Lopes10-May-04 7:30
Miguel Lopes10-May-04 7:30 
GeneralRe: Remote desktop Pin
Miguel Lopes10-May-04 7:45
Miguel Lopes10-May-04 7:45 
GeneralRe: Remote desktop Pin
Miguel Lopes10-May-04 8:11
Miguel Lopes10-May-04 8:11 
GeneralRe: Remote desktop Pin
Mike Dimmick10-May-04 10:11
Mike Dimmick10-May-04 10:11 
GeneralRe: Remote desktop Pin
Navin10-May-04 11:34
Navin10-May-04 11:34 
GeneralRe: Remote desktop Pin
Miguel Lopes10-May-04 11:40
Miguel Lopes10-May-04 11:40 
GeneralI can´t find a solution :( Pin
VietDelphi10-May-04 7:22
VietDelphi10-May-04 7:22 
GeneralRe: I can´t find a solution :( Pin
David Crow10-May-04 8:14
David Crow10-May-04 8:14 
GeneralRe: I can´t find a solution :( Pin
toxcct10-May-04 9:51
toxcct10-May-04 9:51 
GeneralRe: I can´t find a solution :( Pin
David Crow10-May-04 10:01
David Crow10-May-04 10:01 
GeneralRe: I can´t find a solution :( Pin
toxcct10-May-04 10:04
toxcct10-May-04 10:04 
GeneralRe: I can´t find a solution :( Pin
22491710-May-04 19:31
22491710-May-04 19:31 
GeneralRe: I can´t find a solution :( Pin
VietDelphi11-May-04 0:47
VietDelphi11-May-04 0:47 
General!*Best*pc*gaming*site*ever*! Pin
Hallel10-May-04 7:20
Hallel10-May-04 7:20 
GeneralRe: !*Best*pc*gaming*site*ever*! Pin
alex.barylski10-May-04 10:47
alex.barylski10-May-04 10:47 
GeneralRe: !*Best*pc*gaming*site*ever*! Pin
ThatsAlok3-May-05 21:22
ThatsAlok3-May-05 21:22 
GeneralATL Com Dll Pin
Rassul Yunussov10-May-04 6:20
Rassul Yunussov10-May-04 6:20 

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.