NO

Author Topic: Lib from DEF-file in poide in easy way  (Read 3753 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Lib from DEF-file in poide in easy way
« on: August 23, 2010, 11:15:51 AM »
If you add polib.exe to Tools menu with these options:

Menu Text:  PoLib Def
Command:   polib.exe
Arguments:  /def:$(FilePath) /out:$(FileName).lib
Working dir:
Use Output tab

Then current document/def-file can converted to lib from menu Tools -> PoLib Def

This Add-In can help you to make that def.file:
http://forum.pellesc.de/index.php?topic=1079.0
http://forum.pellesc.de/index.php?topic=3262.0
« Last Edit: August 25, 2010, 07:36:34 AM by timovjl »
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Re: Lib from DEF-file in poide in easy way
« Reply #1 on: August 24, 2010, 08:37:06 PM »
Hi timovjl,

Nice work. You can create also a standalone tool to extract .def files from .lib files.
Code it... That's all...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Lib from DEF-file in poide in easy way
« Reply #2 on: August 24, 2010, 10:30:56 PM »
Hi Vortex,
Here it is.


May the source be with you