win32 porting status
Brought to you by:
rasc
Hi,
I was wondering if some works were done to port this software to win32.
This should be possible... if new version is planned I'll may put this in my todo list.
Regards
--
http://rzr.online.fr/contribs.htm
Logged In: YES
user_id=168139
Originator: NO
email me as i have done a quick port to windows of 1.4.50
Works under Cygwin (ancient 1.5.25) with the following hacks to Cygwin - allows offline mode:
1) copy linux/dvb/*.h to /usr/include/linux
2) in /usr/include, symlink sys/types.h as stdint.h
3) in asm/types.h, add typedefs __u64 and uint32_t - they can just be 'unsigned int'