Link to home
Start Free TrialLog in
Avatar of tfield98
tfield98Flag for United States of America

asked on

Convert from C++ to Delphi

Can anyone help me convert the 50-line method EnumerateEncoders() from C++ to Delphi. Listing here: http://www.leadtools.com/Help/LEADTOOLS/v15/DH/Wpf/TO/Tutorial_Save.htm.

It returns a list of WIC encoders and their extensions that are currently available.

It uses some Delphi 2010-specific WIC libraries, starting with TWICImage.ImagingFactory.CreateComponentEnumerator() as documented here: http://msdn.microsoft.com/en-us/library/ee690301%28v=VS.85%29.aspx.
Avatar of 8080_Diver
8080_Diver
Flag of United States of America image

No offense intended but this is the sort of request that most of us usually charge for. ;-)
Avatar of tfield98

ASKER

No offense taken.


I know!

But it seemed simple enough that I figured maybe someone was interested in the points and learning what I know about WIC.  If not, they can contact me to see if I'm interested in a consultant!  This is a hobby project, so I don't have a corporate budget!

Tom
SOLUTION
Avatar of aikimark
aikimark
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No solutoin, but aikimark's suggestion was helpful.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial