|
-
April 27th, 1999, 04:09 AM
#1
How do use *.flt graphic filters?
How can the graphic filters of MS-Office (*.flt files) used in own programms?
Is a API documentation or FAQ availible?
For the 16 bit version was an article in the Microsoft System Journal (1992)
Thanks,
Johannes
-
April 27th, 1999, 04:12 PM
#2
Re: How do use *.flt graphic filters?
I just did a bit of digging using dumpbin and I found out that they are
standard DLL files with nearly identical exported functions. Theoretically
one could use LoadLibrary and GetProcAddress to get pointers to the
exported functions. Then the question is, what are the prototypes of
those functions ? I don't know that right now but I'll keep digging.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|