[vtkusers] urgent
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Wed Oct 16 09:52:22 EDT 2002
>>>>> "D" == dharmendra <dharmendra at strandgenomics.com> writes:
D> unresolved external symbol "__declspec(dllimport) class
D> vtkObjectBase * __cdecl vtkPythonGetPointerFromObject(struct
D> _object *,char const *)"
D> (__imp_?vtkPythonGetPointerFromObject@@YAPAVvtkObjectBase@@PAU_object@@PBD at Z)
Maybe you are not linking with the right libraries when you build the
code?
I have no idea if this will work or makes any sense but FWIW try
replacing the
DL_EXPORT(void) initsimple()
with just
void initsimple()
cheers,
prabhu
More information about the vtkusers
mailing list