I have a function which looks like the following-
void x()
{
::CoInitialize();
...
x = getXyz() // returns a pointer to another com object
x.m();
::CoUninitialize();
}
Now, several threads call this function x(). Some times it works fine and some times it hangs idefinitely.
What could be the...
Hi ,
I want to know if there is a way I can see which process is spawning IE instances. Meaning when I get AD Popups (out of the blue) I want to see the PID of that browser instance and then know which exe started it. I suspect that there is a program running in the background and...
I have a application that contains several component DLLs... When I ship my product, it is possible that the end user can simply open VB IDE or VC IDE and browse the object model (if not even manipulate it:-)).. How do I prevent this-- any obfuscation or licensing mechanism to prevent binary...
Hi there,
I have a DCOM component and a VB app that connects to it and makes several calls. Now, without changing anything in the sourcecode, I want to be able to audit what's going on with the DCOM component like:
List of functions called.
How many calls were made.
....
Is there a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.