CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ShadowRunner666

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    4,779

    Re: Pyxml generate Schema *HELP!!*

    If anyone is actually looking at this, I have made some advancement with help from a friend



    from xml.sax import make_parser
    from xml.sax.handler import ContentHandler
    #import cgi

    class...
  2. Replies
    1
    Views
    4,779

    Pyxml generate Schema *HELP!!*

    Hi all, I don't know if this is in the right place but I am still rather green at XML stuff.

    I've been looking at xml and want to make a python program that can generate the xml schema instead of...
  3. Replies
    3
    Views
    8,235

    Re: Recompiling Object File Library LIB

    Problem solved, managed to find some updated recompiled versions of my libraries
  4. Replies
    3
    Views
    8,235

    Recompiling Object File Library LIB

    Trying to build a solution but I'm getting 99 repeating errors. I believe it is because the lib files need to be recompiled, not sure to be honest. there are repeating errors for a couple of...
  5. Replies
    0
    Views
    1,674

    File Changing

    I am working with artoolkit, I want to be able to change the loaded vrml when I press a button. The default code has 2 working keyboard inputs, "q" quits, "c" changing the resolution.


    The...
  6. Replies
    0
    Views
    6,984

    ARToolKit Animation Switch + camera

    Hi all, I am need of A LOT of help with some C programming using ARTooKit.

    This is ARToolKit: http://www.hitl.washington.edu/artoolkit/
    you can find a lot of videos on youtube.



    What I am...
  7. Replies
    0
    Views
    5,797

    C++ Collision Detection Physics

    I have a game of bat and ball, the bat is made out of 2 rows of 8 points of which are connected into a coloured face, what I am having problems with is programming the physics so that the ball will...
  8. Replies
    0
    Views
    727

    Triangle wedge to Arch wedge

    I need to change a triangle with a curved side into a arch shaped wedge.
    The triangle is made up of 4 points along the outside edge connected to the middle point, so what I need to do is created 4...
  9. Applying a BMP texture to a circle plane

    I am very new to C++ graphical programming and i am currently attempting to create a bat and ball game on a circle plane, right now I can't get the texture onto the plane, I have managed to load the...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured