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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to