[Paraview] .idb and .lib vs .dll?

2010-07-06 Thread Fred Fred
Hello, I have built PV with VS2008 and shared libs. When I compile my plugins, it creates for each one a .idb and a .lib file, while it seems that only .dll are expected as plugins. Should I ask CMake to create a .dll instead and how?

Re: [Paraview] .idb and .lib vs .dll?

2010-07-06 Thread Utkarsh Ayachit
Are you sure you built your ParaView with BUILD_SHARED_LIBS ON? Utkarsh On Tue, Jul 6, 2010 at 7:07 AM, Fred Fred stan1...@hotmail.fr wrote: Hello, I have built PV with VS2008 and shared libs. When I compile my plugins, it creates for each one a .idb and a .lib file, while it seems that only