A
A
APL_not_Apple2019-06-25 15:53:08
Delphi
APL_not_Apple, 2019-06-25 15:53:08

How to connect blob filter to ibexpert?

How to connect blob filter to ibexpert?
I need to add one more bookmark of mine to the bookmarks "As Text - ANSI", "As Hex", and so on.
Wrote the simplest filtr with a function call from a dll, but ibexpert does not see it anywhere. :(

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
APL_not_Apple, 2019-06-25
@APL_not_Apple

DECLARE FILTER show_BLOB
       INPUT_TYPE  BINARY output_type TEXT
       ENTRY_POINT 'show_BLOB' MODULE_NAME 'BLOB_Filter'

function show_BLOB(action: Word; control: PISCBlobCtl): Integer; cdecl;
...
exports show_BLOB;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question