2

I have xamarin binding project (represents kind of bridge to native iOS static library) which works fine if added to a solution.

What I'm trying to do is to use /bin/libary.dll instead of binding project.

I created new xamarin.ios simple view project, added reference to library.dll.

Project compiles fine using API from that library but when run i'm getting fatal error:

enter image description here so there is no even entry point to application

sorry probably for posting obvioues answer, but I need to get it working fast.

Injectios
  • 2,777
  • 1
  • 30
  • 50
  • You're trying to load a Windows DLL in OS X? – Simon Bosley Apr 19 '16 at 11:11
  • You mean this DLL is actually kind of microsoft dll (shared library) and I can't use it on os x? – Injectios Apr 19 '16 at 11:27
  • 1
    _Dynamic-link library (or DLL) is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems_ [link](https://en.wikipedia.org/wiki/Dynamic-link_library) – Simon Bosley Apr 19 '16 at 11:35
  • the thing is why it is generated under OS X, BUT I can't use it? And does it mean if I just use this source on windows it just would work? – Injectios Apr 19 '16 at 11:36
  • If you are trying to reference the dll produced by the binding project instead of linking directly to the binding project itself, then yes it should work. – Jason Apr 19 '16 at 14:08
  • but it doesn't as long as I reference to this dll in my project, without - it works – Injectios Apr 19 '16 at 14:25
  • if it's not then I suspect there is something wrong with your binding setup. – Jason Apr 19 '16 at 15:07

0 Answers0