Search:

Type: Posts; User: s-men

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,715

    Not sure if I know what you mean, but I'm using...

    Not sure if I know what you mean, but I'm using the headers supplied by Visual Studio 2005.
  2. Replies
    8
    Views
    2,715

    that's working perfectly as it should too,...

    that's working perfectly as it should too, thanks.

    Still wondering why the wide version rdbuf/in_avail behaves so differently, it may be a mystery forever :o
  3. Replies
    8
    Views
    2,715

    It seems to be if you give a number of characters...

    It seems to be if you give a number of characters to ignore which is larger than the amount that is in, it will wait before continueing the code until the buffer has reached that size, if I were to...
  4. Replies
    8
    Views
    2,715

    copy paste: bool ErrorDisplay = false; int...

    copy paste:

    bool ErrorDisplay = false;
    int Input;
    do
    {
    if (ErrorDisplay) wcout << ErrorText << endl; //if error should be displayed display it
    ErrorDisplay = true; //first time in the...
  5. Replies
    8
    Views
    2,715

    clearing wcin buffer

    I have a function which asks for a number and keeps reasking until a real number is given, and then returns that number. It works perfectly with cin, but it doesn't when I convert everything to the...
  6. Replies
    4
    Views
    2,082

    Look at the ID of the allocation that is unfreed...

    Look at the ID of the allocation that is unfreed and in the directx control panel set break on allocID to that ID and run the code, when it breaks, look at callstack/use a couple of step outs till...
  7. c'mon doesn't anybody know a solution for this?...

    c'mon doesn't anybody know a solution for this? For all I care the solution could be preventing the entire app from minimizing at all, something like setting the mouse in directinput on exclusive...
  8. I've tried it, but the only process having...

    I've tried it, but the only process having handles to the file are is the one that is my own app, and three times as well. And it seems to be released before the DeleteUrlCacheEntry is called. It's...
  9. I've put in an sleep of 10000ms if it fails, and...

    I've put in an sleep of 10000ms if it fails, and then retry but gives the same result. Also turned off search indexing in the entire C drive and killed explorer.exe but I still get the same result....
  10. DeleteUrlCacheEntry() returning ERROR_SHARING_VIOLATION

    Code is at bottom of post. The thing I want to do is make a download class which downloads a URL and places it somewhere. It should be uses for html source as well as binary files, so I'm using...
  11. I think I found out which process is causing it....

    I think I found out which process is causing it. It probably is the AV which was trying to update, but the desktop isn't connected to the internet, so it normally shows some sort of error which was...
  12. DirectX application minimizes itself when it shouldn't

    Not really game related, but since it's about DirectX, I think this is the best place. I have this application and at random times, it just minimizes itself. It still has focus but I see my desktop...
  13. thanks, works perfectly ;)

    thanks, works perfectly ;)
  14. How to check if own created process is still running

    I have this class which runs another program, and when the instance of that class gets deleted, I let it kill the program that it opened. Now it may have been the case where the user has closes this...
  15. Replies
    2
    Views
    1,872

    No I didn't but you saying that is enough for me...

    No I didn't but you saying that is enough for me to know I did have to something extra. I retried of building the source code, and eventually it worked to make a lib which when included made the...
  16. Replies
    2
    Views
    1,872

    linker error when using libjpeg

    I've been trying for hours but I can't seem to find what I am doing wrong.

    the include section:

    #define _WIN32_WINNT 0x0500 // code will only run on Win2000 or higher - necessary for using...
  17. Replies
    20
    Views
    3,538

    not that it matters that much but ctrl+alt+delete...

    not that it matters that much but ctrl+alt+delete will get you task manager immediately in xp if you are using the welcome screen, if you change it to a login screen like it was in 2000, you will get...
  18. wha, I can't believe a simple trick like that...

    wha, I can't believe a simple trick like that actually worked :D
    I tried it earlier but I didn't set the window class name to the same, but now I did and I'm getting the messages the normal way. ...
  19. oh very nice little tool, thanks to that tool I...

    oh very nice little tool, thanks to that tool I have found the windows message I was looking for. WM_USER + 2000 is the one stating a button was pressed on the remote, and wParam tells which button...
  20. So the app I make should just talk to P3XRCtl...

    So the app I make should just talk to P3XRCtl since he is already getting the signals from the IR eye and sending them to honestechTV if it's active. So I have to make P3XRCtl think that my app is...
  21. I don't think it's talking to the driver...

    I don't think it's talking to the driver directly, because without that P3XRCtl, you can't use the remote control at all.
    I would like to see all the messages but just the ones from P3XRCtl, but I...
  22. hmmm I think i've got an idea. I could just...

    hmmm I think i've got an idea. I could just replace the honestechTV exe with my exe. The remote control handler will execute my exe and then think that he is sending the remote button commands to the...
  23. They don't make any claims about the remote....

    They don't make any claims about the remote.
    When I press power it starts honestechTV and while that is running I control that. When honestechTV isn't running, I can use the numbers to move my...
  24. WM_APPCOMMAND doesn't seem to work. And winlirc...

    WM_APPCOMMAND doesn't seem to work.
    And winlirc works with IR eyes connected to a com port, while mine is connected to a port on the tv card.
    I should have to know what P3XRCtl is doing, without...
  25. Howto make own application for remote control handling

    What I want to do is to make a program which is controlled by a remote control.
    Now I have a remote control that came with my tv card, and I would like to use that one. TV card is conceptronic...
Results 1 to 25 of 40
Page 1 of 2 1 2