Pelles C forum

Pelles C => General discussions => Topic started by: TimoVJL on August 23, 2010, 11:15:51 AM

Title: Lib from DEF-file in poide in easy way
Post by: TimoVJL 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=1079.0)
http://forum.pellesc.de/index.php?topic=3262.0 (http://forum.pellesc.de/index.php?topic=3262.0)
Title: Re: Lib from DEF-file in poide in easy way
Post by: Vortex 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.
Title: Re: Lib from DEF-file in poide in easy way
Post by: TimoVJL on August 24, 2010, 10:30:56 PM
Hi Vortex,
Here it is.