Difference between revisions of "Libview"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 
=== About ===
 
=== 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 ===
 
=== Screenshot ===

Revision as of 18:29, 15 July 2006

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

Authors

Felipe Monteiro de Carvalho

License

Public domain.

Download

CVS

Not yet available.

Change Log