Hi all,
I am trying to build extension modules in Visual Studio.NET 2003.
I get the following link errors in debug mode, but there are no errors in release mode.
_viscoelastic error LNK2019: unresolved external symbol __imp__Py_FindMethod@12 referenced in function _veModelGlobalRayleigh_getattr@8
_viscoelastic error LNK2019: unresolved external symbol __imp__Py_InitModule4@20 referenced in function _init_viscoelastic@0
_viscoelastic error LNK2019: unresolved external symbol __imp__PyCObject_AsVoidPtr@4 referenced in function _init_viscoelastic@0
_viscoelastic error LNK2019: unresolved external symbol __imp__PyDict_GetItemString@8 referenced in function _init_viscoelastic@0
_viscoelastic error LNK2019: unresolved external symbol __imp__PyErr_SetString@8 referenced in function _new_veModelGlobalRayleigh_object@12
_viscoelastic error LNK2019: unresolved external symbol __imp__PyImport_ImportModule@4 referenced in function _init_viscoelastic@0
_viscoelastic error LNK2019: unresolved external symbol __imp__PyModule_GetDict@4 referenced in function _init_viscoelastic@0
_viscoelastic error LNK2019: unresolved external symbol __imp__PyObject_Init@8 referenced in function _new_veModelGlobalRayleigh_object@12
_viscoelastic error LNK2019: unresolved external symbol __imp__PyObject_Malloc@4 referenced in function _new_veModelGlobalRayleigh_object@12
_viscoelastic fatal error LNK1120: 9 unresolved externals
Thanks for any help