Difference between revisions of "Libview"

From Free Pascal wiki
Jump to navigationJump to search
Line 37: Line 37:
 
*16.07.06 Libview version 0.1 released
 
*16.07.06 Libview version 0.1 released
 
# Working well under Windows.
 
# Working well under Windows.
 +
 +
[[category:Example programs]]

Revision as of 10:25, 11 May 2007

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

License

Public domain.

Download

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

CVS

Not yet available.

Change Log

  • 16.07.06 Libview version 0.1 released
  1. Working well under Windows.