Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on May 08, 2011, 10:57:09 AM

Title: PeExp2Def 1.x
Post by: TimoVJL on May 08, 2011, 10:57:09 AM
PeExp2Def v1.2

Lists functions from exe/dll/lib to new .def document.
Select def type from menu.

Tip: Insert following to tools menu
Code: [Select]
Menu text:   polib /DEF x86
Command:     polib.exe
Arguments:   /DEF:$(FilePath) /OUT:$(FileName).lib  /MACHINE:X86
Working dir: $(FileDir)
Use Output tab

What variations for def-file we need ?

EDIT 2012-07-22: PeExp2Def_WS-1.4.zip UNICODE version and with option dialog.
EDIT 2014-04-09: PeExp2Def_WS-1.6.zip mingw32/64 lib support.
EDIT 2015-10-19: PeExp2Def_WS-1.6.1.zip fix lib export line with alias for polib