hyperforce Posted August 27, 2012 Share Posted August 27, 2012 I asked a friend to create a SOP for me using the HDK and C++ and he gave me a .dll file which I can run by installing it into the houdini/dso folder in my documents. Now I would like to embed the .dll file into a digital asset so I can use the SOP without having to install the .dll. Does anyone know if and how I can access this SOP when its embedded into a digital asset? Quote Link to comment Share on other sites More sharing options...
graham Posted August 27, 2012 Share Posted August 27, 2012 That isn't possible. You'll always have to have the dll/dso installed in order to access your custom operator. You can easily save an instance of your custom operator in your digital asset, but you will need to have the compiled library installed somewhere in your HOUDINI_PATH to be able to access it. 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.