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

Managed C++/CLI

 
GeneralRe: unmanaged C++ code in .NET Pin
carabutnicolae12347-Dec-07 5:38
carabutnicolae12347-Dec-07 5:38 
GeneralTurn sound off in .flv files. Pin
celendin7-Dec-07 1:11
celendin7-Dec-07 1:11 
QuestionWarning message while makefile compilation Pin
nsurendran4-Dec-07 19:03
nsurendran4-Dec-07 19:03 
GeneralRe: Warning message while makefile compilation Pin
pinga5-Dec-07 0:16
pinga5-Dec-07 0:16 
GeneralRe: Warning message while makefile compilation Pin
nsurendran7-Dec-07 0:27
nsurendran7-Dec-07 0:27 
GeneralReceiving a NullRefException when invoking from a thread Pin
Member 38482694-Dec-07 3:30
Member 38482694-Dec-07 3:30 
GeneralRe: Receiving a NullRefException when invoking from a thread Pin
George L. Jackson4-Dec-07 5:37
George L. Jackson4-Dec-07 5:37 
GeneralCan't write to multidimension DataSet Pin
MAW303-Dec-07 15:20
MAW303-Dec-07 15:20 
In the following example 1 I added rows to the DataSet
And I did not have any problem. However when I tried to add rows to a DataSet with more than one dimension I get the following error message at row 1 “Object reference not set to an instance of an object.”. I am unable to add the word new after equal sign. Does anyone know how to solve this problem.

Example 1
DataRow dr = dsI.EVar.NewRow();
dr["nRecordID"] = x;
dsI.EVar.Rows.Add(dr);


Example 2
DataRow dr = dsMI[x][1].EVar.NewRow();
dr["nRecordID"] = x;
dsMI[x][1].EVar.Rows.Add(dr);

Thanks in advance,
Michael
GeneralReceiving a NullRefException when invoking from a thread Pin
Member 38482693-Dec-07 14:19
Member 38482693-Dec-07 14:19 
Questionhow to search a name in a file in torbo c Pin
maryam_s30-Nov-07 17:33
maryam_s30-Nov-07 17:33 
AnswerRe: how to search a name in a file in torbo c Pin
Christian Graus30-Nov-07 17:52
protectorChristian Graus30-Nov-07 17:52 
AnswerRe: how to search a name in a file in torbo c Pin
Paul Conrad1-Dec-07 9:42
professionalPaul Conrad1-Dec-07 9:42 
Questionusing MFC Extension UI dll in .NET Pin
kushu29-Nov-07 19:40
kushu29-Nov-07 19:40 
AnswerRe: using MFC Extension UI dll in .NET Pin
led mike30-Nov-07 4:17
led mike30-Nov-07 4:17 
QuestionRe: using MFC Extension UI dll in .NET Pin
kushu5-Dec-07 18:11
kushu5-Dec-07 18:11 
QuestionConvert Binary to Hex Code? Pin
spalanivel29-Nov-07 0:55
spalanivel29-Nov-07 0:55 
AnswerRe: Convert Binary to Hex Code? Pin
Christian Graus30-Nov-07 18:40
protectorChristian Graus30-Nov-07 18:40 
Questionhow to get object name Pin
K. Sant.28-Nov-07 23:07
K. Sant.28-Nov-07 23:07 
AnswerRe: how to get object name Pin
Luc Pattyn28-Nov-07 23:51
sitebuilderLuc Pattyn28-Nov-07 23:51 
Questionhtml to .csv Pin
Tom Paronis28-Nov-07 11:32
Tom Paronis28-Nov-07 11:32 
AnswerRe: html to .csv Pin
Christian Graus28-Nov-07 15:12
protectorChristian Graus28-Nov-07 15:12 
GeneralRe: html to .csv Pin
Tom Paronis28-Nov-07 15:20
Tom Paronis28-Nov-07 15:20 
GeneralRe: html to .csv Pin
Christian Graus29-Nov-07 0:07
protectorChristian Graus29-Nov-07 0:07 
QuestionProblem with recv() function in winsock.h header file Pin
Raghavendra Pise27-Nov-07 21:13
Raghavendra Pise27-Nov-07 21:13 
AnswerRe: Problem with recv() function in winsock.h header file Pin
Christian Graus28-Nov-07 0:36
protectorChristian Graus28-Nov-07 0:36 

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.