Talk:Compiling under VS2005: Difference between revisions
(deleted everything but misc, cause i made it public) |
No edit summary |
||
Line 3: | Line 3: | ||
Yes, what i read is there are no Problems with normal, full Version of VS 05, but i had problems... same as with express. --[[User:Rotzi|Rotzi]] 4 Fe 2006 (GMT+1) | Yes, what i read is there are no Problems with normal, full Version of VS 05, but i had problems... same as with express. --[[User:Rotzi|Rotzi]] 4 Fe 2006 (GMT+1) | ||
===Other Fixes / Comments=== | |||
got some info from [http://www.chatbear.com/board.plm?a=viewthread&t=104,1102070328,6443&b=4991&id=949052&v=flatold&s=0 this forumthreat] | |||
i had some errors in c_rope | |||
fixed it once with: | |||
taking the closing "}" from ''( int iRenderCache = 0; iRenderCache < nRenderCacheCount; ++iRenderCache )'' | |||
behind ''++m_aRenderCache[iRenderCache].m_nCacheCount;'' | |||
(means from line 231 (i think) to line 252) | |||
i'm still trying to complete this so it will compile, hope i could help anyone... | |||
greetz | |||
[[User:Rotzi]] Jan 2006 | |||
grml... | |||
doesn't work neither with express nor with full version... maybe i'm just stupid... | |||
I'll try again this weekend and update here... | |||
[[User:Rotzi]] Feb 2006 | |||
And still I'm having problems... Just tried it again, Release Client only, but did not get past 3 kinds of errors, wich all in all were 190 errors and 439 warnings... | |||
I also noticed that including user32.lib and excluding LIBC did not change these error-numbers, so atleast up to that point, it did not need them... Still I'm only talking about client-Release Only. | |||
[[User:Rotzi]] | |||
---- | |||
No longer needed, just if i/we need it again... ;) | |||
'undeclared variable' | |||
..\cl_dll\interpolatedvar.h(538) | |||
..\public\sentence.cpp(735) | |||
..\public\sentence.cpp(1098) | |||
..\public\sentence.cpp(1168) | |||
---- |
Revision as of 21:12, 11 February 2006
Misc
I'll be getting a copy of Visual Studio 2005 (not express) in the next couple of weeks. Is there a problem compiling on it too or does anybody know yet? --AndrewNeo 07:11, 28 Jan 2006 (PST)
Yes, what i read is there are no Problems with normal, full Version of VS 05, but i had problems... same as with express. --Rotzi 4 Fe 2006 (GMT+1)
Other Fixes / Comments
got some info from this forumthreat
i had some errors in c_rope
fixed it once with:
taking the closing "}" from ( int iRenderCache = 0; iRenderCache < nRenderCacheCount; ++iRenderCache )
behind ++m_aRenderCache[iRenderCache].m_nCacheCount;
(means from line 231 (i think) to line 252)
i'm still trying to complete this so it will compile, hope i could help anyone...
greetz
User:Rotzi Jan 2006
grml...
doesn't work neither with express nor with full version... maybe i'm just stupid...
I'll try again this weekend and update here...
User:Rotzi Feb 2006
And still I'm having problems... Just tried it again, Release Client only, but did not get past 3 kinds of errors, wich all in all were 190 errors and 439 warnings...
I also noticed that including user32.lib and excluding LIBC did not change these error-numbers, so atleast up to that point, it did not need them... Still I'm only talking about client-Release Only.
No longer needed, just if i/we need it again... ;)
'undeclared variable' ..\cl_dll\interpolatedvar.h(538) ..\public\sentence.cpp(735) ..\public\sentence.cpp(1098) ..\public\sentence.cpp(1168)