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]

using a dll created by cygwin in msvc++


i've created a .dll with cygwin

i'd like now to create a simple program under msvc++
that use functions of this dll

when i compile my very simple program, i get those
errors at link step: unresolved external symbol _foo
where foo is a function of my dll

so how can i use this dll in my program ? maybe a
foo.lib is missing (is there a way to create it from a
dll ?), or maybe is there another way to do so ?

thanks
enzo


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
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/


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