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

Managed C++/CLI

 
QuestionMore Than One Operator "+" Matches These Operands Pin
Paramu197313-Apr-18 5:26
Paramu197313-Apr-18 5:26 
QuestionRe: More Than One Operator "+" Matches These Operands Pin
Richard MacCutchan13-Apr-18 5:51
mveRichard MacCutchan13-Apr-18 5:51 
AnswerRe: More Than One Operator "+" Matches These Operands Pin
Paramu197313-Apr-18 6:05
Paramu197313-Apr-18 6:05 
GeneralRe: More Than One Operator "+" Matches These Operands Pin
Richard MacCutchan13-Apr-18 6:40
mveRichard MacCutchan13-Apr-18 6:40 
GeneralRe: More Than One Operator "+" Matches These Operands Pin
Paramu197313-Apr-18 14:18
Paramu197313-Apr-18 14:18 
QuestionHow to access the ref class declared DataTable ? Pin
Paramu197311-Apr-18 21:10
Paramu197311-Apr-18 21:10 
SuggestionRe: How to access the ref class declared DataTable ? Pin
Richard MacCutchan11-Apr-18 22:53
mveRichard MacCutchan11-Apr-18 22:53 
GeneralRe: How to access the ref class declared DataTable ? Pin
Paramu197312-Apr-18 1:42
Paramu197312-Apr-18 1:42 
Thank Richard,

I checked by Without static declaration, but still the error raised.

I assume that, we have to supply the datatype to that for loop variable [W1].[May be Not sure]
String^ ICode=String::Empty;
for(int W1=0; W1<=UnitRateTbl->Rows->Count-1; W1++){
   ICode=UnitRateTbl->Rows[<int^>W1]["itm_code"]->ToString(); ??????????????
}
Thanks Again
GeneralRe: How to access the ref class declared DataTable ? Pin
Richard MacCutchan12-Apr-18 2:26
mveRichard MacCutchan12-Apr-18 2:26 
GeneralRe: How to access the ref class declared DataTable ? Pin
Paramu197312-Apr-18 7:50
Paramu197312-Apr-18 7:50 
QuestionString class using dynamic memory allocation Pin
Member 137677597-Apr-18 12:12
Member 137677597-Apr-18 12:12 
QuestionRe: String class using dynamic memory allocation Pin
Richard MacCutchan7-Apr-18 21:04
mveRichard MacCutchan7-Apr-18 21:04 
AnswerRe: String class using dynamic memory allocation Pin
Gerry Schmitz8-Apr-18 7:11
mveGerry Schmitz8-Apr-18 7:11 
QuestionConvert From C# VS2010 - get_Item & set_Value in C++/CLI Pin
Paramu19731-Apr-18 18:14
Paramu19731-Apr-18 18:14 
QuestionHow to programmatically add columns to wpf datagrid with MVVM? Pin
Member 135455647-Feb-18 22:09
Member 135455647-Feb-18 22:09 
SuggestionRe: How to programmatically add columns to wpf datagrid with MVVM? Pin
Maciej Los7-Feb-18 22:29
mveMaciej Los7-Feb-18 22:29 
QuestionDetecting option '-Gr' in MSVC Pin
Gisle Vanem26-Jan-18 12:53
Gisle Vanem26-Jan-18 12:53 
AnswerRe: Detecting option '-Gr' in MSVC Pin
Randor 11-Feb-18 16:50
professional Randor 11-Feb-18 16:50 
GeneralRe: Detecting option '-Gr' in MSVC Pin
Gisle Vanem11-Feb-18 21:46
Gisle Vanem11-Feb-18 21:46 
GeneralRe: Detecting option '-Gr' in MSVC Pin
Randor 12-Feb-18 11:19
professional Randor 12-Feb-18 11:19 
QuestionIMPLEMENTING AND EXERCISING A FRACTION CLASS Pin
Member 1362061912-Jan-18 12:42
Member 1362061912-Jan-18 12:42 
AnswerRe: IMPLEMENTING AND EXERCISING A FRACTION CLASS Pin
Richard MacCutchan12-Jan-18 22:18
mveRichard MacCutchan12-Jan-18 22:18 
QuestionReal-Time push server in C++ may i use it as unmanaged dlls so i can work on it using C# ? Pin
Ali Al-Masry4-Jan-18 2:02
Ali Al-Masry4-Jan-18 2:02 
AnswerRe: Real-Time push server in C++ may i use it as unmanaged dlls so i can work on it using C# ? Pin
John Schroedl5-Jan-18 14:27
professionalJohn Schroedl5-Jan-18 14:27 
QuestionC++/CLI and .Net Entity Framework Pin
SheepSpeech4-Dec-17 0:20
SheepSpeech4-Dec-17 0:20 

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.