This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Call functions from Cygwin compiled dll.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]