Click here to Skip to main content
15,892,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Weird Graphics Bug Pin
Code-o-mat14-Nov-08 7:06
Code-o-mat14-Nov-08 7:06 
GeneralRe: Weird Graphics Bug Pin
Leslie Sanford14-Nov-08 7:24
Leslie Sanford14-Nov-08 7:24 
GeneralRe: Weird Graphics Bug Pin
Code-o-mat14-Nov-08 7:35
Code-o-mat14-Nov-08 7:35 
QuestionThe Editbox is working in XP, but it is white in color in Vista! Pin
LaHaHa13-Nov-08 17:39
LaHaHa13-Nov-08 17:39 
AnswerRe: The Editbox is working in XP, but it is white in color in Vista! Pin
David Crow14-Nov-08 3:32
David Crow14-Nov-08 3:32 
GeneralRe: The Editbox is working in XP, but it is white in color in Vista! Pin
LaHaHa14-Nov-08 6:06
LaHaHa14-Nov-08 6:06 
AnswerRe: The Editbox is working in XP, but it is white in color in Vista! Pin
Hamid_RT14-Nov-08 8:40
Hamid_RT14-Nov-08 8:40 
QuestionVC++2008 manifest dependencies confusion. Pin
oleg6313-Nov-08 12:03
professionaloleg6313-Nov-08 12:03 
Hi,

After I've converted my MFC application from VS2005 to VS2008 in the debug runtime I've got error:
"Unable to start program C:\Proj\...\Conv1.exe
This application has failed to start because the application configuration is incorrect.
For more details, please see the application event log."

In event viewer I've found error:
Source:SideBySide
Event ID: 59
Description: Generate Activation Context failed for C:\Proj\...\Conv1.exe. Reference error message: The referenced assembly is not installed on your system.

When I looed into manifest I've found dependencies on MFC and CRT of both VC90/VC80 (VS2005/2008).

I have to somehow get rid of VC80 dependencies in the manifest.
- HOW CAN I DO THAT???

Thanks in advance.


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC90.DebugCRT" version="9.0.21022.8" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC90.DebugMFC" version="9.0.21022.8" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" version="8.0.50727.762" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" version="8.0.50608.0" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>
AnswerRe: VC++2008 manifest dependencies confusion. Pin
Saurabh.Garg13-Nov-08 13:52
Saurabh.Garg13-Nov-08 13:52 
GeneralRe: VC++2008 manifest dependencies confusion. Pin
oleg6314-Nov-08 3:43
professionaloleg6314-Nov-08 3:43 
QuestionI do not understand why this compiles Pin
BobInNJ13-Nov-08 11:03
BobInNJ13-Nov-08 11:03 
AnswerRe: I do not understand why this compiles Pin
Saurabh.Garg13-Nov-08 13:58
Saurabh.Garg13-Nov-08 13:58 
AnswerRe: I do not understand why this compiles Pin
myfavour13-Nov-08 15:43
myfavour13-Nov-08 15:43 
QuestionModeless CPropertySheet - styles [modified] Pin
john john mackey13-Nov-08 9:23
john john mackey13-Nov-08 9:23 
QuestionCryptography with ECDSA from Openssl Pin
misscricri13-Nov-08 4:00
misscricri13-Nov-08 4:00 
QuestionRe: Cryptography with ECDSA from Openssl Pin
led mike13-Nov-08 4:29
led mike13-Nov-08 4:29 
AnswerRe: Cryptography with ECDSA from Openssl Pin
misscricri14-Nov-08 2:44
misscricri14-Nov-08 2:44 
QuestionHow to print string in next line on Edit control Pin
sribachana13-Nov-08 3:13
sribachana13-Nov-08 3:13 
QuestionRe: How to print string in next line on Edit control Pin
David Crow13-Nov-08 3:16
David Crow13-Nov-08 3:16 
AnswerRe: How to print string in next line on Edit control Pin
sribachana13-Nov-08 15:41
sribachana13-Nov-08 15:41 
QuestionRe: How to print string in next line on Edit control Pin
David Crow13-Nov-08 17:36
David Crow13-Nov-08 17:36 
AnswerRe: How to print string in next line on Edit control Pin
voidjinjin13-Nov-08 14:46
voidjinjin13-Nov-08 14:46 
QuestionBrowser plugins question. Pin
rrrado13-Nov-08 2:38
rrrado13-Nov-08 2:38 
QuestionRe: Browser plugins question. Pin
David Crow13-Nov-08 2:44
David Crow13-Nov-08 2:44 
AnswerRe: Browser plugins question. Pin
rrrado13-Nov-08 3:02
rrrado13-Nov-08 3:02 

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.