Difference between revisions of "Libview"

From Free Pascal wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
=== Screenshot ===
 
=== Screenshot ===
  
 +
[[Image:Libview.PNG]]
 +
 +
Libview 0.1 showing all exported functions from httpd.dll library.
  
 
=== Authors ===
 
=== Authors ===
  
 
[[User:Sekelsenmat|Felipe Monteiro de Carvalho]]
 
[[User:Sekelsenmat|Felipe Monteiro de Carvalho]]
 +
 +
Roberto Padovani
  
 
=== License ===
 
=== License ===
Line 26: Line 31:
 
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 ===
+
=== Change Log ===
  
Not yet available.
+
*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
 +
# Working well under Windows.
  
=== Change Log ===
+
[[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.