Click here to Skip to main content
16,004,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with fprintf and ASCII Pin
David Crow26-Aug-05 2:32
David Crow26-Aug-05 2:32 
GeneralRe: Problem with fprintf and ASCII Pin
IronMike25-Aug-05 19:20
IronMike25-Aug-05 19:20 
AnswerRe: Problem with fprintf and ASCII Pin
Cedric Moonen25-Aug-05 3:54
Cedric Moonen25-Aug-05 3:54 
GeneralThanks! Pin
IronMike25-Aug-05 19:21
IronMike25-Aug-05 19:21 
QuestionTopics for project Pin
V.G25-Aug-05 2:58
V.G25-Aug-05 2:58 
AnswerRe: Topics for project Pin
dharani25-Aug-05 17:38
dharani25-Aug-05 17:38 
QuestionMenu Items in MDI Pin
Srikanth.BH25-Aug-05 2:37
Srikanth.BH25-Aug-05 2:37 
GeneralManifest Pin
Alex_Y25-Aug-05 2:35
Alex_Y25-Aug-05 2:35 
I have App.exe which uses Dll.dll, I also add classical Microsoft manifest file App.manifest.exe to enable XP styles for common controls.

Now question how can I disable influence of manifest on Dll.dll

Which means I want that App.exe continue to use
comctl32.dll (ver 6) new one
but
Dll.dll should use
comctl32.dll (ver 5) old one

Load / Unload library - already try not helps
#define/#undefine IE_CONTLOLS - already try doesnt helps

I need to customize body of manifest somehow include or exclude styles in the dependency section

Thanks.


Smile | :)
Generalparameters Pin
Perestroyka25-Aug-05 2:19
Perestroyka25-Aug-05 2:19 
GeneralRe: parameters Pin
Cedric Moonen25-Aug-05 2:21
Cedric Moonen25-Aug-05 2:21 
GeneralRe: parameters Pin
Perestroyka25-Aug-05 2:24
Perestroyka25-Aug-05 2:24 
AnswerRe: parameters Pin
-Dy25-Aug-05 2:39
-Dy25-Aug-05 2:39 
GeneralRe: parameters Pin
Perestroyka25-Aug-05 2:42
Perestroyka25-Aug-05 2:42 
AnswerRe: parameters Pin
-Dy25-Aug-05 2:53
-Dy25-Aug-05 2:53 
GeneralRe: parameters Pin
David Crow25-Aug-05 3:46
David Crow25-Aug-05 3:46 
GeneralRe: parameters Pin
Perestroyka25-Aug-05 4:03
Perestroyka25-Aug-05 4:03 
GeneralRe: parameters Pin
David Crow25-Aug-05 4:23
David Crow25-Aug-05 4:23 
GeneralRe: parameters Pin
Rick York25-Aug-05 6:43
mveRick York25-Aug-05 6:43 
GeneralRe: parameters Pin
Maximilien25-Aug-05 2:42
Maximilien25-Aug-05 2:42 
GeneralRe: parameters Pin
Rick York25-Aug-05 6:41
mveRick York25-Aug-05 6:41 
GeneralRe: parameters Pin
David Crow25-Aug-05 3:06
David Crow25-Aug-05 3:06 
GeneralRe: parameters Pin
Perestroyka25-Aug-05 3:13
Perestroyka25-Aug-05 3:13 
GeneralRe: parameters Pin
Maximilien25-Aug-05 3:21
Maximilien25-Aug-05 3:21 
GeneralRe: parameters Pin
Perestroyka25-Aug-05 3:29
Perestroyka25-Aug-05 3:29 
GeneralRe: parameters Pin
David Crow25-Aug-05 3:39
David Crow25-Aug-05 3:39 

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.