Click here to Skip to main content
15,915,042 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: string compare Pin
jfugate12-Jul-02 5:05
jfugate12-Jul-02 5:05 
GeneralRe: string compare Pin
pnpfriend12-Jul-02 5:47
pnpfriend12-Jul-02 5:47 
GeneralRe: string compare Pin
Mel Stober12-Jul-02 6:59
Mel Stober12-Jul-02 6:59 
GeneralRe: string compare Pin
valikac12-Jul-02 5:08
valikac12-Jul-02 5:08 
GeneralRe: string compare Pin
pnpfriend12-Jul-02 5:39
pnpfriend12-Jul-02 5:39 
GeneralRe: string compare Pin
valikac12-Jul-02 9:04
valikac12-Jul-02 9:04 
GeneralMore multi processor woes Pin
Jim Crafton12-Jul-02 4:39
Jim Crafton12-Jul-02 4:39 
GeneralRe: More multi processor woes Pin
Giles12-Jul-02 5:16
Giles12-Jul-02 5:16 
Are you using the MT version of MFC and C runtime lib (check the compiler options for the /MD /MT flag can't remember which). I found that it is usually set differently for MFC and Console apps, and as a result can have an effect when moving code over.

If nothing else works and its crashing for no reason some where in the STL, then how about trying another STL lib like STLPort?

Are there any static variables that are not declared as 'volatile' to make sure access to them is atomic?

These will not come into play on a single processor machine, but I've seen this on a dual machine, when a variable has been updated but is still in the other processors cache.

Finally are you using _beginthreadex or CreateThread?
GeneralRe: More multi processor woes Pin
Jim Crafton12-Jul-02 5:41
Jim Crafton12-Jul-02 5:41 
GeneralRe: More multi processor woes Pin
l a u r e n12-Jul-02 7:47
l a u r e n12-Jul-02 7:47 
GeneralRe: More multi processor woes Pin
Giles12-Jul-02 10:46
Giles12-Jul-02 10:46 
GeneralWinsock - discovering ip address Pin
JohnnyG12-Jul-02 4:32
JohnnyG12-Jul-02 4:32 
GeneralRe: Winsock - discovering ip address Pin
markkuk12-Jul-02 8:21
markkuk12-Jul-02 8:21 
GeneralRe: Winsock - discovering ip address Pin
JohnnyG13-Jul-02 15:41
JohnnyG13-Jul-02 15:41 
GeneralMarquee in visual C++ Pin
John Duffell12-Jul-02 3:58
John Duffell12-Jul-02 3:58 
GeneralRe: Marquee in visual C++ Pin
l a u r e n12-Jul-02 7:50
l a u r e n12-Jul-02 7:50 
GeneralRe: Marquee in visual C++ Pin
NormDroid12-Jul-02 23:29
professionalNormDroid12-Jul-02 23:29 
GeneralSorting items in a listctrl Pin
Niko Tanghe12-Jul-02 3:47
Niko Tanghe12-Jul-02 3:47 
GeneralRe: Sorting items in a listctrl Pin
KaЯl12-Jul-02 4:08
KaЯl12-Jul-02 4:08 
GeneralRe: Sorting items in a listctrl Pin
Mike Upton12-Jul-02 4:17
Mike Upton12-Jul-02 4:17 
GeneralRe: Sorting items in a listctrl Pin
Niko Tanghe12-Jul-02 4:54
Niko Tanghe12-Jul-02 4:54 
GeneralRe: Knowing Client Window Messages in MDI Window ... Pin
Mike Upton12-Jul-02 3:48
Mike Upton12-Jul-02 3:48 
GeneralSeems to work, but not all messages... Pin
Cursoe12-Jul-02 20:01
sussCursoe12-Jul-02 20:01 
GeneralRe: Knowing Client Window Messages in MDI Window ... Pin
Mike Upton12-Jul-02 3:52
Mike Upton12-Jul-02 3:52 
GeneralNice :))))) ... Thanks Pin
Cursoe12-Jul-02 17:14
sussCursoe12-Jul-02 17:14 

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.