a very basic question
Posted: Tue Jun 02, 2009 6:48 pm
Hi,
This is probably a really basic question, but I am putting in the forum anyways. I downloaded Rigidbody sample application that uses NPRRigidBody.dll. I am using Visual Studio 2005 and was just trying to run this sample code. Upon running the code, it throws exception "Unable to load DLL 'C:\Program Files\NaturalPoint\RigidBody\API\NPRigidBody.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
Things that I tried to do are:
1) try to add the dll as a reference which I could not. It said that please make sure that the file is accessible and a valid COM component.
2) So, I tried to create an interop dll from the original NPRigidBody.dll but that gave me an error too.
3) I tried to register the dll using regsvr32 command but that failed too.
4) In .NET reflector, trying to load NPRigidBody.dll says that CLI header is missing if that helps anyone to point me in the right direction.
Your help is much appreciated. I might be missing some basic point here, but all I am trying to do is to use NPRigidBody.dll. And the easiest way to see that seems to just run rigid body sample application provided on the web site.
Thanks.
This is probably a really basic question, but I am putting in the forum anyways. I downloaded Rigidbody sample application that uses NPRRigidBody.dll. I am using Visual Studio 2005 and was just trying to run this sample code. Upon running the code, it throws exception "Unable to load DLL 'C:\Program Files\NaturalPoint\RigidBody\API\NPRigidBody.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
Things that I tried to do are:
1) try to add the dll as a reference which I could not. It said that please make sure that the file is accessible and a valid COM component.
2) So, I tried to create an interop dll from the original NPRigidBody.dll but that gave me an error too.
3) I tried to register the dll using regsvr32 command but that failed too.
4) In .NET reflector, trying to load NPRigidBody.dll says that CLI header is missing if that helps anyone to point me in the right direction.
Your help is much appreciated. I might be missing some basic point here, but all I am trying to do is to use NPRigidBody.dll. And the easiest way to see that seems to just run rigid body sample application provided on the web site.
Thanks.