Guest Swann Posted September 15, 2010 Share Posted September 15, 2010 (edited) Hi, I'm coming from C# and just started to play with C++ (CLI version so it's also managed). It's possible to call and use managed dll (both C# and CLI/C++) in native C++ but how it goes with Houdini HDK ? can I write only skeleton of operator in native C++ in HDK and call those managed dll's for the rest of operations ? thanks in advance EDIT: I also posted this on SideFX Forum My link Edited September 15, 2010 by SWANN Quote Link to comment Share on other sites More sharing options...
edward Posted September 16, 2010 Share Posted September 16, 2010 Offhand, I don't see why not as long as Houdini can find the necessary entry points in your compiled dll and your dll can in turn load the .Net runtime. Note that you're limited to Visual Studio 2005 though. Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted September 16, 2010 Share Posted September 16, 2010 Offhand, I don't see why not... Yeeeeah , that's what I hoped to hear, this is sweeeet. Thanks Edward. So, does anyone actually tryed this ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.