Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question