Libview

From Free Pascal wiki
Jump to navigationJump to search

About

This example software can load a library and displays all function names it exports.

Currently the software works only on Windows, and it was designed to help generating pascal bindings for c / c++ libraries which put strange prefixes and suffixes to the exported function names.

It someone decides to add more functionality to this software, like the display of more information about the dll or support for other platforms, please consider sending us the project on the Lazarus mailling list to be the next version of libview.

Screenshot

Libview.PNG

Libview 0.1 showing all exported functions from httpd.dll library.

Authors

Felipe Monteiro de Carvalho

Roberto Padovani

License

Public domain.

Download

http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=197380

Change Log

  • 16.12.07 Libview version 0.2 released
  1. Added automatic pascal header generation
  2. Updated to work with recent Lazarus releases
  • 16.07.06 Libview version 0.1 released
  1. Working well under Windows.