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

Managed C++/CLI

 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5152-Jul-07 5:25
iddqd5152-Jul-07 5:25 
GeneralRe: Interior Pointer vs Handle Pin
George L. Jackson2-Jul-07 14:23
George L. Jackson2-Jul-07 14:23 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5153-Jul-07 3:30
iddqd5153-Jul-07 3:30 
GeneralRe: Interior Pointer vs Handle Pin
Geo Pa3-Jul-07 8:02
Geo Pa3-Jul-07 8:02 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5153-Jul-07 8:35
iddqd5153-Jul-07 8:35 
QuestionDataSet Array Pin
MAW301-Jul-07 22:36
MAW301-Jul-07 22:36 
AnswerRe: DataSet Array Pin
George L. Jackson2-Jul-07 14:32
George L. Jackson2-Jul-07 14:32 
GeneralRe: DataSet Array Pin
MAW302-Jul-07 17:23
MAW302-Jul-07 17:23 
I still get the following error.

Error 6 error C2767: managed array dimension mismatch :
expected 1 argument(s) - 2 provided

After I change this to the following and it worked.

after adding ", 2" to the otherside it worked

But when I add the second dimension as follows it compiles.

static DataSetPI40::PIVar40DataTable^ PIVar40 =
gcnew DataSet_PI40::PIVar40DataTable();

but, when I refer to the Dataset I get the following error.

dsPI40[1][5]->PIVar40[nRecNumID]->ColumnName

Error 8 error C3262: invalid array indexing: 1 dimension(s) specified for 2-dimensional 'cli::array<Type,dimension> ^'

Michael



GeneralRe: DataSet Array Pin
George L. Jackson2-Jul-07 23:57
George L. Jackson2-Jul-07 23:57 
GeneralRe: DataSet Array Pin
MAW303-Jul-07 11:46
MAW303-Jul-07 11:46 
GeneralRe: DataSet Array Pin
George L. Jackson5-Jul-07 8:18
George L. Jackson5-Jul-07 8:18 
GeneralRe: DataSet Array Pin
MAW305-Jul-07 11:44
MAW305-Jul-07 11:44 
QuestionHow to get the seconds/milliseconds in DateTime? Pin
C#Coudou1-Jul-07 16:26
C#Coudou1-Jul-07 16:26 
AnswerRe: How to get the seconds/milliseconds in DateTime? Pin
Luc Pattyn2-Jul-07 5:28
sitebuilderLuc Pattyn2-Jul-07 5:28 
GeneralRe: How to get the seconds/milliseconds in DateTime? Pin
led mike2-Jul-07 5:39
led mike2-Jul-07 5:39 
GeneralRe: How to get the seconds/milliseconds in DateTime? Pin
Luc Pattyn2-Jul-07 6:05
sitebuilderLuc Pattyn2-Jul-07 6:05 
GeneralRe: How to get the seconds/milliseconds in DateTime? Pin
C#Coudou2-Jul-07 19:50
C#Coudou2-Jul-07 19:50 
Questionnetwork speed detection Pin
C#Coudou1-Jul-07 15:40
C#Coudou1-Jul-07 15:40 
AnswerRe: network speed detection Pin
Perspx2-Jul-07 11:24
Perspx2-Jul-07 11:24 
Questionhow to retrieve sub directorires under a specified directory Pin
cy163@hotmail.com29-Jun-07 23:24
cy163@hotmail.com29-Jun-07 23:24 
AnswerRe: how to retrieve sub directorires under a specified directory Pin
Luc Pattyn29-Jun-07 23:40
sitebuilderLuc Pattyn29-Jun-07 23:40 
QuestionString Format how it works. Pin
earlgraham29-Jun-07 6:04
earlgraham29-Jun-07 6:04 
AnswerRe: String Format how it works. Pin
Christian Graus29-Jun-07 9:14
protectorChristian Graus29-Jun-07 9:14 
QuestionTo add a class to the project Pin
mikobi29-Jun-07 4:49
mikobi29-Jun-07 4:49 
AnswerRe: To add a class to the project Pin
Sivakumar R29-Jun-07 5:08
Sivakumar R29-Jun-07 5:08 

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.