MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ReportError

Function ReportError

sourcecommon/utils.cpp:340–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338//---------------------------------------------------------------------------
339#if !defined(DANFOSS)
340void ReportError(char *fmt, ...)
341{
342#ifndef SYSTEMSERVICE
343 char str[1000];
344 va_list argptr;
345 va_start(argptr, fmt);
346 wvsprintf(str, fmt, argptr);
347 va_end(argptr);
348 Application->MessageBox(String(str).c_str(), Application->Title.c_str(), MB_OK|MB_ICONERROR);
349#endif
350}
351//---------------------------------------------------------------------------
352void ReportMess(char *fmt, ...)
353{

Callers 1

RunTelnetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected