is there ANYBODY who could ever compile the Vision SDK?
-
everybody i know , cant compile it! i did all the steps over and over (like adding the paths etc), but i always get build errors like: error C2086: 'T2::size_type size_type' : redefinition error C2086: 'T4::reference reference' : redefinition and then some 100 more.. im getting crazy! there is nowhere any support, or written about this problems, am i so stupid, and doing something wrong??? maby it does not work with VS.NET 2003 ??? thanx for any input!
-
everybody i know , cant compile it! i did all the steps over and over (like adding the paths etc), but i always get build errors like: error C2086: 'T2::size_type size_type' : redefinition error C2086: 'T4::reference reference' : redefinition and then some 100 more.. im getting crazy! there is nowhere any support, or written about this problems, am i so stupid, and doing something wrong??? maby it does not work with VS.NET 2003 ??? thanx for any input!
Seems like Vision is meant for MSVC 5.0/6.0. The following is a shot in the dark, though maybe an inspired one: replace
T2::size_type size_type
with
typename T2::size_type size_type
and similarly for the other errors. Tell us back if it worked. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo