Search:

Type: Posts; User: ToddlerGraphics

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,212

    Actually it does gets defined....my problem was...

    Actually it does gets defined....my problem was that I was including windows.h before stdafx.h on VC.
    Thanks for all the responses...i guess i have many more stupid ones coming :cool:
  2. Replies
    5
    Views
    2,212

    Well thats the first statement in windows.h file...

    Well thats the first statement in windows.h file sitting under include directory. Is this the correct file then, getting included from:
    C:\Program Files\Microsoft Visual Studio 8\VC\include\
  3. Replies
    5
    Views
    2,212

    _WINDOWS_ not getting defined

    Hi Guys,
    I have this piece of code...but somehow even after including windows.h, _WINDOW_ is not getting defines.
    The below code compiles just fine ;(



    #include <Windows.h>
    #include...
  4. Got It.....:cool:

    Got It.....:cool:
  5. Basic OpelGLProgram on Win7 using VisualStudio2005

    Hi Guys,
    I am relatively new to Graphics and am using OpenGL. I was trying to set up the environment using VisulStudio2005 on Win7 but while compiling a sample program my code wont compile...it...
Results 1 to 5 of 5