Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails in MSVS 2008 #56

Closed
IvaKom opened this issue Jul 24, 2011 · 3 comments
Closed

Compilation fails in MSVS 2008 #56

IvaKom opened this issue Jul 24, 2011 · 3 comments

Comments

@IvaKom
Copy link

IvaKom commented Jul 24, 2011

src\OpenGl\OpenGl_tgl_util.cxx(123) : error C2664: 'GetEnv' : cannot convert parameter 1 from 'const char *' to 'char *'
fixed it by changing GetEnv function signature to
char const * GetEnv ( char const * name )
and making several minor cascade changes

@QbProg
Copy link
Collaborator

QbProg commented Jul 24, 2011

Could you test now against review/msvc-build-fixes ?
thank you

Qb

2011/7/24 IvaKom
reply@reply.github.com:

src\OpenGl\OpenGl_tgl_util.cxx(123) : error C2664: 'GetEnv' : cannot convert parameter 1 from 'const char *' to 'char *'

Reply to this email directly or view it on GitHub:
#56

@QbProg
Copy link
Collaborator

QbProg commented Jul 25, 2011

Fixed in master@7415baa3675b3ae1aa75

@QbProg QbProg closed this as completed Jul 25, 2011
@IvaKom
Copy link
Author

IvaKom commented Jul 25, 2011

I've managed to check it finally. It works normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants