Description
As I tried (for hours) to get the project built on windows, I just wanted to ask what the current state of porting it to work on windows is.
After I got taglib 1.8 to compile through MSVC (Express Version 2010), I struggled getting the binding compiled. Some things like sys/time.h need to be #ifdeffed for Windows to include just time.h, your "now()" function seems to be uneeded and doesn't compiled so this went out as well.
In the end there where some weird bugs, concerning "no appropriate default constructor available" on initialization of AsyncBaton.
Maybe I could open up a windows branch and document the errors in the whole…
Compilation was on Windows 7 32Bit as 64bit taglib didn't compile (some linker error)
Node 0.8.20 32bit, latest node-gyp
Let me know what you think.
best regards,
Lennart