Thread: PocketPC Stuff annoying me...

  1. #1
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905

    PocketPC Stuff annoying me...

    Alright, so I've been sitting here for 4 hours now trying to figure out this stupid thing....and so far have had no luck.


    My problem:

    I'm trying to do some basic OpenGL programming on these stupid things and there's two ways to go about it that I've found:

    Using a glut-like method to create the window and such, very easy.
    Use win32 to create the window, giving you a bit more control.


    The problem with these two options: I'm trying to render an alpha-mapped texture. Using the glut-like method, alpha mapping works perfectly fine on my pocket pc, however, there are no functions for handling stylus movement, and it is not an option for me to be unable to handle stylus movement, so I had to scrap that. Then I moved to win32-method: wahoo, I can handle the stylus, but guess what! Now I don't have alpha-mapping support! And that's another thing I need to have!

    AUGH

    I feel like.......annoyed.

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    GAAHAAAHHAAAAAAAAAAAAAHAHAHAHHAHAHHAHAHAHAHHAHAHAH AHAHAHAHAH


    Cat==the problem

  3. #3
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Switch to PalmOS?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Annoying people on-line is now a crime...
    By novacain in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 01-12-2006, 09:42 PM
  2. arguments, directories and stuff...
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 06-26-2002, 05:46 PM
  3. Your stuff
    By smog890 in forum C Programming
    Replies: 6
    Last Post: 06-13-2002, 11:50 PM
  4. Linked lists and file i/o, and some other stuff
    By ninja in forum C++ Programming
    Replies: 9
    Last Post: 05-19-2002, 07:15 PM
  5. Stocks 'n' stuff...
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 09-20-2001, 05:36 PM