There is a problem in foundation\vec3.

Asked by Hu Zunpeng

I cannot run the program.It says "c:\microsoft visual studio\vc98\include\foundation\vec3.hpp(309) : error C2248: 'data' : cannot access protected member declared in class 'Vec3'"

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
Feng Chen
Solved:
Last query:
Last reply:
Revision history for this message
Best Feng Chen (fchen3-gmail) said :
#1

Hi, Zupeng:

Based on your very limited information about the error:

Are you trying to use Linux version of ESyS-Particle or Windows version? It appears that you are trying to build esys-particle-win? The error you have seems to be a compiling error instead of a run-time error, it seems very strange you have foundation folder within vc98 folder, are you using Visual Studio 6.0 which is very outdated?

If you are trying to install/compile esys-particle-win, please carefully read http://bazaar.launchpad.net/~esys-p-dev/esys-particle/esys-particle-win/view/head:/trunk/BuildInstructions.pdf before start the build process, Visual Studio 6.0 was never tested and might never be supported in the future. Try to get at least a free Visual Studion Express version (VS2005, 2008 or 2010)

Feng

Revision history for this message
Hu Zunpeng (hzpch) said :
#2

Thanks Feng Chen, that solved my question.