* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
13 lines
280 B
Plaintext
13 lines
280 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
|