Forum Discussion

pavan_manikonda's avatar
pavan_manikonda
Occasional Contributor
11 years ago
Solved

TestComplete Plugin VC++

I am trying to develop a plugin for testcomplete in vc++. I am using testcomplete 9 SDK for my development. The documentation to create a simple plugin has inhered from base classes IaqExtensionRegist...
  • AlexKaras's avatar
    11 years ago
    Hi,



    It is my understanding that the interface definition, like a lot of other things, becomes available after adding this directive

    #import "C:\Program Files\SmartBear\TestComplete 9\Bin\TestComplete.exe" raw_interfaces_only, raw_native_types, named_guids, auto_search, no_namespace, exclude("tagRECT", "UINT_PTR")

    to the stdafx.h as it is recommended in the Simple Plug-In Sample>Creating the Project help topic.