News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Error with self-built vompwindows from current cvs

Started by dingo35, October 03, 2009, 15:28:52

Previous topic - Next topic

dingo35

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?

MartenR

I need more information, get the call stack information from the debuger, then I will know which vomp function caused the problem....

dingo35

Hi Marten,

Thanks for your quick response, like always! I managed to realise my changes without changing any code in the clients, so at the moment the need to self-compile has gone away...

When I need it again I'll be back with the info you asked for...

Thanks! Dingo.