Click here to Skip to main content
16,006,006 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Having problems with an array of objects Pin
George L. Jackson24-Jul-07 15:45
George L. Jackson24-Jul-07 15:45 
AnswerRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 8:32
Mark Salsbery24-Jul-07 8:32 
GeneralRe: Having problems with an array of objects Pin
BuckBrown24-Jul-07 9:54
BuckBrown24-Jul-07 9:54 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 10:18
Mark Salsbery24-Jul-07 10:18 
GeneralRe: Having problems with an array of objects Pin
BuckBrown24-Jul-07 11:14
BuckBrown24-Jul-07 11:14 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 11:37
Mark Salsbery24-Jul-07 11:37 
GeneralRe: Having problems with an array of objects Pin
BuckBrown24-Jul-07 12:15
BuckBrown24-Jul-07 12:15 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 12:49
Mark Salsbery24-Jul-07 12:49 
The same scoping rules apply as with unmanaged C++.

BuckBrown wrote:
Then several functions are called from within the constructor, one of those accesses these arrays. When the function is called the arrays become undefined.


How is this function accessing the arrays if it's not a member function? You must be passing
something, because just like unmanaged C++, you need to have an object to access non-static class
members.

Mark


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Having problems with an array of objects Pin
BuckBrown25-Jul-07 6:43
BuckBrown25-Jul-07 6:43 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 11:47
Mark Salsbery24-Jul-07 11:47 
QuestionTo Setfocus to a control Pin
mikobi24-Jul-07 4:24
mikobi24-Jul-07 4:24 
AnswerRe: To Setfocus to a control Pin
led mike24-Jul-07 4:36
led mike24-Jul-07 4:36 
QuestionNative code step through goes out of sync Pin
originSH24-Jul-07 1:08
originSH24-Jul-07 1:08 
AnswerRe: Native code step through goes out of sync Pin
Bartosz Bien27-Jul-07 11:13
Bartosz Bien27-Jul-07 11:13 
Questionms office automation from NT service in 64 bit OS Pin
indra2023-Jul-07 20:39
indra2023-Jul-07 20:39 
AnswerRe: ms office automation from NT service in 64 bit OS Pin
Christian Graus23-Jul-07 20:46
protectorChristian Graus23-Jul-07 20:46 
GeneralRe: ms office automation from NT service in 64 bit OS Pin
indra2023-Jul-07 21:01
indra2023-Jul-07 21:01 
GeneralRe: ms office automation from NT service in 64 bit OS Pin
Christian Graus23-Jul-07 23:38
protectorChristian Graus23-Jul-07 23:38 
QuestionEliminate the Save As Dialog Box Pin
flias200123-Jul-07 8:56
flias200123-Jul-07 8:56 
AnswerRe: Eliminate the Save As Dialog Box Pin
Christian Graus23-Jul-07 19:29
protectorChristian Graus23-Jul-07 19:29 
Questiondifference between these directives Pin
andersod223-Jul-07 8:51
andersod223-Jul-07 8:51 
AnswerRe: difference between these directives Pin
Mark Salsbery23-Jul-07 10:09
Mark Salsbery23-Jul-07 10:09 
QuestionMixed C++ won't invoke JIT Pin
anthonym723-Jul-07 8:45
anthonym723-Jul-07 8:45 
QuestionNeed for Virtual Function? Pin
Arun Chakaravarthy22-Jul-07 20:37
Arun Chakaravarthy22-Jul-07 20:37 
AnswerRe: Need for Virtual Function? Pin
Mark Salsbery23-Jul-07 6:22
Mark Salsbery23-Jul-07 6:22 

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.