Custom applications don't work

Hi,

I have been trying to build the custom apps from the examples (Demo0, SimpleParaView) with no success.

My build procedure is as follows. x64 Native Tools Command Prompt for VS 2019:

  1. cmake -S path_to_example_source -B path_to_build_dir -DParaView_DIR=path_to_paraview_build
  2. cmake --build path_to_build_dir --config Release

This all runs fine but when I run .exe, several files like pqComponents-pv5.10.dll, pqApplicatonComponents-pv5.10.dll, or pqCore-p5.10.dll are not found.

Can somebody point out what I am doing wrong?

Kind regards,
Davis

You need to add paraview bin directory to your PATH env var.