gameboy Posted May 16, 2021 Share Posted May 16, 2021 (edited) Today, I tested the latest SVN25444. I used the compilation tool VS2017 to compile. This error message appeared and the compilation failed. The operating system I use is win10 64 bit 17>test_TextureConverter.cpp 17>d:\trunk\source\graphics\tests\test_camera.h(414): error C2039:'GetBoundsInViewPort': is not a member of'CCamera' (compiling source file ..\..\..\source\ graphics\tests\test_Camera.cpp) 17>d:\trunk\source\graphics\camera.h(41): note: see declaration of'CCamera' (compiling source file ..\..\..\source\graphics\tests\test_Camera.cpp) 17>d:\trunk\source\graphics\tests\test_camera.h(481): error C2039:'GetBoundsInViewPort': is not a member of'CCamera' (compiling source file ..\..\..\source\ graphics\tests\test_Camera.cpp) 17>d:\trunk\source\graphics\camera.h(41): note: see declaration of'CCamera' (compiling source file ..\..\..\source\graphics\tests\test_Camera.cpp) Edited May 16, 2021 by gameboy Link to comment Share on other sites More sharing options...
Freagarach Posted May 16, 2021 Share Posted May 16, 2021 @vladislavbelov (All is fine on Linux.) Link to comment Share on other sites More sharing options...
Stan` Posted May 16, 2021 Share Posted May 16, 2021 7 hours ago, gameboy said: Today, I tested the latest SVN25444. I used the compilation tool VS2017 to compile. This error message appeared and the compilation failed. The operating system I use is win10 64 bit 17>test_TextureConverter.cpp 17>d:\trunk\source\graphics\tests\test_camera.h(414): error C2039:'GetBoundsInViewPort': is not a member of'CCamera' (compiling source file ..\..\..\source\ graphics\tests\test_Camera.cpp) 17>d:\trunk\source\graphics\camera.h(41): note: see declaration of'CCamera' (compiling source file ..\..\..\source\graphics\tests\test_Camera.cpp) 17>d:\trunk\source\graphics\tests\test_camera.h(481): error C2039:'GetBoundsInViewPort': is not a member of'CCamera' (compiling source file ..\..\..\source\ graphics\tests\test_Camera.cpp) 17>d:\trunk\source\graphics\camera.h(41): note: see declaration of'CCamera' (compiling source file ..\..\..\source\graphics\tests\test_Camera.cpp) Update workspaces ? 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now