Search:

Type: Posts; User: 1inmillion

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,214

    select() ignoring timeval argument

    I am new to this thread.

    I am using select() in my code.

    my code snippet:
    ---------------------
    twait.tv_sec = 0;
    twait.tv_usec = THIRTY_MILLISECONDS;

    pollfds2_count = select (0,...
  2. Hi, Thanks for all who actively discussed on...

    Hi,

    Thanks for all who actively discussed on this thread.

    I have changed part of the code

    if(!CreateProcess(NULL, cmd, NULL, NULL, FALSE, flag,
    NULL, NULL, &si, &pi)) {
    ...
  3. subst command not working through createProcess()

    Helo all,

    I try to do subst command to map a folder to a drive letter.

    I achieved it through command line.

    I did same thing via createProcess().

    It returns non zero value but the folder...
Results 1 to 3 of 3