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 Mike Lewis 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. Mukiwa

    Creating a child process with stdout to a file

    Is it possible to create a child process (using CreateProcess) so that it's standard output is changed to a specific file ? Thanks Dave.
  2. Mukiwa

    MTS and NT Services

    I'm having trouble using an MTS component from NT Service I have written. CreateInstance() passes fine, but whenever I try to call any one of the class's functions, an 'unknown' COM exception is thrown. When using this component from an ordinary C++ program everything runs smoothly. What is the...
  3. Mukiwa

    Passing arrays from a c++ client to a VB activex server

    Hi, I am having trouble writing a c++ client, that is meant to send a variant object containing an array of strings to a VB activex.exe. I created a VARIANT object pointing to a safearray of BSTR's. On the VB side, the upper and lower bounds of the array are read correctly, but the data is...

Part and Inventory Search

Back
Top