[Paraview] Loading Packages under windows

Berk Geveci berk.geveci at gmail.com
Tue Apr 5 09:54:11 EDT 2005


Very confusing. As far as I know, there is no code in paraview that
will unload a module/library. The library is loaded at:

int vtkPVXMLPackageParser::LoadPackageLibrary(vtkPVXMLElement* le)

Can you track with the debugger what happens after that?

On Apr 5, 2005 6:58 AM, John Biddiscombe <biddisco at cscs.ch> wrote:
>  I'm testing vtkLEA and when I load it under windows (linux it loads ok), I
> can see in the debugger output that the dll is loaded and then unloaded
>  
>  'paraview.exe': Loaded 'C:\Documents and Settings\biddisco\My
> Documents\cmakebuild\cscsp\bin\debug\vtkLEACS.dll', Symbols
> loaded.
>  'paraview.exe': Unloaded 'C:\Documents and Settings\biddisco\My
> Documents\cmakebuild\cscsp\bin\debug\vtkLEACS.dll'
>  
>  This happens on startup or if I manually tell it to load the packages.
>  
>  Can anyone give me clues on either
>  a) Where to look in Paraview source to see for what reason the dll is being
> unloaded
>  b) tell me what the most likely problem is
>  
>  I can see using dependency checker that the vtkLEACS and vtkLEA dll's are
> fine with no missing imports etc and all required stuff is on path. No error
> messages are being output as far as I can tell.
>  
>  cheers
>  
>  JB
>  
>  -- 
> John Biddiscombe, email:biddisco @ cscs.ch
> http://www.cscs.ch/about/BJohn.php
> CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07
> Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
>  
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
> 
> 
>


More information about the ParaView mailing list