Difference between revisions of "Libview"

From Free Pascal wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
  
 
[[User:Sekelsenmat|Felipe Monteiro de Carvalho]]
 
[[User:Sekelsenmat|Felipe Monteiro de Carvalho]]
 +
 +
Roberto Padovani
  
 
=== License ===
 
=== License ===
Line 28: Line 30:
  
 
http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=197380
 
http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=197380
 
=== CVS ===
 
 
Not yet available.
 
  
 
=== Change Log ===
 
=== Change Log ===
  
 +
*16.12.07 Libview version 0.2 released
 +
# Added automatic pascal header generation
 +
# Updated to work with recent Lazarus releases
 
*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]]

Latest revision as of 13:40, 16 December 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

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.