Hi all!
I'm trying to build some new functionality in vompclient. For that, I have pulled current cvs client version, and imported it in my Visual C++ Express 8 environment. It all compiles fine, and it runs great too: live tv, recordings, all seems to be ok.
BUT when choosing "Timers" from the main menu, the applications crashes and wants to send a report to Microsoft.
When run from the debugger, it says:
Program: <path>vompclient.exe
File: f:\dd\vctools\crt_bld\selfx_86\crt\src\strftime.c
Line: 402
Expression: timeptr != NULL
The error seems to be in one of the libraries used, not in vompclient itself.
When I run the vompclient for windows from the loggytronic home page, all works fine.
Anybody any idea how I can solve this?