Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: Dr Clue <drclue@drclue.net>
Subject: dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND
Date: Fri, 18 Feb 2005 14:04:35 -0800
Lines: 24
Message-ID: <cv5ok2$j7k$1@sea.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: dpc67142106132.direcpc.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
X-Gmane-MailScanner: Found to be clean
X-Gmane-MailScanner: Found to be clean
X-MailScanner-From: goc-cygwin@m.gmane.org
X-MailScanner-To: cygwin@cygwin.com
X-IsSubscribed: yes


Howdy folks.

I've some .dll/.so code I use for plugins to my html application parser.

This code works fine on various unix flavors of OS , but
not with cywin on windows XP. I use the cywin because
my remote location has me using satellite internet
which makes for high latency tenets, so developing on my laptop
is much easier.

I know that the loadable library is being found , as changing
the filename of the loadable to some bogus name gets an error
(ERROR_MOD_NOT_FOUND 126)

When I change the target filename back I get
(ERROR_PROC_NOT_FOUND 127) Actually the text of the error
is "dlsym, Win32 error 127"


I've seen a lot of questions on this subject , but no
relevant answers

Any clues?


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

