Closed GoogleCodeExporter closed 9 years ago
Quick Addon:
Manually trying to load blurPython26.dlx causes a DLL Load Error:
DLL failed to initialize.
Error code: 127 - The specified procedure could not be found
That usually means it misses some other DLL or alike if i am not mistaken. I
tried installing all of the vcredists we have available here to no avail.
Comparing the 2011 and the 2008 plugin directories i was wondering if the 2008
folder eventually misses plugins? In addition to the blurPython26.dlx the 2011
plugin folder also contains BlurDLX.dlx, blurRegex.dlx pointcache_blur.dlm and
TransformCache.dlc.
Any hints would be greatly appreciated.
Thorsten
Original comment by instinctvfx@gmail.com
on 21 Feb 2012 at 9:07
Also for the record i did set the plugin path to be absolute already as
indicated here:
http://code.google.com/p/blur-dev/issues/detail?id=41
The issue really is that the dlx can not be loaded.
Original comment by instinctvfx@gmail.com
on 21 Feb 2012 at 9:08
Taking a look at sources and configurations of the solutions i was wondering if
the problem might be that 2008 simply is not actively maintained anymore?
Original comment by instinctvfx@gmail.com
on 21 Feb 2012 at 9:34
So it seems i cannot get the code to compile in VS2005. I tried both modifying
the 2009 platform in the SP1 vcproject and the Max9-10 configuration in the
2005 vcproject. The main issue seems to be the following error. Maybe some
backwardscompatibility issue?
.\python_struct.cpp(212) : error C2664: 'PyString_AsStringAndSize' : cannot
convert parameter 3 from 'int *' to 'Py_ssize_t *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast,
C-style cast or function-style cast
Original comment by instinctvfx@gmail.com
on 21 Feb 2012 at 9:42
Original comment by hen...@gmail.com
on 4 Dec 2013 at 7:40
Original issue reported on code.google.com by
instinctvfx@gmail.com
on 17 Feb 2012 at 5:21