specify def in project settings

J

jerryk571

I am trying to use a 3rd party dll that only comes with a .def file (no
..lib). Where do I specify in project settings to use that .def file? I am
using Visual Studio 6.0.

Thank you.
Jerry
 
D

David Lowndes

I am trying to use a 3rd party dll that only comes with a .def file (no
.lib). Where do I specify in project settings to use that .def file?

Jerry,

A .def file is usually used only to create the DLL. To use a DLL you
usually need a header file (.h) and a library (.lib) as well as the
DLL itself.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top