[id3lib-devel] Using id3lib in JS-Ctypes
Brought to you by:
t1mpy
From: Lukas D. <luk...@ho...> - 2011-03-01 09:14:46
|
Hi all In Mozilla, there is a new feature allowing developers to use an external dll and call functions without having to write a single line of binary code (Ctypes: https://developer.mozilla.org/en/JavaScript_code_modules/ctypes.jsm). Since I have no knowledge about C++, I thought I could try that to use id3lib in my XULRunner (Mozilla runtime environment) application. I then saw that that there is an id3lib implementation in C. My questions now: Where can I get the C version (and are there compilation instructuions/precompiled dlls)? I have to define objects and functions I use. Is there any further documentation on what datatypes are used (see: https://developer.mozilla.org/en/js-ctypes/Examples/Add_to_iPhoto#Select_API.c2.a0declarations for an example) Hope someone can help me with that. Have a nice day ~Lukas |