This is the mail archive of the cygwin@cygwin.com 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]

Trouble converting a shared object to a DLL


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/


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