Hello,
I am a noob to .NET programming, but I have been programming for some time.
I would like to incorporate the libfreespace.dll library into C# to develop some graphical representation of the orientation of the FSM-6 sensor. When I attempt to add a reference to the libfreespace.dll library, I get the following error:
[A reference to '...libfreespace.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.]
I tried register the dll with regsvr32 and got the following error:
[The moduie "libfreespace.dll" may not compatible with the version of Windows that you're running. Check if the module is compatible with an x86 (32-bit) or x64 (64-bit) version of of regsvr32.exe]
The dll is in the C:\Windows\System32 folder.
Then I tried moving the dll to the C:\Windows\SysWOW64 folder and run regsvr32 from there. Again, I received an error:
[The module "libfreespace.dll" was loaded but the entry-point DllRegisrerServer was not found. Make sure "libfreespace.dll" us a valid DLL or OCX file and then try again.]
I am running windows 7 (64 bit).
Any help or insight you can provide would be greatly appreciated.
Thanks!
Jay