Call functions from Cygwin compiled dll.

Xi Shen davidshen84@gmail.com
Fri Jun 24 10:28:00 GMT 2016


If you build your DLL in Cygwin environment, chances are you DLL
depends on mingw32 DLLs...so you have to build your VS project with
all the mingw32 dependencies.

Xi Shen
about.me/davidshen


On Fri, Jun 24, 2016 at 3:57 PM, Azatyan, Anushavan
<anushavan.azatyan@desy.de> wrote:
> Hi,
> I have build in cygwin environment my own dll which calls standard unix like functions
> (fopen, fclose, fread …). And now I would like to attach that dll to my program which is
> developed in Visual Studio environment and call some of my function from that dll.
> Or I would like to call functions from my dll in Matlab mex or in LabView vi.
>
> All my attempts up till now were unsuccessfull. Is there a way to do it ?
>
> Regards, Anushavan.
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list