Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Loading Bitmap Into Picture Control Pin
AmbiguousName24-Apr-12 1:02
AmbiguousName24-Apr-12 1:02 
QuestionThe entry point GetFileVersionInfoSizeEx Pin
jkirkerx23-Apr-12 13:23
professionaljkirkerx23-Apr-12 13:23 
AnswerRe: The entry point GetFileVersionInfoSizeEx Pin
Richard Andrew x6423-Apr-12 14:02
professionalRichard Andrew x6423-Apr-12 14:02 
GeneralRe: The entry point GetFileVersionInfoSizeEx Pin
jkirkerx23-Apr-12 15:10
professionaljkirkerx23-Apr-12 15:10 
GeneralRe: The entry point GetFileVersionInfoSizeEx Pin
JohnCz24-Apr-12 9:29
JohnCz24-Apr-12 9:29 
GeneralRe: The entry point GetFileVersionInfoSizeEx Pin
jkirkerx24-Apr-12 10:11
professionaljkirkerx24-Apr-12 10:11 
AnswerRe: The entry point GetFileVersionInfoSizeEx Pin
JohnCz25-Apr-12 1:15
JohnCz25-Apr-12 1:15 
GeneralRe: The entry point GetFileVersionInfoSizeEx Pin
jkirkerx25-Apr-12 6:11
professionaljkirkerx25-Apr-12 6:11 
Yes, the wizard included it in my stdafx.h, and rc file. So I should do a temp 0x500 to make all the XP errors surface?

I think it was just the 4 functions, when I moved the project to vista to make sure that it worked, and worked all the UAC stuff. Then I moved it back to XP just to make sure all was good, and to build my deployment project.

stdafx.h

XML
#pragma once

#include "targetver.h"

#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>

// C RunTime Header Files
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>


// TODO: reference additional headers your program requires here
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")

GeneralRe: The entry point GetFileVersionInfoSizeEx Pin
JohnCz25-Apr-12 8:04
JohnCz25-Apr-12 8:04 
GeneralRe: The entry point GetFileVersionInfoSizeEx Pin
jkirkerx25-Apr-12 9:10
professionaljkirkerx25-Apr-12 9:10 
QuestionTabControl In MFC Pin
002comp22-Apr-12 23:59
002comp22-Apr-12 23:59 
AnswerRe: TabControl In MFC Pin
Chandrasekharan P23-Apr-12 0:04
Chandrasekharan P23-Apr-12 0:04 
GeneralRe: TabControl In MFC Pin
002comp23-Apr-12 0:57
002comp23-Apr-12 0:57 
GeneralRe: TabControl In MFC Pin
Richard MacCutchan23-Apr-12 1:54
mveRichard MacCutchan23-Apr-12 1:54 
GeneralRe: TabControl In MFC Pin
JohnCz24-Apr-12 2:13
JohnCz24-Apr-12 2:13 
QuestionWhat does #pragma pack(0) do Pin
yu-jian22-Apr-12 6:28
yu-jian22-Apr-12 6:28 
AnswerRe: What does #pragma pack(0) do Pin
Chris Losinger22-Apr-12 6:39
professionalChris Losinger22-Apr-12 6:39 
GeneralRe: What does #pragma pack(0) do Pin
Erudite_Eric22-Apr-12 7:52
Erudite_Eric22-Apr-12 7:52 
GeneralRe: What does #pragma pack(0) do Pin
Chris Losinger22-Apr-12 8:15
professionalChris Losinger22-Apr-12 8:15 
GeneralRe: What does #pragma pack(0) do Pin
Erudite_Eric22-Apr-12 22:36
Erudite_Eric22-Apr-12 22:36 
AnswerRe: What does #pragma pack(0) do Pin
Lakamraju Raghuram22-Apr-12 7:47
Lakamraju Raghuram22-Apr-12 7:47 
GeneralRe: What does #pragma pack(0) do Pin
Erudite_Eric22-Apr-12 7:53
Erudite_Eric22-Apr-12 7:53 
GeneralRe: What does #pragma pack(0) do Pin
Lakamraju Raghuram22-Apr-12 8:03
Lakamraju Raghuram22-Apr-12 8:03 
GeneralRe: What does #pragma pack(0) do Pin
Erudite_Eric22-Apr-12 8:12
Erudite_Eric22-Apr-12 8:12 
GeneralRe: What does #pragma pack(0) do Pin
Lakamraju Raghuram22-Apr-12 8:19
Lakamraju Raghuram22-Apr-12 8:19 

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.