I suspect your environment is messed up with mutliple Qt versions showing up. Use Dependency Walker (http://www.dependencywalker.com/) to make sure the dlls loaded are indeed the dlls you expect for Qt and other external dependencies.
On Wed, Apr 19, 2017 at 3:45 PM, Claire Guilbaud <[email protected]> wrote: > Hi all, > > I'm struggling to launch paraview build on the last version of visual studio > (15.1 26407.3). > I follow this documentation > http://www.paraview.org/Wiki/ParaView:Build_And_Install. > > I use Qt 5, and just enable paraview python (miniconda2). > > I tried first to build with the last Qt 5 version (5.8.0), it failed due to > const expr error in qt (it's a known issue). So I switch to Qt 5.6.2. > > I follow the instructions from the documentation: set path variable, modify > environment variable in the configuration properties for paraview project. > The Debug generation failed: qt and paraview don't have the same debugging > level … > > The RefWithDebInfo generation succeeds. But I'm not able to launch paraview > (from visual studio - start without debugging or from file explorer). > There are missing symbols in paraview.exe : > ?toLatin1@QString@@QEGBA?AVQByteArray@@XZ (same with toLower, toUtf8). > > Does anyone have an idea on how to fix it ? > > For information: > - I don't use the cmake capabilities of visual studio: I use cmake-gui, > configure, and generate.Then I open the paraview solution. > - I try with Qt4 version, it failed. I reinstall Qt several times. > - All my environment is in french > > > Thanks for help. > > Claire > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
