Click here to Skip to main content
15,897,519 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExpression in a variable name Pin
callmeishmael2526-Feb-09 4:47
callmeishmael2526-Feb-09 4:47 
AnswerRe: Expression in a variable name Pin
Code-o-mat26-Feb-09 5:07
Code-o-mat26-Feb-09 5:07 
GeneralRe: Expression in a variable name Pin
callmeishmael2526-Feb-09 5:41
callmeishmael2526-Feb-09 5:41 
AnswerRe: Expression in a variable name Pin
David Crow26-Feb-09 7:41
David Crow26-Feb-09 7:41 
QuestionATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 2:49
Kuniva26-Feb-09 2:49 
AnswerRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:10
Code-o-mat26-Feb-09 3:10 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 3:23
Kuniva26-Feb-09 3:23 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:31
Code-o-mat26-Feb-09 3:31 
Alternatively you could "convert" the strings you use in the configuration file into numeric IDs in your code (like if (strid == "IDI_TORTU") numid = IDI_TORTU; else ...). I always used MAKEINTRESOURCE with LoadImage so i'm not sure about string-identification...could it be that the method doesn't actually expects you to specify "IDI_TORTU" but rather the file name the resource was imported from, for example "my_tortu_icon.ico"?

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Kuniva26-Feb-09 3:34
Kuniva26-Feb-09 3:34 
GeneralRe: ATL MFC shell extension DLL LoadImage fails with 1813 Pin
Code-o-mat26-Feb-09 3:38
Code-o-mat26-Feb-09 3:38 
Questioninterprocess communication between flash and visual c++ Pin
praveensweb26-Feb-09 1:05
praveensweb26-Feb-09 1:05 
AnswerRe: interprocess communication between flash and visual c++ Pin
Code-o-mat26-Feb-09 1:16
Code-o-mat26-Feb-09 1:16 
GeneralRe: interprocess communication between flash and visual c++ Pin
Jim Crafton26-Feb-09 10:52
Jim Crafton26-Feb-09 10:52 
AnswerRe: interprocess communication between flash and visual c++ Pin
Nishad S26-Feb-09 1:58
Nishad S26-Feb-09 1:58 
AnswerRe: interprocess communication between flash and visual c++ Pin
lebaer26-Feb-09 19:22
lebaer26-Feb-09 19:22 
GeneralRe: interprocess communication between flash and visual c++ Pin
JackPuppy28-Feb-09 8:08
JackPuppy28-Feb-09 8:08 
QuestionLarge file handling using MFC Pin
Vikas K.26-Feb-09 1:03
Vikas K.26-Feb-09 1:03 
AnswerRe: Large file handling using MFC Pin
Vikas K.26-Feb-09 1:04
Vikas K.26-Feb-09 1:04 
AnswerRe: Large file handling using MFC Pin
«_Superman_»26-Feb-09 1:54
professional«_Superman_»26-Feb-09 1:54 
AnswerRe: Large file handling using MFC Pin
Nishad S26-Feb-09 2:06
Nishad S26-Feb-09 2:06 
AnswerRe: Large file handling using MFC Pin
Stuart Dootson26-Feb-09 4:02
professionalStuart Dootson26-Feb-09 4:02 
GeneralRe: Large file handling using MFC Pin
Vikas K.3-Mar-09 19:22
Vikas K.3-Mar-09 19:22 
Questionwin 32 dll Pin
hrishiS26-Feb-09 0:10
hrishiS26-Feb-09 0:10 
AnswerRe: win 32 dll Pin
CPallini26-Feb-09 0:14
mveCPallini26-Feb-09 0:14 
GeneralRe: win 32 dll Pin
hrishiS26-Feb-09 0:18
hrishiS26-Feb-09 0:18 

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.