Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <5.0.2.1.0.20020712114702.00a91240@popper.montrouge.tt.slb.com> X-Sender: a DOT jalabert AT pop DOT ifrance DOT com Date: Fri, 12 Jul 2002 11:53:38 +0200 To: cygwin AT cygwin DOT com From: Antoine JALABERT Subject: Trouble converting a shared object to a DLL Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed I am currently porting an application to win32. Here is my main problem with importing symbols: Let's say i have a dummy.exe program that contains several functions like dummy_function(). I want my DLL to access to this function, what can i do ? The linker report to me a lot of "undefined reference to " [something], even a simple printf !! It is like if a DLL could not resolve symbols dynamically on loading under win32... Is there a way to get DLL works like SharedObject Am I wrong ? Could someone give me some hints ? Thank you, KTy ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/