What happened to Dynamic Interfaces?

  • Thread starter Thread starter Joh Smith
  • Start date Start date
When I add <Dynamic> to an interface definition, I get an error that it (Type
Dynamic) is not defined. I am using 2008, beta 2. Perhaps it is available
and I don't know the namespace.
 
When I add said:
it (Type Dynamic) is not defined. I am using 2008, beta 2. Perhaps
it is available and I don't know the namespace.

I recently asked this question of Paul vick over at http://www.panopticoncentral.net/
and was told ... "We ended up not implementing Dynamic Interfaces for VB9
due to time constraints…"
 
Does this mean it will be supported in VB 10?
I suspect there is something other in question, it has to do with the
direction where they want to take VB I suspect
 
Does this mean it will be supported in VB 10?
I suspect there is something other in question, it has to do with the
direction where they want to take VB I suspect

An interesting point... I originally asked because I was worried that Dynamic
Interfaces seemed to be an "Option strict off" feature which seemed to function
when "Option Strict" was on.

I would love this feature but would like it to be provably type safe at compile
time.

Now that we're getting anonymous types this would seem like a logical next
step.
 
Back
Top