Forum Discussion

hyzerfool's avatar
hyzerfool
New Member
13 years ago

How to profile VBScript inside my application?

I've been using AQTime Pro to profile my visual C++ app.  Now I'd like to use it to profile some VBScript code we run from inside our app.  So far I've been unable to get it to work.  I've added the scripts to my project and played around with the parameters dialog as described in the AQtime help, but so far no go.



We use RogueWave's Stingray SECAScriptHost to run the script.  It looks like that's just a front-end to  IActiveScriptSite and IActiveScriptSiteWindow COM interfaces, which is windows scripting.



Any suggestions on how I might get it to work?