Game Development Community

Visual Studio 2008 Beta

by Nicolai Dutka · in Torque Game Engine · 09/05/2007 (3:09 pm) · 4 replies

I don't suppose there would be source files available for me to compile TGE 1.5.2 using Visual Studio 2008 beta?

Microsoft has a free download for it here: msdn2.microsoft.com/en-us/vstudio/aa700831.aspx

#1
09/05/2007 (3:52 pm)
You should be able to open up the VS 2005 project files in the 2008 IDE and it will convert them.
#2
09/05/2007 (3:57 pm)
I'll give this a try right now.
#3
09/05/2007 (8:28 pm)
I tried this and it worked beautifully.
#4
09/08/2007 (8:44 am)
Its failing miserably for me
13>winUser.cc
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(430) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(514) : error C2061: syntax error : identifier '__RPC__out_ecount_part'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(515) : error C2059: syntax error : ')'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(515) : error C2143: syntax error : missing ')' before ';'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(549) : error C2061: syntax error : identifier '__RPC__out'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(552) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(555) : error C2061: syntax error : identifier '__RPC__in_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(562) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(684) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(768) : error C2061: syntax error : identifier '__RPC__out_ecount_part'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(769) : error C2059: syntax error : ')'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(769) : error C2143: syntax error : missing ')' before ';'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(803) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(806) : error C2061: syntax error : identifier '__RPC__in'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(905) : error C2061: syntax error : identifier '__RPC__inout'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(909) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1013) : error C2061: syntax error : identifier '__RPC__in'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1047) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1134) : error C2061: syntax error : identifier '__RPC__out'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1229) : error C2061: syntax error : identifier '__RPC__out'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1234) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1365) : error C2061: syntax error : identifier '__RPC__inout'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1368) : error C2061: syntax error : identifier '__RPC__in'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1498) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1501) : error C2061: syntax error : identifier '__RPC__inout'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1506) : error C2061: syntax error : identifier '__RPC__in'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1648) : error C2061: syntax error : identifier '__RPC__in_opt'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1651) : error C2061: syntax error : identifier '__RPC__in'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1658) : error C2061: syntax error : identifier '__RPC__out'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1662) : error C2061: syntax error : identifier '__RPC__in_ecount_full'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1662) : error C2059: syntax error : ')'
13>c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(1662) : fatal error C1903: unable to recover from previous error(s); stopping compilation

any suggestions?