Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing DLL in VC++ Pin
RockyJames6-Apr-06 5:51
RockyJames6-Apr-06 5:51 
QuestionRe: Using DLL in VC++ Pin
David Crow6-Apr-06 5:54
David Crow6-Apr-06 5:54 
AnswerRe: Using DLL in VC++ Pin
RockyJames6-Apr-06 5:59
RockyJames6-Apr-06 5:59 
QuestionASSERT Pin
big_denny_2006-Apr-06 4:56
big_denny_2006-Apr-06 4:56 
AnswerRe: ASSERT Pin
Cedric Moonen6-Apr-06 5:01
Cedric Moonen6-Apr-06 5:01 
AnswerRe: ASSERT Pin
toxcct6-Apr-06 5:03
toxcct6-Apr-06 5:03 
AnswerRe: ASSERT Pin
David Crow6-Apr-06 5:51
David Crow6-Apr-06 5:51 
QuestionCommon Control Manifest File Pin
RichardS6-Apr-06 4:53
RichardS6-Apr-06 4:53 
Hi All,

I have a application that uses buttons, combo box's etc. Using VS2005 Express in debug mode, all the controls are in the XP theme. But if I build the same image in release mode, the controls revert back to 95/98 controls. Now if I make the linker not embed the manifest, then I add the following lines to the manifest file:

<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity>
</dependentAssembly>
</dependency>

And all is well. But now, how do I get the linker to embed it in the exe?

regards,
Rich

"Programming today is a race between software engineers striving to build bigger and
better idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
AnswerRe: Common Control Manifest File Pin
James R. Twine7-Apr-06 0:39
James R. Twine7-Apr-06 0:39 
GeneralRe: Common Control Manifest File Pin
RichardS7-Apr-06 0:50
RichardS7-Apr-06 0:50 
QuestionXp Style Explorer Bar Pin
RockyJames6-Apr-06 4:26
RockyJames6-Apr-06 4:26 
QuestionQuestion on "InitInstance" method... Pin
Siva Sankar Koyi6-Apr-06 4:16
Siva Sankar Koyi6-Apr-06 4:16 
AnswerRe: Question on "InitInstance" method... Pin
David Crow6-Apr-06 4:22
David Crow6-Apr-06 4:22 
Questionsocket question Pin
nahitan6-Apr-06 4:02
nahitan6-Apr-06 4:02 
AnswerRe: socket question Pin
Roger Stoltz6-Apr-06 4:40
Roger Stoltz6-Apr-06 4:40 
AnswerRe: socket question Pin
abbiyr6-Apr-06 5:05
abbiyr6-Apr-06 5:05 
GeneralRe: socket question Pin
nahitan6-Apr-06 5:37
nahitan6-Apr-06 5:37 
QuestionIcons, bmps and art for programmers Pin
HvalaMne6-Apr-06 3:28
HvalaMne6-Apr-06 3:28 
AnswerRe: Icons, bmps and art for programmers Pin
Ștefan-Mihai MOGA6-Apr-06 3:39
professionalȘtefan-Mihai MOGA6-Apr-06 3:39 
AnswerRe: Icons, bmps and art for programmers Pin
Waldermort6-Apr-06 4:15
Waldermort6-Apr-06 4:15 
AnswerRe: Icons, bmps and art for programmers Pin
David Crow6-Apr-06 4:16
David Crow6-Apr-06 4:16 
AnswerRe: Icons, bmps and art for programmers Pin
Nibu babu thomas6-Apr-06 18:06
Nibu babu thomas6-Apr-06 18:06 
GeneralRe: Icons, bmps and art for programmers Pin
toxcct6-Apr-06 21:25
toxcct6-Apr-06 21:25 
GeneralRe: Icons, bmps and art for programmers Pin
Nibu babu thomas6-Apr-06 21:27
Nibu babu thomas6-Apr-06 21:27 
GeneralRe: Icons, bmps and art for programmers Pin
toxcct6-Apr-06 21:29
toxcct6-Apr-06 21:29 

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.