Skip to content

WIA and STI features for Lazarus (Free Pascal) and Delphi

License

Notifications You must be signed in to change notification settings

maxm74/WIAPascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIAPascal

WIA features for Lazarus (Free Pascal) and Delphi

Installation

WIAPascal is a runtime library. There are no visual components that have to be installed. Just add the package to dependancy/required of your Lazarus/Delphi Application and start using it.

The library was created from scratch by Massimo Magnano since there was nothing written in Pascal about it.

Library design

  • VCL and LCL support (Windows-only).
  • WIAPascal is not a TComponent descendand. You have to use it from code only and free it by yourself (see the examples). For Lazarus use wiapascal_pkg.lpk package, For Delphi use wiapascal_dpkg.dpk package,
  • Supported Compilers: Lazarus / Free Pascal Delphi (excluded sti.pas from Delphi 11 package due to compiler exception)

See the changelog.txt file for Change Log

(c) 2024 Massimo Magnano

About

WIA and STI features for Lazarus (Free Pascal) and Delphi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages