Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Problem with SafeNativeMethods on Linux
Carlos Lucas
9y
612
1
Reply
Hi,
I have a problem calling the class SafeNativeMethods. I use MonoDevelop on Ubuntu 14.04 and I built the OpenNI library from its
GitHub
, then I wrote a program that references the dll generated by the build ( OpenNI.net.dll ) and It works fine.
Now, the problem: I'm using
Unity3d
. I installed it through Wine and PlayOnLinux. Unity engine accepts c# programs, so I wrote one that references OpenNI library. It compiles well, but when it is executed a DllNotFoundException is thrown. I think it is because of SafenativeMethods class. I know it founds OpenNI.net.dll because I can make instances of enumerated classes and it works, but when I call a method that uses SafeNativeMethods class like the constructor of EnumerationErrors that Exception is thrown.
Is that class a native class of C#? May I forget install some system libraries on wine?
Thank you!
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
How to display the multiple partail view in single view
MS Excel Interop Library Error