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

Managed C++/CLI

 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
Member 969-May-03 8:22
Member 969-May-03 8:22 
GeneralRe: Possible bug in .net when calling managed c++ .dll? Pin
George L. Jackson9-May-03 9:02
George L. Jackson9-May-03 9:02 
GeneralEquivalent of atoi( ) function Pin
super9-May-03 1:55
professionalsuper9-May-03 1:55 
GeneralRe: Equivalent of atoi( ) function Pin
Paul Ingles9-May-03 3:09
Paul Ingles9-May-03 3:09 
GeneralMC++ indexed properties and C# Pin
Paul Selormey6-May-03 15:12
Paul Selormey6-May-03 15:12 
GeneralRe: MC++ indexed properties and C# Pin
Nish Nishant6-May-03 15:35
sitebuilderNish Nishant6-May-03 15:35 
GeneralRe: MC++ indexed properties and C# Pin
Paul Selormey7-May-03 4:05
Paul Selormey7-May-03 4:05 
GeneralRe: MC++ indexed properties and C# Pin
VizOne7-May-03 5:57
VizOne7-May-03 5:57 
Paul Selormey wrote:
Andre claims it is a bug

Well, I did not say it is a bug. All I said was that

a) As DefaultMember makes the property in question the indexer for C# (e.g. public string this[int index]{get; set;} ), there can be only one indexed property in C#

b) The way the indexer is accessed (instance[5] instead of what on expect for a indexed property instance.MyProp[5]) makes the class look array-like.

So, after all, it is not a missing feature in MC++ (which supports indexed properties), but more of a missing feature in the C# specifications.

(BTW. it is System.Reflection.DefaultMemberAttribute)

Best regards,

Andre

P.S.: damn, i hate it when I have to rewrite the whole post just because I forgot to log in Smile | :)
General/EHsc option causes LNK2001 error while creating a MC++ 2003 Class Library Pin
George L. Jackson6-May-03 11:18
George L. Jackson6-May-03 11:18 
GeneralRe: /EHsc option causes LNK2001 error while creating a MC++ 2003 Class Library Pin
leppie7-May-03 7:29
leppie7-May-03 7:29 
GeneralUpgrade to Visual Studio .Net 2003 Pin
Robert Greene6-May-03 8:10
Robert Greene6-May-03 8:10 
GeneralRe: Upgrade to Visual Studio .Net 2003 Pin
George L. Jackson6-May-03 11:51
George L. Jackson6-May-03 11:51 
GeneralRe: Upgrade to Visual Studio .Net 2003 Pin
Paul Selormey6-May-03 15:07
Paul Selormey6-May-03 15:07 
GeneralRe: Upgrade to Visual Studio .Net 2003 Pin
Albert Ho [msft]6-May-03 23:20
Albert Ho [msft]6-May-03 23:20 
GeneralStarting an .exe from an MC++ app Pin
ChrisA30-Apr-03 18:58
ChrisA30-Apr-03 18:58 
GeneralRe: Starting an .exe from an MC++ app Pin
jhaga1-May-03 6:13
professionaljhaga1-May-03 6:13 
GeneralRe: Starting an .exe from an MC++ app Pin
ChrisA1-May-03 10:55
ChrisA1-May-03 10:55 
GeneralRe: Starting an .exe from an MC++ app Pin
jhaga1-May-03 11:03
professionaljhaga1-May-03 11:03 
GeneralRe: Starting an .exe from an MC++ app Pin
ManagedCode5-May-03 18:07
ManagedCode5-May-03 18:07 
GeneralRe: Starting an .exe from an MC++ app Pin
ManagedCode5-May-03 18:11
ManagedCode5-May-03 18:11 
GeneralBeginner C++, text (array) sorting Pin
Sheshi29-Apr-03 23:29
Sheshi29-Apr-03 23:29 
GeneralRe: Beginner C++, text (array) sorting Pin
jhaga30-Apr-03 4:40
professionaljhaga30-Apr-03 4:40 
GeneralSimple question Pin
V.P.29-Apr-03 0:59
V.P.29-Apr-03 0:59 
GeneralRe: Simple question Pin
leppie29-Apr-03 7:53
leppie29-Apr-03 7:53 
GeneralRe: Simple question Pin
John R. Shaw29-Apr-03 18:28
John R. Shaw29-Apr-03 18:28 

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.