Search:

Type: Posts; User: ThunkInTheNight

Search: Search took 0.01 seconds.

  1. There are actually three errors and one potential...

    There are actually three errors and one potential pitfall in this code.

    First, you are creating an uninitialized pointer to a structure. I think you meant do just say:


    s st;



    Second,...
  2. Replies
    0
    Views
    2,447

    ReadDirectoryChangesW

    << split from http://cboard.cprogramming.com/showthread.php?t=77061 >>

    This worked for me when run as a windowed (windows subsystem) app, but when I changed it to a console app, it does not. I...
  3. Replies
    4
    Views
    15,006

    ReadDirectoryChangesW (again)

    <<Mod edit: split from http://cboard.cprogramming.com/showthread.php?t=77061>>

    Can anyone tell me if there is any reason that this shouldn't also work from a console based app? Unless I am...
Results 1 to 3 of 3