Search:

Type: Posts; User: hoAx

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,236

    anyone have any idea?

    anyone have any idea?
  2. Replies
    4
    Views
    2,236

    Sorry, here's the code for that class: ...

    Sorry, here's the code for that class:



    //includes
    #include "StdAfx.h"
    #include "MyApp.h"
    #include "d3d9.h"
    #include "mmsystem.h"
    #include <math.h>
  3. Replies
    4
    Views
    2,236

    Direct3D quick question

    This code compiles and runs but refuses to display 2 vertex buffers at the same time.

    This part is the setup for the buffers:


    MyVertexType vertArray[] =
    {
    {0,0,0,norm...
  4. Direct3D displaying a pointlist from realtime co-ords

    Hi,
    I'm developing an application which uses a webcam to retrieve co-ordinates through tcp, in real time. These co-ordinates are the location of a light that the webcam detects. All I need to do for...
  5. Replies
    11
    Views
    3,473

    Thank you both it works just fine now! Much...

    Thank you both it works just fine now! Much appreciated!
  6. Replies
    11
    Views
    3,473

    Hi, I've figured out a lot from before. As it...

    Hi, I've figured out a lot from before. As it turns out, the telnet client is just getting in the way, and blocking the port I needed to listen to. So after not logging into telnet, I made some...
  7. Replies
    11
    Views
    3,473

    no not at all, i just type in that telnet command...

    no not at all, i just type in that telnet command and im in
  8. Replies
    11
    Views
    3,473

    the application i have been given uses webcams to...

    the application i have been given uses webcams to obtain co-ordinate data from frame to frame transitions. i thought i knew how it worked until you asked that question- i know for a fact the...
  9. Replies
    11
    Views
    3,473

    Help with telnet and tcp

    Hi,
    I have been given an application that when running outputs its results through a simple char buffer into a local telnet session. I need to use these results in an application I am developing,...
Results 1 to 9 of 9