Note that there are some explanatory texts on larger screens.

plurals
  1. USjeremytrimble
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO@Mooseman: I've searched for that many times before posting this -- the consensus seems to be "if you embed an rtsp:// link, the browser will open the native RTSP player." My goal here is to not require a native RTSP player.
      singulars
    2. CO@MarkRansom -- You may be on to something there. I tried stepping through the `blit()` code in a debugger and found that srcBmp was a SWIG wrapper around a `wxBitmap*` (C++ pointer to a wxBitmap). Do you know of any way to tell (based on the object state) whether a `wxBitmap` will be "lazily evaluated?" I may need to find a way to trace into the C++ implementation of `SelectObject()` to continue the investigation.
      singulars
    3. COThanks for the comment about kwstackoverflow. I found out that my company actually had a license for kwstackoverflow, so I tried using it on an existing project. Unfortunately, after many hours of experimenting, I found that kwstackoverflow doesn't support tracing C++ virtual function calls, which makes it almost useless (in my opinion) for object-oriented C++ code. See [my post on the klocwork forums](http://developer.klocwork.com/community/forums/klocwork-general/general-discussion/several-problems-kwstackoverflow). Perhaps this will be supported some day. Still a neat tool for C, though.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload