Hi, I found - I was lucky ! - something interesting for loading a plugin without environment variables and ParaView build.
I made a sub-directory named Plugins in the folder that contains the paraview executable. I put in this subdir the dynamic lib involved in the plugin. My surprise was that my plugin loads twice - because I set the PV_PLUGIN_PATH env. variable - ! 'Hope that helps. Jerome 2009/1/20 Natalie Happenhofer <[email protected]>: > Hi! > I´d like to add a new writer to Paraview. I´ve already tried it as a plugin, > and this works fine, but I would prefer not loading the plugin everytime I > need it. > I followed the instructions on the wiki called "Build code as part from > paraview". Technically, everything is found, but building paraview I get > many errors of the kind "undefined reference". > The problem is, that I also build shared libraries to get my Writer to work, > and it seems they are built too late for the code to be linked. But where > should I put the libraries to be build? > > thx, > Natalie > > ________________________________ > ¡Y compártelas en Windows Live Fotos! Estas fiestas diviértete tomando > fotos. > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
