GithubHelp home page GithubHelp logo

Comments (5)

dearman avatar dearman commented on August 18, 2024

I would need to know more information about which DLL is missing. You need to use the Microsoft depends utility to explore where the problem is in the dependency chain. The most likely cause, is that your build environment does not match mine exactly. Not all the redistributes are bundled with the Activiz DLL, as this can cause a lot of issues in upstream project use. This project is really not designed for a binary distribution, but a number of people have been able to successfully use it. Please see my notes on the build environment I used. Specific issues that have come up before are, Version of VS used, Debug vs Release, x86 vs x64, Intel C++ redist and etc.

from activizdotnet.

dearman avatar dearman commented on August 18, 2024

I uploaded the whole build tree which I am using. This should include all deps except the VS2013 runtime which you will need. x86, Debug build.
https://helium.cascadeacoustic.com/downloads/VTK.7z

from activizdotnet.

mibo32 avatar mibo32 commented on August 18, 2024

Hi,
i get the same exception even with your build. Kitware.VTK.vtkRenderingOpenGL2.Unmanaged.dll not found.
I just create a new win forms application and used the render window control and tried to render a sphere.

from activizdotnet.

dearman avatar dearman commented on August 18, 2024

You realize you are not telling me any helpful information here. That is not actually the error message, unless you have forgotten to copy the entire dependency tree into the build output directory. (Ie. merge VTK/bin directory from my download, with the build output of your project, before debugging. In which case, its not really an issue for this project.) You need use Dependency Walker, and determine which referenced DLL is actually missing, failing to load, upstream of where the Exception is being generated.

from activizdotnet.

dearman avatar dearman commented on August 18, 2024

The other option, if you don't want to deal with manually copying all the dependencies into the build out, is to add the VTK/bin directory to the Path Environment variable.

Or as in the screen shots below, you can change the project working directory to VTK/bin

ss1
ss2

from activizdotnet.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.