Click here to Skip to main content
15,881,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionremove space for title at top of groupbox? Pin
permutations13-Apr-10 12:04
permutations13-Apr-10 12:04 
AnswerRe: remove space for title at top of groupbox? Pin
David Crow14-Apr-10 3:32
David Crow14-Apr-10 3:32 
GeneralRe: remove space for title at top of groupbox? Pin
permutations14-Apr-10 4:14
permutations14-Apr-10 4:14 
GeneralRe: remove space for title at top of groupbox? Pin
David Crow14-Apr-10 4:25
David Crow14-Apr-10 4:25 
QuestionWindows Explorer extension Pin
o m n i13-Apr-10 10:58
o m n i13-Apr-10 10:58 
AnswerRe: Windows Explorer extension Pin
«_Superman_»13-Apr-10 11:04
professional«_Superman_»13-Apr-10 11:04 
GeneralRe: Windows Explorer extension Pin
o m n i13-Apr-10 11:39
o m n i13-Apr-10 11:39 
QuestionVisual Studio 6.0 to Visual Studio 2008 Issue Pin
djcouture13-Apr-10 9:23
djcouture13-Apr-10 9:23 
Hi,

I upgraded a legacy C++ application from Visual Studio 6.0 to Visual Studio 2008. The application mimics the front panel of a fire alarm system and is implemented by overlaying a bitmap drawing of the fire alarm panel with hidden button controls. When the VS 6.0 version was run with a resolution different than what was originally used to create it, the bitmap and the button controls became misaligned. After upgrading to Visual Studio 2008, this misalignment problem went away(!), so that I could run at any resolution.

A problem that occurred was that when I gave the .EXE to someone else to try on their machine, they received an error dialog that read:

“This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.”

When I looked at the system error log, I saw the following 3 errors had occurred:

1) Source: SideBySide
EventID: 59
Description: Generate Activation Context failed for ...\Panel.exe. Reference error message: The operation completed successfully.

2) Source: SideBySide
EventID: 59
Description: Resolve Partial Assembly failed for Microsoft.VC90.MFC. Reference error message: The reference assembly is not installed on your system.

3) Source: SideBySide
EventID: 32
Description: Dependent Assembly Microsoft.VC90.MFC could not be found and Last Error was The referenced assembly is not installed on your system.

Thanks in advance.
AnswerRe: Visual Studio 6.0 to Visual Studio 2008 Issue Pin
Joe Woodbury13-Apr-10 9:38
professionalJoe Woodbury13-Apr-10 9:38 
GeneralRe: Visual Studio 6.0 to Visual Studio 2008 Issue Pin
djcouture13-Apr-10 10:23
djcouture13-Apr-10 10:23 
GeneralRe: Visual Studio 6.0 to Visual Studio 2008 Issue Pin
Emilio Garavaglia13-Apr-10 20:48
Emilio Garavaglia13-Apr-10 20:48 
Questionhow can ı change some of ascii table characters Pin
can-inlife13-Apr-10 9:07
can-inlife13-Apr-10 9:07 
AnswerRe: how can ı change some of ascii table characters Pin
Chris Losinger13-Apr-10 9:24
professionalChris Losinger13-Apr-10 9:24 
AnswerRe: how can ı change some of ascii table characters Pin
Tim Craig13-Apr-10 9:37
Tim Craig13-Apr-10 9:37 
GeneralRe: how can ı change some of ascii table characters Pin
gamefreak229113-Apr-10 14:14
gamefreak229113-Apr-10 14:14 
GeneralRe: how can ı change some of ascii table characters Pin
Tim Craig13-Apr-10 15:46
Tim Craig13-Apr-10 15:46 
GeneralRe: how can ı change some of ascii table characters Pin
can-inlife13-Apr-10 21:51
can-inlife13-Apr-10 21:51 
GeneralRe: how can ı change some of ascii table characters Pin
Tim Craig13-Apr-10 22:27
Tim Craig13-Apr-10 22:27 
GeneralRe: how can ı change some of ascii table characters Pin
Ajay Vijayvargiya13-Apr-10 22:42
Ajay Vijayvargiya13-Apr-10 22:42 
AnswerRe: how can ı change some of ascii table characters Pin
CPallini13-Apr-10 9:45
mveCPallini13-Apr-10 9:45 
GeneralRe: how can ı change some of ascii table characters Pin
can-inlife13-Apr-10 11:12
can-inlife13-Apr-10 11:12 
GeneralRe: how can ı change some of ascii table characters Pin
Emilio Garavaglia13-Apr-10 20:52
Emilio Garavaglia13-Apr-10 20:52 
AnswerRe: how can ı change some of ascii table characters Pin
Stephen Hewitt13-Apr-10 14:57
Stephen Hewitt13-Apr-10 14:57 
AnswerRe: how can ı change some of ascii table characters Pin
Michel Godfroid15-Apr-10 3:37
Michel Godfroid15-Apr-10 3:37 
GeneralRe: how can ı change some of ascii table characters Pin
can-inlife15-Apr-10 9:15
can-inlife15-Apr-10 9:15 

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.