Click here to Skip to main content
16,012,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can any friend send me source code for developing notepad appln using VC++ 6.0 Pin
Joe Woodbury18-Mar-08 16:00
professionalJoe Woodbury18-Mar-08 16:00 
Questionmy mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 6:34
sthotakura18-Mar-08 6:34 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 6:50
Mark Salsbery18-Mar-08 6:50 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 6:55
sthotakura18-Mar-08 6:55 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 7:01
Mark Salsbery18-Mar-08 7:01 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 7:10
sthotakura18-Mar-08 7:10 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 7:20
Mark Salsbery18-Mar-08 7:20 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
sthotakura18-Mar-08 7:31
sthotakura18-Mar-08 7:31 
Mark Salsbery wrote:
was it ever loaded?


I think YES and NO.

I am able to debug however it stops (causes AV) at that point. While debugging If I look at the Modules Window it shows two entries for comctl32.dll (both are from location SxS folder, but with different versions 5.82 and 6.0.xxxx), however none of these two was loaded at the location mentioned in the eventlog entry.

After placing that InitCommonControls(Ex) call, the Modules Windows shows 3 entries for comctl32.dll (2 from SxS folder and 1 from windows\system32 folder (version 5.82)) and the system32 version was loaded at the location mentioned in the eventlog entry. thats why the application doesnt crash when I place this call.

Any thoghts? Thanks in advance

Cheers,
Suresh

GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
Mark Salsbery18-Mar-08 8:14
Mark Salsbery18-Mar-08 8:14 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
led mike18-Mar-08 6:59
led mike18-Mar-08 6:59 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
David Crow18-Mar-08 9:38
David Crow18-Mar-08 9:38 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
led mike18-Mar-08 9:53
led mike18-Mar-08 9:53 
GeneralRe: my mfc application works on windows xp sp2 but fails on vista business Pin
David Crow18-Mar-08 10:16
David Crow18-Mar-08 10:16 
QuestionWhat SDL can do ? Pin
Hanan88818-Mar-08 5:33
Hanan88818-Mar-08 5:33 
AnswerRe: What SDL can do ? Pin
David Crow18-Mar-08 5:47
David Crow18-Mar-08 5:47 
GeneralRe: What SDL can do ? Pin
Cedric Moonen18-Mar-08 5:50
Cedric Moonen18-Mar-08 5:50 
GeneralRe: What SDL can do ? Pin
led mike18-Mar-08 6:03
led mike18-Mar-08 6:03 
AnswerRe: What SDL can do ? Pin
Cedric Moonen18-Mar-08 5:48
Cedric Moonen18-Mar-08 5:48 
GeneralRe: What SDL can do ? Pin
Hanan88818-Mar-08 6:00
Hanan88818-Mar-08 6:00 
GeneralRe: What SDL can do ? Pin
Moak18-Mar-08 6:47
Moak18-Mar-08 6:47 
GeneralRe: What SDL can do ? Pin
Eytukan18-Mar-08 6:47
Eytukan18-Mar-08 6:47 
GeneralRe: What SDL can do ? Pin
Cedric Moonen18-Mar-08 8:29
Cedric Moonen18-Mar-08 8:29 
GeneralConvert code from VS6.0 to VC 1.52 Pin
KeithF18-Mar-08 5:24
KeithF18-Mar-08 5:24 
GeneralRe: Convert code from VS6.0 to VC 1.52 Pin
David Crow18-Mar-08 5:32
David Crow18-Mar-08 5:32 
GeneralRe: Convert code from VS6.0 to VC 1.52 Pin
KeithF18-Mar-08 5:43
KeithF18-Mar-08 5:43 

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.