Search:

Type: Posts; User: IdunnO

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,023

    glDeleteLists

    Thnx for the reply and your explanaition...

    I think I found out what my problem is. When the map has to be redrawn, I didn't delete the old display list first. Now, before creating the list, I...
  2. Replies
    3
    Views
    2,023

    OpenGL memory increases

    Hi,

    i have a large file which holds a lot of coordinates of lines. These line form a map. In my main program I have a boolean array which keep track of the lines which need to be highlighted. I'm...
  3. Replies
    5
    Views
    1,504

    fixed it

    Hi, fixed the menu... I didn't add the file to my project (silly mistake to make)... Figured it was included automatically... Guess not...

    Thnx for the replies!
  4. Replies
    2
    Views
    1,106

    fixed it

    NM, fixed it.. Changed PeekMessage in the main loop to GetMessage(&msg, hwnd, 0, 0);

    Thnx neway...
  5. Replies
    2
    Views
    1,106

    Scrolling/zoom problems

    Hi there,

    I'm able to create a graph of the main roads of my country! I've also created a zoom possibility with the scrollbutton of the mouse (WM_MOUSEWHEEL). The problem however is that when I...
  6. Thread: Clickable line

    by IdunnO
    Replies
    4
    Views
    1,512

    Clickable line

    Hi there,

    I'm currently writing an application which displays all the main roads of my country. These roads are displayed as a lot of small pieces of polylines. The coordinates of these polylines...
  7. Replies
    5
    Views
    1,504

    @Ideswa

    Your method works. Thanks.
    Using quotes or not, I can't get the menu to work by using the other method. Ah well, as long as it works now....

    Thnx
  8. Replies
    5
    Views
    1,504

    Menu not showing

    Hi everybody,

    I started with Visual C++ and stumbled upon a small problem.

    I began with the tutorial which can be found here: Link.
    This all works well. I'm getting my application with the...
  9. Replies
    4
    Views
    2,931

    getting there

    Hi, thanks for the response!

    I've created a string such as:



    data = "GET / HTTP/1.1\r\n"
    "Host: www.servername.nl\r\n"
    "Connection: close\r\n"
    "\r\n";
  10. Replies
    1
    Views
    7,051

    Is there a dBase IV (*.dbf) C library?

    Hi there,

    I'm wondering if there is a C library for reading dbf-files. The reason I'm asking this is because the file I have to read (from a c program) is quite big, and searching through a normal...
  11. Replies
    4
    Views
    2,931

    Submitting HTML form and parse respons

    Hi everybody,

    I'm currently working on a project which requires data which can be retreived by filling in a HTML on the Internet and submitting it. The server then sends back something like this: ...
  12. Replies
    7
    Views
    10,219

    Linux

    Hi there, is a similar method available under linux? Since the winhttp.h is available for Windows??? :confused:
Results 1 to 12 of 12