Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Directory Contents Question Pin
Rob Manderson18-Dec-03 22:22
protectorRob Manderson18-Dec-03 22:22 
GeneralRe: Directory Contents Question Pin
Roger Wright19-Dec-03 5:23
professionalRoger Wright19-Dec-03 5:23 
GeneralRe: Directory Contents Question Pin
John R. Shaw18-Dec-03 17:09
John R. Shaw18-Dec-03 17:09 
GeneralRe: Directory Contents Question Pin
Roger Wright18-Dec-03 20:45
professionalRoger Wright18-Dec-03 20:45 
GeneralRe: Directory Contents Question Pin
John R. Shaw18-Dec-03 22:12
John R. Shaw18-Dec-03 22:12 
GeneralRe: Directory Contents Question Pin
Rob Manderson18-Dec-03 22:55
protectorRob Manderson18-Dec-03 22:55 
GeneralRe: Directory Contents Question Pin
Roger Wright19-Dec-03 5:16
professionalRoger Wright19-Dec-03 5:16 
QuestionGDI Objects LEAK due to manifest file codes? Pin
Yu Zhiquan18-Dec-03 16:03
Yu Zhiquan18-Dec-03 16:03 
I run an application(e.g. Test.exe) in Debug or Release mode,
without manifest file, the applcation will good.

But, I met a GDI Objects leak issue,
when I run the application with
a manifest file(e.g. Test.exe.manifest).

the follow is in the manifest file:
<br />
     <dependency><br />
          <dependentAssembly><br />
               <assemblyIdentity<br />
                    type="win32"<br />
                    name="Microsoft.Windows.Common-Controls"<br />
                    version="6.0.0.0"<br />
                    publicKeyToken="6595b64144ccf1df"<br />
                    language="*"<br />
                    processorArchitecture="x86"<br />
               /><br />
          </dependentAssembly><br />
     </dependency><br />


The leak will not issue, when I remove the codes from the manifest file,
or, the leak will not issue , I rename the application name(e.g. ATest.exe).

The GDI Objects leak due to manifest file?
Who can give me some comments, thanks in advance!
AnswerRe: GDI Objects LEAK due to manifest file codes? Pin
John R. Shaw18-Dec-03 16:50
John R. Shaw18-Dec-03 16:50 
Generaldumbest question in the world Pin
rajdawg18-Dec-03 15:03
rajdawg18-Dec-03 15:03 
Generaloops....lets try this with code tags Pin
rajdawg18-Dec-03 15:05
rajdawg18-Dec-03 15:05 
GeneralRe: oops....lets try this with code tags Pin
rajdawg18-Dec-03 15:06
rajdawg18-Dec-03 15:06 
GeneralRe: oops....lets try this with code tags Pin
Christian Graus18-Dec-03 15:28
protectorChristian Graus18-Dec-03 15:28 
GeneralRe: dumbest question in the world Pin
Michael Dunn18-Dec-03 18:06
sitebuilderMichael Dunn18-Dec-03 18:06 
GeneralApplication Error Pin
help_me_pleeze18-Dec-03 15:01
help_me_pleeze18-Dec-03 15:01 
GeneralRe: Application Error Pin
Joe Woodbury18-Dec-03 15:22
professionalJoe Woodbury18-Dec-03 15:22 
GeneralRe: Application Error Pin
secret_agent19-Dec-03 6:59
secret_agent19-Dec-03 6:59 
GeneralRe: Application Error Pin
Joe Woodbury19-Dec-03 7:28
professionalJoe Woodbury19-Dec-03 7:28 
GeneralRe: Application Error Pin
John R. Shaw18-Dec-03 16:12
John R. Shaw18-Dec-03 16:12 
GeneralRe: Application Error Pin
Michael P Butler18-Dec-03 20:46
Michael P Butler18-Dec-03 20:46 
GeneralTree View gets grayed on Minimize-maximize Pin
Binayak18-Dec-03 13:10
Binayak18-Dec-03 13:10 
GeneralRe: Tree View gets grayed on Minimize-maximize Pin
Joel Lucsy18-Dec-03 16:35
Joel Lucsy18-Dec-03 16:35 
GeneralRe: Tree View gets grayed on Minimize-maximize Pin
Binayak19-Dec-03 12:33
Binayak19-Dec-03 12:33 
QuestionRightClick | Open with | select application to open ...how? Pin
Binayak18-Dec-03 12:31
Binayak18-Dec-03 12:31 
AnswerRe: RightClick | Open with | select application to open ...how? Pin
l a u r e n18-Dec-03 14:34
l a u r e n18-Dec-03 14:34 

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.