Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Message Box Pin
FarPointer15-Apr-06 5:23
FarPointer15-Apr-06 5:23 
AnswerRe: Message Box Pin
bob1697215-Apr-06 12:05
bob1697215-Apr-06 12:05 
GeneralRe: Message Box Pin
Ryan Binns15-Apr-06 22:18
Ryan Binns15-Apr-06 22:18 
GeneralRe: Message Box Pin
bob169722-May-06 18:20
bob169722-May-06 18:20 
GeneralRe: Message Box Pin
Ryan Binns2-May-06 23:29
Ryan Binns2-May-06 23:29 
QuestionCannot find a way to emulate Ctrl-Alt-Del on Windows NT Pin
Hovo15-Apr-06 4:20
Hovo15-Apr-06 4:20 
AnswerRe: Cannot find a way to emulate Ctrl-Alt-Del on Windows NT Pin
Hallery.Lai16-Apr-06 22:18
Hallery.Lai16-Apr-06 22:18 
QuestionManifest for MFC DLL Pin
madmax000115-Apr-06 2:28
madmax000115-Apr-06 2:28 
Hello,

I want to implement XP Visual Styles for a MFC DLL. I've read many infos about it in the web but I have still problems.
So what I have done:
resource.h
#define MANIFEST_RESOURCE_ID 2

I imported a new resource with the type 24 as MANIFEST_RESOURCE_ID. So the .rc file looks like:
MANIFEST_RESOURCE_ID 24 MOVEABLE PURE "res\\MyDlgDll.dll.manifest"

stdafx.h
#define ISOLATION_AWARE_ENABLED 1

compiler otion:
/D "ISOLATION_AWARE_ENABLED"

When I build the project with VC8 it works fine: The main application can have the visual styles disabled while the DLL always uses XP styles.

But I must build the DLL with VC6 and this doesn't work. I have installed the newest Microsoft Platform SDK for Windows Server 2003 R2 where I can see in commctrl.h the #if def section for the ISOLATION_AWARE_ENABLED stuff.
I have adjusted the VC6 path to the new include dirc of the platform SDK. But I still use the old VC6 libs because the plaform SDK has no X86 builds of the LIBs.
Maybe the problem is the linking of my dll fo mfc42? (When I comile with VC8 the dll is linked mfc80).


Can someone help me?

THX

QuestionBREAK POINT PROBLEM Pin
shadrach_india15-Apr-06 2:21
shadrach_india15-Apr-06 2:21 
AnswerRe: BREAK POINT PROBLEM Pin
Stephen Hewitt15-Apr-06 3:07
Stephen Hewitt15-Apr-06 3:07 
AnswerRe: BREAK POINT PROBLEM Pin
Ravi Bhavnani15-Apr-06 5:11
professionalRavi Bhavnani15-Apr-06 5:11 
AnswerRe: BREAK POINT PROBLEM Pin
FarPointer15-Apr-06 5:25
FarPointer15-Apr-06 5:25 
Questionpls help in completing my project Pin
swapna_signsin14-Apr-06 22:23
swapna_signsin14-Apr-06 22:23 
AnswerRe: pls help in completing my project Pin
kk.tvm14-Apr-06 22:31
kk.tvm14-Apr-06 22:31 
AnswerRe: pls help in completing my project Pin
kk.tvm14-Apr-06 22:44
kk.tvm14-Apr-06 22:44 
QuestionImplementing SampleGrabber Filter Pin
atimpoo14-Apr-06 21:43
atimpoo14-Apr-06 21:43 
AnswerRe: Implementing SampleGrabber Filter Pin
Amar Sutar15-Apr-06 1:59
Amar Sutar15-Apr-06 1:59 
GeneralRe: Implementing SampleGrabber Filter Pin
atimpoo16-Apr-06 21:41
atimpoo16-Apr-06 21:41 
QuestionRelease a file that is in use Pin
Yevgeny Efter14-Apr-06 21:27
Yevgeny Efter14-Apr-06 21:27 
AnswerRe: Release a file that is in use Pin
_AnsHUMAN_ 14-Apr-06 23:05
_AnsHUMAN_ 14-Apr-06 23:05 
GeneralRe: Release a file that is in use Pin
Yevgeny Efter15-Apr-06 7:21
Yevgeny Efter15-Apr-06 7:21 
QuestionLength of Cstring in characters for multibyte characters Pin
cathy_d'souza14-Apr-06 21:20
cathy_d'souza14-Apr-06 21:20 
AnswerRe: Length of Cstring in characters for multibyte characters Pin
Laxman Auti15-Apr-06 1:46
Laxman Auti15-Apr-06 1:46 
Questionwhat is this? and what is the problem?How to fix? Pin
mrby12314-Apr-06 19:45
mrby12314-Apr-06 19:45 
AnswerRe: what is this? and what is the problem?How to fix? Pin
Monty214-Apr-06 20:03
Monty214-Apr-06 20:03 

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.