hi developers,
just curious here, is it possible to develop mmf extentions in c# with VS2008 ?
thanks.
Printable View
hi developers,
just curious here, is it possible to develop mmf extentions in c# with VS2008 ?
thanks.
No, at least there's no SDK for it; but you can use C# code using the .net object.
There also is a forum for examples.
thanks,
too bad its only limited to c
Well, C++. You can actually use .NET in the SDK, but with C++ syntax, of course. Greyhill (author of the .net object) did that in his Advanced Pathfinding object, so if you want to know how it works just ask him!
thanks!!
just browsing thru the forum, the dotnet extention does not seem to have much activity.
You don't need that to use C++/.NET to develop an extension.
i guess i'm confused....
Okay.
You can only code extensions in C++ - But you can also use the .NET framework in it. Still, it's just C++ with .NET, NOT C#.
If you insist on using C#, you can use the .NET Script Object, which is an extension of its own. It can run C# and VB .NET code.
It's like the Lua Object, but actually compiles the code.
ah thanks so much Looki, now i get it.
dont have any specific crush on C#.
C++ will do.
have a nice day.
No problem! :)
As I said, if you have problems, just contact Greyhill.
Thanks, you too.