 |
trueaxis.com True Axis Physics SDK Forum
|
| View previous topic :: View next topic |
| Author |
Message |
AlexRamallo
Joined: 09 Mar 2010 Posts: 2
|
Posted: Tue Mar 09, 2010 3:26 am Post subject: 100+ Building errors |
|
|
I've been reading around and I read the documentation, readme's and they all tell me the same thing:
"Include all the .cpp files in the Common and Physics folders"
Well I did, in this file:
include.h
| Code: |
#ifndef INCLUDES_TA_H_
#define INCLUDES_TA_H_
#include "Common/zcta000.cpp"
#include "Common/zcta001.cpp"
#include "Common/zcta002.cpp"
#include "Common/zcta003.cpp"
#include "Common/zcta004.cpp"
#include "Common/zcta005.cpp"
#include "Common/zcta006.cpp"
#include "Common/zcta007.cpp"
#include "Common/zcta008.cpp"
#include "Common/zcta009.cpp"
#include "Common/zcta010.cpp"
#include "Common/zcta011.cpp"
#include "Common/zcta012.cpp"
#include "Common/zcta013.cpp"
#include "Common/zcta014.cpp"
#include "Common/zcta015.cpp"
#include "Common/zcta016.cpp"
#include "Common/zcta017.cpp"
#include "Common/zcta018.cpp"
#include "Common/zcta019.cpp"
#include "Common/zcta020.cpp"
#include "Common/zcta021.cpp"
#include "Common/zcta022.cpp"
#include "Common/zcta023.cpp"
#include "Common/zcta024.cpp"
#include "Common/zcta025.cpp"
#include "Common/zcta026.cpp"
#include "Common/zcta027.cpp"
#include "Common/zcta028.cpp"
#include "Physics/zpta000.cpp"
#include "Physics/zpta001.cpp"
#include "Physics/zpta002.cpp"
#include "Physics/zpta003.cpp"
#include "Physics/zpta004.cpp"
#include "Physics/zpta005.cpp"
#include "Physics/zpta006.cpp"
#include "Physics/zpta007.cpp"
#include "Physics/zpta008.cpp"
#include "Physics/zpta009.cpp"
#include "Physics/zpta010.cpp"
#include "Physics/zpta011.cpp"
#include "Physics/zpta012.cpp"
#include "Physics/zpta013.cpp"
#include "Physics/zpta014.cpp"
#include "Physics/zpta015.cpp"
#include "Physics/zpta016.cpp"
#include "Physics/zpta017.cpp"
#include "Physics/zpta018.cpp"
#include "Physics/zpta019.cpp"
#include "Physics/zpta020.cpp"
#include "Physics/zpta021.cpp"
#include "Physics/zpta022.cpp"
#include "Physics/zpta023.cpp"
#include "Physics/zpta024.cpp"
#include "Physics/zpta025.cpp"
#include "Physics/zpta026.cpp"
#include "Physics/zpta027.cpp"
#include "Physics/zpta028.cpp"
#include "Physics/zpta029.cpp"
#include "Physics/zpta030.cpp"
#include "Physics/zpta031.cpp"
#include "Physics/zpta032.cpp"
#include "Physics/zpta033.cpp"
#include "Physics/zpta034.cpp
#endif
|
I have all the files in the right directories, and this is the main.cpp:
main.cpp
| Code: |
#include<iostream>
#include "include.h"
using namespace std;
int main(){
return 0;
}
|
Those are the only two files in my project, and here are the errors I'm getting:
| Quote: |
1>------ Build started: Project: TrueAxisTEST, Configuration: Debug Win32 ------
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
1>main.cpp
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta005.cpp(543) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta005.cpp(638) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta010.cpp(181) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta010.cpp(694) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta013.cpp(373) : error C2039: 'lOOOllOOOlO' : is not a member of 'TA::MemoryMgr'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\memorymgr.h(84) : see declaration of 'TA::MemoryMgr'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta013.cpp(399) : error C2039: 'lOOOllOOOll' : is not a member of 'TA::MemoryMgr'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\memorymgr.h(84) : see declaration of 'TA::MemoryMgr'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta002.cpp(555) : error C2370: 'TA::lOOOlOOOll' : redefinition; different storage class
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta001.cpp(139) : see declaration of 'TA::lOOOlOOOll'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2224) : error C2248: 'TA::Collision::lllOlllllO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(234) : see declaration of 'TA::Collision::lllOlllllO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2463) : error C2248: 'TA::Collision::lOlOllOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(224) : see declaration of 'TA::Collision::lOlOllOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2495) : error C2248: 'TA::Collision::lllOlllllO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(234) : see declaration of 'TA::Collision::lllOlllllO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2516) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2541) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2565) : error C2248: 'TA::Collision::lOOOOlllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(218) : see declaration of 'TA::Collision::lOOOOlllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2579) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta005.cpp(2639) : error C2248: 'TA::Collision::lOllOllOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(236) : see declaration of 'TA::Collision::lOllOllOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta007.cpp(1500) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta007.cpp(1827) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(1953) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(2146) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(2344) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta002.inl(1203) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta002.inl(1876) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta002.inl(2501) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta002.inl(3154) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5177) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5206) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5221) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5364) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5390) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5410) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5559) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5586) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta008.cpp(5598) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(169) : error C2370: 'TA::lllOOlOlOOl' : redefinition; different storage class
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta007.cpp(293) : see declaration of 'TA::lllOOlOlOOl'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(180) : error C2370: 'TA::lllOOlOlOlO' : redefinition; different storage class
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta007.cpp(303) : see declaration of 'TA::lllOOlOlOlO'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(6054) : error C2248: 'TA::Collision::lllOlllllO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(234) : see declaration of 'TA::Collision::lllOlllllO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(6209) : error C2248: 'TA::Collision::lOlOllOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(224) : see declaration of 'TA::Collision::lOlOllOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(6229) : error C2248: 'TA::Collision::lOOOOlllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(218) : see declaration of 'TA::Collision::lOOOOlllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(6245) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(6264) : error C2248: 'TA::Collision::lllOlllllO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(234) : see declaration of 'TA::Collision::lllOlllllO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(6275) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(23117) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(23659) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(25230) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(26070) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(26094) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta011.cpp(26106) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(2092) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(2372) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(2575) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(1140) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(1498) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(2072) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(2159) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(2857) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(4078) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(4435) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(4938) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(7098) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta003.inl(7541) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22138) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22162) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22173) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22413) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22440) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22452) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22597) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22622) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta012.cpp(22635) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta013.cpp(1477) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta013.cpp(1490) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta015.cpp(1636) : error C2248: 'TA::Collision::lOllOOlOOll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(235) : see declaration of 'TA::Collision::lOllOOlOOll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta004.inl(1109) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta004.inl(1764) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta015.cpp(3221) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta015.cpp(3245) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta015.cpp(3258) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta016.cpp(32) : error C2370: 'TA::lOOOlOOOll' : redefinition; different storage class
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\common\zcta001.cpp(139) : see declaration of 'TA::lOOOlOOOll'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(147) : error C2248: 'TA::Collision::lOllOOOllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(239) : see declaration of 'TA::Collision::lOllOOOllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(164) : error C2248: 'TA::Collision::lOllOOlOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(240) : see declaration of 'TA::Collision::lOllOOlOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(186) : error C2248: 'TA::Collision::lOllOOOllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(239) : see declaration of 'TA::Collision::lOllOOOllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(204) : error C2248: 'TA::Collision::lOllOOlOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(240) : see declaration of 'TA::Collision::lOllOOlOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(222) : error C2248: 'TA::Collision::lOOOOlllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(218) : see declaration of 'TA::Collision::lOOOOlllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(239) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(259) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(266) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(278) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(293) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(417) : error C2248: 'TA::Collision::lOllOOOllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(239) : see declaration of 'TA::Collision::lOllOOOllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(437) : error C2248: 'TA::Collision::lOllOOlOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(240) : see declaration of 'TA::Collision::lOllOOlOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(462) : error C2248: 'TA::Collision::lOllOOOllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(239) : see declaration of 'TA::Collision::lOllOOOllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(478) : error C2248: 'TA::Collision::lOllOOlOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(240) : see declaration of 'TA::Collision::lOllOOlOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(498) : error C2248: 'TA::Collision::lOOOOlllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(218) : see declaration of 'TA::Collision::lOOOOlllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(517) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(539) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(548) : error C2248: 'TA::Collision::lOOOlOOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(219) : see declaration of 'TA::Collision::lOOOlOOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(558) : error C2248: 'TA::Collision::lOllOOlOOOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(241) : see declaration of 'TA::Collision::lOllOOlOOOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(568) : error C2248: 'TA::Collision::lOllOOlOOlO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(242) : see declaration of 'TA::Collision::lOllOOlOOlO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(581) : error C2248: 'TA::Collision::lOllOOOllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(239) : see declaration of 'TA::Collision::lOllOOOllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(609) : error C2248: 'TA::Collision::lOllOOOllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(239) : see declaration of 'TA::Collision::lOllOOOllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(630) : error C2248: 'TA::Collision::lOllOOOllll' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(239) : see declaration of 'TA::Collision::lOllOOOllll'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(648) : error C2248: 'TA::Collision::lOllOOlOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(240) : see declaration of 'TA::Collision::lOllOOlOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(677) : error C2248: 'TA::Collision::lOllOOlOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(240) : see declaration of 'TA::Collision::lOllOOlOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta017.cpp(696) : error C2248: 'TA::Collision::lOllOOlOOOO' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(240) : see declaration of 'TA::Collision::lOllOOlOOOO'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta018.cpp(6900) : error C2248: 'TA::Collision::lOllOOOllOl' : cannot access private member declared in class 'TA::Collision'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(225) : see declaration of 'TA::Collision::lOllOOOllOl'
1> c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\collision.h(2 : see declaration of 'TA::Collision'
1>c:\users\owner\desktop\c++\trueaxistest\trueaxistest\physics\zpta018.cpp(6900) : fatal error C1003: error count exceeds 100; stopping compilation
1>Build log was saved at "file://c:\Users\Owner\Desktop\C++\TrueAxisTEST\TrueAxisTEST\Debug\BuildLog.htm"
1>TrueAxisTEST - 102 error(s), 5 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|
I'm using msvc++ 2008 express edition, and I followed everything everyones said so far, but I can't get this problem fixed. |
|
| Back to top |
|
 |
AlexRamallo
Joined: 09 Mar 2010 Posts: 2
|
Posted: Sat Mar 13, 2010 3:16 pm Post subject: |
|
|
wow like 4 days and no reply..
fuck this im going to ODE |
|
| Back to top |
|
 |
luke Site Admin
Joined: 15 Oct 2004 Posts: 621
|
Posted: Thu Apr 08, 2010 1:56 am Post subject: |
|
|
Hi, sorry, I check these forums very rarely now, and the latest publically available libraries are a bit out of date, and my cause some compile errors due to changes in the latest compilers.
We have almost no requests for updates, and at this point, have no plans to release any updates, although, we are using the True Axis Physics SDK for our internal projects. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|