Search:

Type: Posts; User: sydetys

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    2,521

    Got it working

    huh huh, When I was learning about native c++ I thought main function is the only one constant in program but obviously it isnīt.

    1st I tried longer version:

    int wmain(int argc, wchar_t*...
  2. Replies
    16
    Views
    2,521

    unnessesary work

    I managed to simplify that code, no suspending needed after all
    Just removed IF(!) structs from code (which was copy/pasted from msdn and then worked)

    after that WaitForSingleObject () did the...
  3. Replies
    16
    Views
    2,521

    Oh my god..

    I...got it WORKING!!

    yeeah NOW I can be sure that all my functions work, final thing would be insert taht conditional IF () struct in, I had to shuffle lines a bit....order of code lines are MORE...
  4. Replies
    16
    Views
    2,521

    Right, I want to run 1st child process 1st (with...

    Right, I want to run 1st child process 1st (with A.exe), that one which isnīt suspended,
    thatīs why I put pj.Thread in ResumeThread function. Logically it should unsuspend 2nd child process (B.exe...
  5. Replies
    16
    Views
    2,521

    no error handling, and if I remove that "if ()"...

    no error handling, and if I remove that "if ()" function and leave only ResumeThread () it wonīt do anything.. at least it get compiled just fine but resuming wonīt happen..that piece of code is just...
  6. Replies
    16
    Views
    2,521

    Progress....a little

    Thaats it. I have tried much so I give up.
    Learning native c++ didnīt pay up. Coding windows is like starting from clean table.

    my code this far is like this:



    #include<windows.h>...
  7. Replies
    16
    Views
    2,521

    Yeah, I came here because I got private message...

    Yeah, I came here because I got private message in my email

    somebody called ?macro32? if I remember right and told that there would be more this kind of APIs. He suggested to subscribe in...
  8. Replies
    16
    Views
    2,521

    about launching external application

    Hi
    Iīm noob in programming so keep it simple thank you.

    My OS is Vista x64 SP1
    and I use VS 2008 PRO SP1

    I am experimenting windows programming and I thought to make a simple launcher.
    ...
Results 1 to 8 of 8