[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/6642] cygwin LD bails on an import file for VERSION.DLL
From: |
jafa at silicondust dot com |
Subject: |
[Bug ld/6642] cygwin LD bails on an import file for VERSION.DLL |
Date: |
13 Jun 2008 04:16:43 -0000 |
------- Additional Comments From jafa at silicondust dot com 2008-06-13 04:16
-------
Fantastic!
It looks like all 4 places need to be quoted... the following file works:
LIBRARY "VERSION.dll"
IMPORTS
VerQueryValueA = "VERSION".VerQueryValueA
GetFileVersionInfoA = "VERSION".GetFileVersionInfoA
GetFileVersionInfoSizeA = "VERSION".GetFileVersionInfoSizeA
The quotes can include or exclude the ".dll" extension on the first line -
either way works.
>From testing - the quotes on the function lines must be around "VERSION" only.
No quotes fails. Quotes around the VERSION.<func> also fails.
(makes sense... just documenting for completeness)
I will update our code that generates the .def files.
Thanks again!
Nick
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://sourceware.org/bugzilla/show_bug.cgi?id=6642
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.