A problem including <GL\gl.h> in Microsoft Visual Studio 6

  • Follow


The problem is the type WINGDIAPI seems not definded in the gl.h
How to solve it?

Thank you very much


0
Reply Cow 7/4/2003 7:34:15 AM

include windows.h before any of the gl includes.

"Cow" <cs_cyhaa@stu.ust.hk> wrote in message news:be3aj8$hdk$1@news.ust.hk...
> The problem is the type WINGDIAPI seems not definded in the gl.h
> How to solve it?
> 
> Thank you very much
> 
> 
0
Reply M 7/4/2003 7:59:17 AM


solved the problem
thank you very much

"M@" <evil_man_00@hotmail.com> wrote in message
news:vgacthfb76pq08@corp.supernews.com...
> include windows.h before any of the gl includes.
>
> "Cow" <cs_cyhaa@stu.ust.hk> wrote in message
news:be3aj8$hdk$1@news.ust.hk...
> > The problem is the type WINGDIAPI seems not definded in the gl.h
> > How to solve it?
> >
> > Thank you very much
> >
> >


0
Reply Cow 7/4/2003 8:37:35 AM

2 Replies
116 Views

(page loaded in 0.051 seconds)

Similiar Articles:













7/17/2012 6:02:38 PM


Reply: