Click here to Skip to main content
15,889,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to disply pixel data on a dialog? Pin
jk chan7-Aug-07 21:42
jk chan7-Aug-07 21:42 
QuestionMake text of CButton non-bold Pin
cagespear7-Aug-07 18:45
cagespear7-Aug-07 18:45 
AnswerRe: Make text of CButton non-bold Pin
Nishad S7-Aug-07 18:50
Nishad S7-Aug-07 18:50 
AnswerRe: Make text of CButton non-bold Pin
Hamid_RT7-Aug-07 19:00
Hamid_RT7-Aug-07 19:00 
QuestionMFC Child Dialog Issue Pin
cagespear7-Aug-07 18:30
cagespear7-Aug-07 18:30 
AnswerRe: MFC Child Dialog Issue Pin
Nishad S7-Aug-07 18:48
Nishad S7-Aug-07 18:48 
AnswerRe: MFC Child Dialog Issue Pin
Hamid_RT7-Aug-07 19:02
Hamid_RT7-Aug-07 19:02 
Questioncreating/exposing global members in an ATL COM DLL Pin
zgilboa7-Aug-07 17:43
zgilboa7-Aug-07 17:43 
Greetings, and apologies if you have already read this under COM.

I have created a DLL using the ATL COM AppWizard, and have successfully added a class and functions. I was also successful in create and an expose an enum by including

typedef enum {aa,bb,cc} testEnum;

in the .idl file.

PROBLEM: how do I add definitions of global members? In other words, I would like some constants, variables and functions to be immediately available to VB applications that use my dll, in the same way that the "Load" method or the "App" property become available once the a reference to VB6.olb is created.

Thanks is advance,

zgilboa
QuestionConsole BEEP! (ASCII bell code?) Pin
macklinbob7-Aug-07 16:41
macklinbob7-Aug-07 16:41 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
Mark Salsbery7-Aug-07 16:54
Mark Salsbery7-Aug-07 16:54 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
macklinbob7-Aug-07 18:17
macklinbob7-Aug-07 18:17 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
Hamid_RT7-Aug-07 19:09
Hamid_RT7-Aug-07 19:09 
GeneralRe: Console BEEP! (ASCII bell code?) Pin
ThatsAlok7-Aug-07 23:07
ThatsAlok7-Aug-07 23:07 
GeneralRe: Console BEEP! (ASCII bell code?) Pin
Hamid_RT8-Aug-07 3:48
Hamid_RT8-Aug-07 3:48 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
Eric Strain15-Aug-09 4:59
Eric Strain15-Aug-09 4:59 
QuestionLinked Lists in C++ [modified] Pin
Muhammad Shemyal Nisar7-Aug-07 11:08
Muhammad Shemyal Nisar7-Aug-07 11:08 
AnswerRe: Linked Lists in C++ Pin
Liam O'Hagan7-Aug-07 16:44
Liam O'Hagan7-Aug-07 16:44 
GeneralRe: Linked Lists in C++ Pin
Mark Salsbery7-Aug-07 17:46
Mark Salsbery7-Aug-07 17:46 
GeneralRe: Linked Lists in C++ Pin
ThatsAlok7-Aug-07 23:03
ThatsAlok7-Aug-07 23:03 
AnswerRe: Linked Lists in C++ Pin
David Crow7-Aug-07 17:25
David Crow7-Aug-07 17:25 
QuestionOpening Webfolder files - storing their paths Pin
anujpshah7-Aug-07 10:30
anujpshah7-Aug-07 10:30 
QuestionPassing a 2 Dim Array to a DLL written in C++ Pin
CK9387-Aug-07 9:44
CK9387-Aug-07 9:44 
QuestionRe: Passing a 2 Dim Array to a DLL written in C++ Pin
David Crow7-Aug-07 10:20
David Crow7-Aug-07 10:20 
AnswerRe: Passing a 2 Dim Array to a DLL written in C++ Pin
CK9387-Aug-07 12:07
CK9387-Aug-07 12:07 
QuestionRe: Passing a 2 Dim Array to a DLL written in C++ Pin
CK9387-Aug-07 12:13
CK9387-Aug-07 12:13 

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.