Re: [Paraview] Problem compiling plugin for using with ParaView 64

2010-03-26 Thread Michael Jackson
YES. You need to use the proper command prompt from the start menu when compiling Qt to make sure you get the correct type of build (32 vs 64 bit). AFTER you have then built Qt correctly, then launch CMake-GUI and configure ParaView to build using a clean build directory. MAKE SURE YOU se

Re: [Paraview] Problem compiling plugin for using with ParaView 64

2010-03-26 Thread Rafael Castaneda
No, I actually didn't do anything different when compiling the 32 and 64 versions of ParaView. Just checked "BUILD SHARED LIBS", that's all. There are some flags in CMAKE which I'm not certain what value should I set. For instance there is a flag CMAKE_CXX_FLAGS which is set to /DWIN32. Shouldn't

Re: [Paraview] Problem compiling plugin for using with ParaView 64

2010-03-26 Thread Sven Buijssen
Hi Rafael, Did you set VTK_USE_64BIT_IDS to OFF? If not that might very well explain your problem on 64 bit. See also http://markmail.org/message/xgjbz5rlwsedkpgo Sven Rafael Castaneda wrote, On 26.03.2010 14:40: > Hey all, > > I have programmed a plugin, and I want to get it to work with Para

[Paraview] Problem compiling plugin for using with ParaView 64

2010-03-26 Thread Rafael Castaneda
Hey all, I have programmed a plugin, and I want to get it to work with ParaView 3.6.2 32 and/or 64 release, distributed in the website www.paraview.org. I compiled ParaView 3.6.2 with Qt 4.3.5 Opensource in release mode, then pointed the plugin to this version with Cmake, compiled in release mod