What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

"dynamic" keyword

AngC

New Member
Joined
Mar 19, 2011
Messages
85
Reaction score
1
One question: Does Honorbuddy support MS VS 2010 C# "dynamic" keyword in plugins?

dynamic (C# Reference)

It's used for simplified object references / OLE.

Any plans to?
 
Subject of question:

Plugin from [...]\Plugins\[...] could not be compiled! Compiler errors:
File: Routines.cs Line: 602 Error: The type or namespace name 'dynamic' could not be found (are you missing a using directive or an assembly reference?)
 
I found this:
Make sure you are using .Net 4.0 version as dynamic is new type introduced in 4.0 version...

Any plans going to .Net 4.0 ?
 
Back
Top