|
From: | Michiel de Bondt |
Subject: | ld does not alias |
Date: | Sat, 13 Oct 2007 07:26:18 +0200 |
User-agent: | Thunderbird 1.5.0.10 (Windows/20070221) |
So assume .def file of input dll has line a = b (a is the alias and b is the symbol in input dll). output = exe, import library = .a ===> output searches for symbol b in input dll output = dll, import library = .a ===> output searches for symbol b in input dll output = exe, import library = .lib ===> output searches for symbol b in input dll output = dll, import library = .lib ===> output searches for symbol a in input dll
[Prev in Thread] | Current Thread | [Next in Thread] |