kewur / assimp-net

Automatically exported from code.google.com/p/assimp-net
0 stars 0 forks source link

loading native library fails on linux #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. implement example from getting started wiki
2. use mono on linux, with xamarin studio and nuget package of assimp-net
3. run example application -> crash

What is the expected output? What do you see instead?

the application crashes because the assimp library is not named assimp64 on 
linux. 

What version of the product are you using? On what operating system?

nuget package of assimp-net. also copied dozens of assimp libraries from latest 
c++ assimp version

Please provide any additional information below.

changing the name has no effect, it seems like the loadlibrary call is 
searching in a wrong directory

i attached my error log

Original issue reported on code.google.com by martin.s...@googlemail.com on 20 Aug 2014 at 8:49

Attachments: