[Qt-interest] Import Address Table Invalid when compiling with MinGW
R. Reucher
rene.reucher at batcom-it.net
Tue Oct 20 14:37:51 CEST 2009
On Tue, 20 Oct 2009 12:25:09 +0200, Vincent LEFORT wrote:
> We are working on a project using Qt & MinGW. Some resulted files (dll,
> exe) have errors in the "Import Address Table" (multiple link with the
> same dll in exe file for example : visible with Dependency Walker).
What's exactly wrong with this? It _may_ be necessary to link to a DLL
"twice" (that is, to two DLLs with the same "name"), i.e. if you use non-
C-standard functions (like atoi() for example, which would result in two
msvcrt.dll's).
Anyway, I'm just guessing...
--
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/
More information about the Qt-interest-old
mailing list