Opened 11 years ago

Closed 11 years ago

#1913 closed defect (needsinfo)

[NEEDS INFO] compile error in glext_funcs.h

Reported by: chuncheng ma Owned by:
Priority: Should Have Milestone:
Component: Build & Packages Keywords: windows
Cc: Patch:

Description (last modified by Markus)

glext_funcs.h(149): error C2061: syntax error: identifier “GLsizeiptrARB”
glext_funcs.h(150): error C2061: syntax error: identifier “GLintptrARB”
glext_funcs.h(151): error C2061: syntax error: identifier “GLintptrARB”
glext_funcs.h(212): error C2065: “GLhandleARB”: undeclared identifier
glext_funcs.h(212): error C2146: syntax error: missing “)” before identifier “obj”
glext_funcs.h(212): error C2165: “left-side modifier”: cannot modify pointers to data
glext_funcs.h(212): error C2059: syntax error: “)”
glext_funcs.h(213): error C2065: “GLhandleARB”: undeclared identifier
glext_funcs.h(213): error C2146: syntax error: missing “)” before identifier “obj”
glext_funcs.h(213): error C2165: “left-side modifier”: cannot modify pointers to data
glext_funcs.h(213): error C2059: syntax error: “)”
glext_funcs.h(217): error C2065: “GLhandleARB”: undeclared identifier
glext_funcs.h(217): error C2146: syntax error: missing “)” before identifier “containerObj”
glext_funcs.h(217): error C2165: “left-side modifier”: cannot modify pointers to data
glext_funcs.h(217): error C2059: syntax error: “)”

Attachments (1)

QQ截图20130411232905.png (49.8 KB ) - added by chuncheng ma 11 years ago.
screenshot

Download all attachments as: .zip

Change History (7)

by chuncheng ma, 11 years ago

Attachment: QQ截图20130411232905.png added

screenshot

comment:1 by fabio, 11 years ago

Description: modified (diff)

Please provide more info: compiler, step to reproduce the error, any other detailed info.

comment:2 by historic_bruno, 11 years ago

Keywords: compile error removed

Hi, which version of Windows are you using and which version of Visual C++?

in reply to:  2 comment:3 by chuncheng ma, 11 years ago

Replying to historic_bruno:

Hi, which version of Windows are you using and which version of Visual C++?

Visual Studio 2010

in reply to:  1 comment:4 by chuncheng ma, 11 years ago

Replying to fabio:

Please provide more info: compiler, step to reproduce the error, any other detailed info.

FUNC2(void, glBufferDataARB, glBufferData, "1.5", (int target, GLsizeiptrARB size, const void* data, int usage))

"glBufferDataARB" isn't Find.This question is because of GL versions?

comment:5 by Markus, 11 years ago

Description: modified (diff)
Keywords: windows added
Summary: compile errorcompile error in glext_funcs.h

Still missing steps to reproduce. (VS2010 is working for others.)

Maybe updated headers from http://www.opengl.org/registry/ help?

comment:6 by historic_bruno, 11 years ago

Milestone: Backlog
Resolution: needsinfo
Status: newclosed
Summary: compile error in glext_funcs.h[NEEDS INFO] compile error in glext_funcs.h
Note: See TracTickets for help on using tickets.