Hey all, I've followed this guide word-to-word and done everything its asked me to do:
hxxp://openascent.com/viewtopic.php?f=9&t=52
However, when I try to compile scripts2008.sln for x64 with a clean OpenAscent I get these errors & warnings:
Code:
1>------ Build started: Project: LUAScripting, Configuration: Debug x64 ------
1>Compiling...
1>LUAEngine.cpp
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(520) : error C4235: nonstandard extension used : '__asm' keyword not supported on this architecture
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(522) : error C2065: 'fld' : undeclared identifier
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(522) : error C2146: syntax error : missing ';' before identifier 'value'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(523) : error C2146: syntax error : missing ';' before identifier 'frndint'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(523) : error C2065: 'frndint' : undeclared identifier
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(523) : error C2146: syntax error : missing ';' before identifier 'fistp'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(524) : error C2065: 'fistp' : undeclared identifier
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(524) : error C2146: syntax error : missing ';' before identifier 'i'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(524) : error C2143: syntax error : missing ';' before '}'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(543) : error C4235: nonstandard extension used : '__asm' keyword not supported on this architecture
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(545) : error C2065: 'fld' : undeclared identifier
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(545) : error C2146: syntax error : missing ';' before identifier 'value'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(546) : error C2146: syntax error : missing ';' before identifier 'frndint'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(546) : error C2065: 'frndint' : undeclared identifier
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(546) : error C2146: syntax error : missing ';' before identifier 'fistp'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(547) : error C2065: 'fistp' : undeclared identifier
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(547) : error C2146: syntax error : missing ';' before identifier 'i'
1>c:\documents and settings\******\desktop\openascent\src\ascent-shared\Common.h(547) : error C2143: syntax error : missing ';' before '}'
1>..\src\luascripting\LUAEngine.cpp(2913) : warning C4244: 'argument' : conversion from 'size_t' to 'lua_Number', possible loss of data
1>..\src\luascripting\LUAEngine.cpp(3384) : warning C4244: 'argument' : conversion from 'size_t' to 'lua_Number', possible loss of data
1>..\src\luascripting\LUAEngine.cpp(3415) : warning C4244: 'argument' : conversion from 'size_t' to 'lua_Number', possible loss of data
1>..\src\luascripting\LUAEngine.cpp(4081) : warning C4244: 'argument' : conversion from 'size_t' to 'lua_Number', possible loss of data
1>Build log was saved at "file://c:\Documents and Settings\******\Desktop\OpenAscent\src\scripts\projects\x64\Debug\BuildLog.htm"
1>LUAScripting - 18 error(s), 4 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Anyone get any ideas?
ascentVC90.sln & all other scripts compile successfully.
Running: (x86)Windows XP MCE 2005 SP2; Visual Studio 2008 Pro. (I have also tried to compile on x64 Win Server 2008 but still had the same prob)