jkeyes
12 years agoNew Contributor
MSVC methods in object browser
Based on this article:
my understanding is that C++ public methods on window objects will magically appear in the TestComplete object browser.
I have compiled our application with RTTI enabled, debugging enabled, and optimization disabled, but our C++ methods still do not appear in the TestComplete object browser.
But TestComplete does not show any of the methods on our window object (see attached screenshot). Our Window object derives from ATL::CWindowImpl. Is there any reason that should not work? You can see in the screenshot that our “cefclient” process is marked as an “open application”, but the Window objects are not recognized as MSVC C++.