NDK and Visual Studio 2008
Posted in: NUKE from The FoundryI’ve got another library that wants 2008 and nuke wants 2005 and am trying to determine which is going to cause the most problems. 😀
If I try to compile in VS 2008 even with the Secure_SCL 0 bit I get a ton of linker errors. Mostly related to DDIimage.
Error 27 error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall DD::Image::Iop::Info::black_outside(bool)" (__imp_?black_outside@Info@Iop@Image@DD@@QAEX_N@Z) referenced in function "public: virtual void __thiscall Add::_validate(bool)" (?_validate@Add@@UAEX_N@Z) Add.obj ExamplePlugin |
Post a Comment