X-Spam-Check-By: sourceware.org Subject: Re: dlopen problems From: skaller To: Jacob Kolding Cc: cygwin AT cygwin DOT com In-Reply-To: References: Content-Type: text/plain Date: Wed, 29 Mar 2006 23:40:47 +1100 Message-Id: <1143636047.15433.7.camel@rosella.wigram> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Wed, 2006-03-29 at 08:55 +0000, Jacob Kolding wrote: > Hello > > I'm currently trying to port a 3d engine from linux to cygwin and I have some > trouble with the dlfcn.h functions. > > My main program loads a module via dlopen which works fine in linux, but under > cygwin I get an error "No such file or directory" when I try to load a module.dll Try dlopen("./module.dll",flags) -- John Skaller Felix, successor to C++: http://felix.sf.net -- 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/