Tagged Questions
The import-libraries tag has no wiki summary.
2
votes
0answers
157 views
How do I disable the generation of an import library?
I'm creating a COM DLL in Visual Studio. The linker generates an import library for the DLL. I don't need the import library.
Is there any way to tell the linker not to generate it?
1
vote
3answers
87 views
Determining existence of DLL before using it
Using Visual C++ 2008 Express Edition. I'm linking my application with an import library (.lib) for a DLL that might or might not be present on the target system. Before you ask: I cannot distribute ...
0
votes
0answers
29 views
Why are some dll static-linking stub libs (import libraries) so big?
I noticed while linking to the pcl (point cloud library) that some of the dll stub libs have more than 10MB where the dll themselves have less than half of that size (these are release builds!). ...
0
votes
1answer
446 views
How to see what g++ command-lines Boost.Build invokes (1.33.1)
I'm scratching my head, trying to figure out why the import libraries are not generated when I build the Boost libraries on my machine. More specifically, building the DLLs works fine, but where I ...