I’m wanting to test outNUTILS for maya 2011 x64, but something in nallocation.cpp/.h and narray.cpp/.h is forcing it to only build for 32 bit systems. While it will compile, it fires off a ton of “converting ‘size_t’ to ‘long’” warnings from nallocation and narray, and the resulting mll file crashes maya whenever I try to load it. Could someone please figure out how to get it working on 64-bit platforms?
You might try contacting the project admins.
I’m also running into problems when I try to reach him via sourceforge or anywhere else…
I possibly have just fixed it myself…I doubled some values in narray.h and that got the plugin to load. Now to see if it works…