Mark0's Forum

Software => TrID File Identifier => Topic started by: Me on September 02, 2008, 11:31:39 PM

Title: TrIDLib.dll and Python
Post by: Me on September 02, 2008, 11:31:39 PM
Is there anyone who created a Python wrapper for TrIDLib.dll?

I loaded the DLL via

Code: [Select]
TrIDLib    = windll.LoadLibrary(".\\TrIDLib.dll")

But later I got prolems with
Code: [Select]
TrIDLib.TrID_GetInfo(...
Title: Re: TrIDLib.dll and Python
Post by: Mark0 on September 03, 2008, 05:19:24 PM
Unfortunately I can't be of much help about Python. Not yet, at least.
If someone would contribute some Python's TrIDLib usage samples, I would be delighted to add it to the others demos package.

Thanks,
Bye!
Title: Re: TrIDLib.dll and Python
Post by: efotinis on September 15, 2008, 11:34:45 AM
I've been playing with TrIDLib in Python lately. I wrote a wrapper for the DLL using ctypes and a little demo; see the attachment. The wrapper even provides access to the full version features, although I couldn't test them of course. Marco, feel free to include them in the samples if you want and thanks for TrID :)

--Elias Fotinis
Title: Re: TrIDLib.dll and Python
Post by: Mark0 on September 15, 2008, 06:33:18 PM
That's a great news Elias!
I just added it to the samples ZIP package and update the website accordingly.

Many thanks!
Bye!