* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
|
|
#require "hbhpdf"
|
|
|
|
PROCEDURE Main()
|
|
|
|
? hb_HPDF_GetErrorString()
|
|
? hb_HPDF_GetErrorString( NIL )
|
|
? hb_HPDF_GetErrorString( "a" )
|
|
? hb_HPDF_GetErrorString( {} )
|
|
? hb_HPDF_GetErrorString( 100 )
|
|
? hb_HPDF_GetErrorString( HPDF_ARRAY_ITEM_UNEXPECTED_TYPE )
|
|
|
|
RETURN
|