Author Topic: Using dllwrap to generate import library  (Read 5075 times)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Using dllwrap to generate import library
« on: August 01, 2010, 02:16:50 am »
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! :)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: Using dllwrap to generate import library
« Reply #1 on: August 01, 2010, 07:34:09 am »
I figured it out using a Post-build step.