Closed GoogleCodeExporter closed 9 years ago
Since you're integrating this into the XNA content pipeline, off the top of my
head this may be an issue with how the task is executed. The default path is
just the DLL name, which following the DLL search order:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682586%28v=vs.85%29.as
px#standard_search_order_for_desktop_applications
Usually means it should be #1, where the application is first loaded. It kind
of sounds like this is not the case when the XNA content pipeline is in play.
You can pass in a path to location of the unmanaged DLL by initializing
"AssimpLibrary" yourself. This is the preferred way to go about things in a
situation like this.
Original comment by nicholas.woodfield
on 12 Dec 2013 at 4:59
Original comment by nicholas.woodfield
on 3 Jul 2014 at 2:48
Original issue reported on code.google.com by
sorakuka...@hotmail.com
on 12 Dec 2013 at 5:55