readme.txt

来自「PDF417二维条码源代码」· 文本 代码 · 共 59 行

TXT
59
字号
pdf417codec library to encode/decode pdf417 barcodes
  ->  http://www.sourceforge.net/projects/pdf417codec

Copyright (C) 2005 Michael Butscher (mbutscher@gmx.de)



COMPILING

To compile the library you need the DMD compiler (at
http://www.digitalmars.com/d/dcompiler.html) and the build tool
(http://www.dsource.org/projects/build/). Follow the installation instructions
and put the installation pathes of the binaries in your PATH environment
variable.

Then simply run

  build @

to generate the DLL in non-optimized mode (during development) or use

  build @release

to build an optimized release version (full compilation of all sources, cleaning
up of intermediate files)



INTERFACE LIBRARY

The generated interface library "pdf417codec.lib" is in the not so widely used
OMF-format and can be used only for DMD/DMC compiler, old MS C compiler and
maybe some Borland compilers. In the binary distribution it is named
"pdf417codec_omf.lib".

For a Mingw-compatible COFF library run mingwLib.bat to create the
"pdf417codec_mingw.lib" from the DLL (already included in binary dist).



SAMPLES

The included sample(s) can be compiled with Dev-C++, the *.dev files are project
files for it. An automatically generated Makefile is also included. To run and
compile the sample(s), you need the FreeImage library from
http://www.sourceforge.net/projects/freeimage. The binary distribution contains
the DLL to run it.



PDF417CODEC INTERFACE

A short documentation of the C interface, generated by Doygen, can be found in
the doci folder.




⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?