Mark0's Forum
Software => TrID File Identifier => Topic started 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
TrIDLib = windll.LoadLibrary(".\\TrIDLib.dll")
But later I got prolems with TrIDLib.TrID_GetInfo(...
-
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!
-
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
-
That's a great news Elias!
I just added it to the samples ZIP package and update the website accordingly.
Many thanks!
Bye!