C++/CLI: handle to ref class member of native class

  • Thread starter Slawomir Lisznianski
  • Start date
S

Slawomir Lisznianski

The C++/CLI Language Specification Working Draft 1.5, Jun, 2004 doesn't
mention this scenario: can a handle to a ref class type be a member of a
native class?

Thanks,

Slawomir Lisznianski [ www.rhapsodia.org ]
 
B

Brandon Bray [MSFT]

Slawomir said:
The C++/CLI Language Specification Working Draft 1.5, Jun, 2004 doesn't
mention this scenario: can a handle to a ref class type be a member of a
native class?

This has not been addressed in any of the released previews of the language
specification. However, there is a design here. It is called Mixed Types,
and you will note that there is a chapter reserved for the topic.

Specification aside, this is not going to be supported in the Visual C++
2005 release. We had a lot to do, and we wanted to provide high quality
features. Unfortunately, that meant we had to make difficult cuts such as
this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top