lanortha
lanortha
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Houdini 11 and Visual Studio 2005 2011年1月17日22:38
I was able to get things working. I wanted a 32bit DLL, so I downloaded the 32bit version of Houdini.
Thanks for your quick responses.
Thanks for your quick responses.
Houdini 11 and Visual Studio 2005 2011年1月16日23:44
Hi,
I know many posters have asked questions about compiling HDK plugins in Visual Studio. I've followed the directions, and am still having issues when linking.
The errors I receive are:
Error 153 error LNK2019: unresolved external symbol “__declspec(dllimport) public: __thiscall theTmpDirLockStaticInit::theTmpDirLockStaticInit(void)” (__imp_??0theTmpDirLockStaticInit@@QAE@XZ) referenced in function “void __cdecl `dynamic initializer for ‘theTmpDirLockInitializer’'(void)” (??__EtheTmpDirLockInitializer@@YAXXZ) HFXDLL.obj
Error 154 error LNK2019: unresolved external symbol “__declspec(dllimport) public: __thiscall theTmpDirLockStaticInit::~theTmpDirLockStaticInit(void)” (__imp_??1theTmpDirLockStaticInit@@QAE@XZ) referenced in function “void __cdecl `dynamic atexit destructor for ‘theTmpDirLockInitializer’'(void)” (??__FtheTmpDirLockInitializer@@YAXXZ) HFXDLL.obj
I have attached the code which I am trying to compile (it is essentially empty).
Any suggestions? Do I need to download the 32bit HDK in order to compile a 32bit DLL?
Thanks,
Lesley.
I know many posters have asked questions about compiling HDK plugins in Visual Studio. I've followed the directions, and am still having issues when linking.
The errors I receive are:
Error 153 error LNK2019: unresolved external symbol “__declspec(dllimport) public: __thiscall theTmpDirLockStaticInit::theTmpDirLockStaticInit(void)” (__imp_??0theTmpDirLockStaticInit@@QAE@XZ) referenced in function “void __cdecl `dynamic initializer for ‘theTmpDirLockInitializer’'(void)” (??__EtheTmpDirLockInitializer@@YAXXZ) HFXDLL.obj
Error 154 error LNK2019: unresolved external symbol “__declspec(dllimport) public: __thiscall theTmpDirLockStaticInit::~theTmpDirLockStaticInit(void)” (__imp_??1theTmpDirLockStaticInit@@QAE@XZ) referenced in function “void __cdecl `dynamic atexit destructor for ‘theTmpDirLockInitializer’'(void)” (??__FtheTmpDirLockInitializer@@YAXXZ) HFXDLL.obj
I have attached the code which I am trying to compile (it is essentially empty).
Any suggestions? Do I need to download the 32bit HDK in order to compile a 32bit DLL?
Thanks,
Lesley.
Accessing camera position from HDK 2011年1月12日1:44
If I have a scene with a camera named “camera1”, and I want to access the position and rotation of “camera1” using the HDK (i.e., in a plugin) what function would I use?
Any suggestions/help would be great. Thanks!
Any suggestions/help would be great. Thanks!