Re: Static library linkage
From: David Lowndes (davidl_at_example.invalid)
Date: 12/12/04
- Next message: Agoston Bejo: "Re: Compiler doesn't always find template ctor"
- Previous message: Arnaud Debaene: "Re: Static library linkage"
- In reply to: Bonj: "Re: Static library linkage"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 12 Dec 2004 09:42:33 +0000
>Ok... this might sound a silly question then, but what's the point in the
>oleaut32.lib file? What information exactly does it contain?
I don't know precisely (I've never needed to know), but I'd guess it
contains the DLL name and the name and ordinals of the exported
functions (amongst other things).
If you use the Dumpbin command line utility, that should be able to
show you the contents of the lib file.
Dave
-- MVP VC++ FAQ: http://www.mvps.org/vcfaq
- Next message: Agoston Bejo: "Re: Compiler doesn't always find template ctor"
- Previous message: Arnaud Debaene: "Re: Static library linkage"
- In reply to: Bonj: "Re: Static library linkage"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|