Click here to Skip to main content
16,011,436 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Hook Notepad? Pin
(Steven Hicks)n+12-Aug-04 18:50
(Steven Hicks)n+12-Aug-04 18:50 
GeneralRe: How to Hook Notepad? Pin
mrviceroy3-Aug-04 3:50
mrviceroy3-Aug-04 3:50 
GeneralRe: How to Hook Notepad? Pin
(Steven Hicks)n+13-Aug-04 11:32
(Steven Hicks)n+13-Aug-04 11:32 
GeneralRe: How to Hook Notepad? Pin
mrviceroy3-Aug-04 11:34
mrviceroy3-Aug-04 11:34 
GeneralHyperthreading Pin
bs19772-Aug-04 11:43
bs19772-Aug-04 11:43 
GeneralRe: Hyperthreading Pin
wb2-Aug-04 20:30
wb2-Aug-04 20:30 
GeneralRe: Hyperthreading Pin
bs19773-Aug-04 4:35
bs19773-Aug-04 4:35 
GeneralRe: Hyperthreading Pin
Henry miller3-Aug-04 4:50
Henry miller3-Aug-04 4:50 
Tools might exist you help, but you do not want to use them. You need to examine the code and prove that there are no race conditions. A tool might help you find the particular one that is hitting you this time, but gives no assurance that there are not 1000 more someplace, just waiting for machines to become faster, more loaded, or get more CPUs. Basicly you have no assurance that your program will work on a 32 processor machine with these tools. (Unless you can afford one, and even then test enough that the 1 in a million situation happens)

By prove I don't mean a full mathamatical proof, though that would work. However you need to read all the code looking for pointers passed across threads, and then make sure you are handling access correctly.

Good luck, but I know of no substitute for a lot of hard boring work.
GeneralQuickWin Pin
Member 6256662-Aug-04 10:49
Member 6256662-Aug-04 10:49 
GeneralRe: QuickWin Pin
PJ Arends2-Aug-04 16:08
professionalPJ Arends2-Aug-04 16:08 
GeneralRe: QuickWin Pin
Member 6256663-Aug-04 4:05
Member 6256663-Aug-04 4:05 
GeneralRe: QuickWin Pin
PJ Arends3-Aug-04 7:43
professionalPJ Arends3-Aug-04 7:43 
GeneralRe: QuickWin Pin
Member 6256663-Aug-04 7:47
Member 6256663-Aug-04 7:47 
GeneralRe: QuickWin Pin
PJ Arends3-Aug-04 8:16
professionalPJ Arends3-Aug-04 8:16 
GeneralRe: QuickWin - Solved Pin
Member 6256663-Aug-04 8:32
Member 6256663-Aug-04 8:32 
Generalhide from tm in win xp Pin
Spiritofamerica2-Aug-04 10:27
Spiritofamerica2-Aug-04 10:27 
GeneralRe: hide from tm in win xp Pin
Super Saiyan2-Aug-04 18:26
Super Saiyan2-Aug-04 18:26 
GeneralRe: hide from tm in win xp Pin
Spiritofamerica3-Aug-04 10:15
Spiritofamerica3-Aug-04 10:15 
Generalhints on using a clistview with a really large dataset Pin
mickelliot2-Aug-04 10:04
mickelliot2-Aug-04 10:04 
GeneralRe: hints on using a clistview with a really large dataset Pin
vladfein2-Aug-04 13:05
vladfein2-Aug-04 13:05 
GeneralRe: hints on using a clistview with a really large dataset Pin
mickelliot2-Aug-04 14:37
mickelliot2-Aug-04 14:37 
GeneralRe: hints on using a clistview with a really large dataset Pin
vladfein2-Aug-04 15:42
vladfein2-Aug-04 15:42 
GeneralRe: hints on using a clistview with a really large dataset Pin
ssiegel2-Aug-04 17:37
ssiegel2-Aug-04 17:37 
Generalexecute a resource of a project Pin
chedly_ensi2-Aug-04 9:27
chedly_ensi2-Aug-04 9:27 
GeneralRe: execute a resource of a project Pin
David Crow2-Aug-04 11:05
David Crow2-Aug-04 11:05 

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.