Hi
I’m using CodeSite V5.4.0 with C++ Builder 10.2 and just testing how it works.
I have this simple code:
CS->TraceMethod(“Test method”);
for (auto i = 0; i < 10; i++) {
CS->SendError(“Log message”);
CS->SendWarning(“Warning message”);
CS->SendScreenShot(“Screen shot”, (unsigned)this->Handle);
}
return;
but the output is as per the attached screen shot. It doesn’t look right to me. Am I using it wrong?
Andy