Click here to Skip to main content
15,915,083 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: listView c++ cli Pin
George L. Jackson17-Jul-07 11:44
George L. Jackson17-Jul-07 11:44 
GeneralRe: listView c++ cli Pin
Mark Salsbery17-Jul-07 13:12
Mark Salsbery17-Jul-07 13:12 
QuestionDeclaration of global variables Pin
abbd14-Jul-07 14:02
abbd14-Jul-07 14:02 
AnswerRe: Declaration of global variables Pin
Mark Salsbery14-Jul-07 16:52
Mark Salsbery14-Jul-07 16:52 
QuestionRe: Declaration of global variables Pin
abbd15-Jul-07 1:10
abbd15-Jul-07 1:10 
AnswerRe: Declaration of global variables Pin
Mark Salsbery15-Jul-07 6:26
Mark Salsbery15-Jul-07 6:26 
QuestionRe: Declaration of global variables Pin
abbd15-Jul-07 7:45
abbd15-Jul-07 7:45 
AnswerRe: Declaration of global variables Pin
Christian Graus15-Jul-07 7:49
protectorChristian Graus15-Jul-07 7:49 
A variable needs to be static to be used without a class instance that contains it.

A delegate is a better way to communicate between classes.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionRe: Declaration of global variables Pin
Mark Salsbery15-Jul-07 8:22
Mark Salsbery15-Jul-07 8:22 
QuestionDelegate (assocoation function) Pin
abbd14-Jul-07 8:43
abbd14-Jul-07 8:43 
AnswerRe: Delegate (assocoation function) Pin
Mark Salsbery14-Jul-07 11:59
Mark Salsbery14-Jul-07 11:59 
QuestionWhen is copy constructor must in a class? Pin
Karismatic14-Jul-07 0:09
Karismatic14-Jul-07 0:09 
AnswerRe: When is copy constructor must in a class? Pin
Mark Salsbery14-Jul-07 7:54
Mark Salsbery14-Jul-07 7:54 
QuestionOnComm Events in MSCOMM OCX control Pin
AmarjeetSinghMatharu13-Jul-07 18:39
AmarjeetSinghMatharu13-Jul-07 18:39 
Questionerror in building clr Pin
aefmaaradji13-Jul-07 13:27
aefmaaradji13-Jul-07 13:27 
AnswerRe: error in building clr Pin
Mark Salsbery13-Jul-07 16:38
Mark Salsbery13-Jul-07 16:38 
QuestionCandidate Function not Accessible Addendum Pin
BuckBrown13-Jul-07 11:08
BuckBrown13-Jul-07 11:08 
AnswerRe: Candidate Function not Accessible Addendum Pin
Mark Salsbery13-Jul-07 16:45
Mark Salsbery13-Jul-07 16:45 
GeneralRe: Candidate Function not Accessible Addendum Pin
BuckBrown16-Jul-07 5:32
BuckBrown16-Jul-07 5:32 
QuestionCandidate Function not Accessible Pin
BuckBrown13-Jul-07 10:39
BuckBrown13-Jul-07 10:39 
Questionusing namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:17
BuckBrown13-Jul-07 8:17 
AnswerRe: using namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:19
BuckBrown13-Jul-07 8:19 
Questionstring format in visual c++ cli Pin
aefmaaradji13-Jul-07 5:54
aefmaaradji13-Jul-07 5:54 
AnswerRe: string format in visual c++ cli Pin
Bartosz Bien13-Jul-07 6:47
Bartosz Bien13-Jul-07 6:47 
QuestionThe wonderful world of MAPI Part II. Pin
originSH13-Jul-07 5:05
originSH13-Jul-07 5:05 

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.