X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Qi4 j/sCPm46xlFa858QI2lZna3kDa9g2iYgqHAJqAKx64BB8Rrh3iRRI+HmVwSkPh02 IpwvOB8GGdZx5eNk/KzMVJJnbE3c2urz7AK226C1dMMwm5nsHAd8ii0l+jI561W5 +8mYYv/O0yWDYfzp187naT9UIm4XmK3S4xyEaHM4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=7xHF68ep2 RHrNDlQHt68oRLowa8=; b=nZeibkn08zCKglS7faShT5TdR42vzirXrJNMFf+8n WWZQ6q9sieNIWIYGXod20RVQcjl2Cwysph4xjrSjnxm70a++zUN71igP5kYR/8zK JejvfqLmCWajkRSmmxi7yVhxlDkcVSxpJH5VNROmS0LWOykvTCXQ3MjBLkqwvPqi 4Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 spammy=H*MI:zimbra, H*UA:Win, H*x:Win, H*UA:GC51 X-HELO: smtp-o-1.desy.de X-Clacks-Overhead: GNU Terry Pratchett Date: Fri, 24 Jun 2016 09:57:48 +0200 (CEST) From: "Azatyan, Anushavan" To: cygwin AT cygwin DOT com Message-ID: <2049626554.59435743.1466755068540.JavaMail.zimbra@desy.de> Subject: Call functions from Cygwin compiled dll. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u5O7w61o030500 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