News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Using dllwrap to generate import library

Started by ironhead, August 01, 2010, 02:16:50 AM

Previous topic - Next topic

ironhead

Hi All,

I'm hoping someone can provide some pointers as to how to go about using dllwrap as part of build target for a DLL. I have a .def file that declares the exports and I know I can deselect the options in the build target to create an import library and a .def file when generating the .dll, but I'm not sure how to call dllwrap after the .dll file is generated to generate the import library.  Do I use a post build step?  If so, could someone provide a sample post build step?

Thank you! :)

ironhead

I figured it out using a Post-build step.