Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. forestgump786

    CoInitialize hangs

    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...
  2. forestgump786

    ?? Process X spawned process Y ??

    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...
  3. forestgump786

    closing access

    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...
  4. forestgump786

    Call Count

    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...

Part and Inventory Search

Back
Top