Search:

Type: Posts; User: ScriptBlue

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,587

    Oh sorry for the ambiguity, but the new value is...

    Oh sorry for the ambiguity, but the new value is a DWORD. This really shouldn't be C++, but I'm using MS VC++ 2003. Ok, I'm trying this with a simpler situation
    typedef int (__cdecl *...
  2. Replies
    6
    Views
    1,587

    Function Pointer

    Hello,
    I'm a pickle at the moment. I have been playing around with import table hijacking, well now I want to rewrite a function and to avoid having the program malfunction, I need to use the old...
  3. Replies
    5
    Views
    3,983

    They did remove DirectDraw from the SDKs and they...

    They did remove DirectDraw from the SDKs and they are going to remove DirectDraw further down the line from all of the modules.
    Some applications still use DirectDraw, like iTunes and most older...
  4. Replies
    2
    Views
    1,618

    Intercepting messages

    Is it possible to intercept to messages that belong to other processes? Both GetMessage and PeekMessage have the capability to get messages from other handles (this is in reference to the second...
  5. Replies
    3
    Views
    1,649

    anonytmouse, thanks for that link. I have found a...

    anonytmouse, thanks for that link. I have found a way to make my code work, the problem was with the wiring of the port.
    BTW, can WinIO be used with NICs for TCP header creation?
  6. Replies
    3
    Views
    1,649

    LPT Port Interfacing

    I know this has been posted many times before, but none of them have quite answered my question. The Windows Kernel and API seem to not send data to the LPT port (0x378) until some sort of signal has...
  7. Thread: Save/Load

    by ScriptBlue
    Replies
    8
    Views
    8,195

    I am still new to game programming but I can tell...

    I am still new to game programming but I can tell you if you were to make a program that would load variables and settings from a file you should set up a reading engine (or something that can parse...
  8. Replies
    3
    Views
    1,522

    DX on Dev-CPP problem

    I'm kinna new to game programming but no C++. I am currently using Dev-Cpp (the latest build) and DirectX. I downloaded the SDK from microsoft.com and using the libraries I got there. I am linking...
Results 1 to 8 of 8