[Curses] Choose curses so library at startup (4/5)

Alexandre Julliard julliard at winehq.org
Sat Nov 29 21:53:45 CST 2003


Peter Berg Larsen <pebl at math.ku.dk> writes:

> I might be missing something here: The only thing we see by compiletime is
> headerfiles. At runtime we try dlopen a library what we hope corresponce
> to the headerfiles. There is no garantee that it is.

That's why we get the soname at compile time, and dlopen that. It's
not 100% foolproof, but it's the best we can do. But now if you open a
different library, all bets are off, it has no reason to be compatible
with the headers we used at compile time.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list