Search found 4 matches
- 02 May 2006, 03:05
- Forum: Engine
- Topic: Compiling spring (mingw and visual studio 7/8)
- Replies: 581
- Views: 173424
not from svn, from the 0.70b3 source. Compiler does not allow const_cast to down cast under /clr:oldSyntax Prior to Visual C++ 2005 the Visual C++ compiler allowed the const_cast Operator to down cast when compiling source code that uses Managed Extensions for C++ syntax. Performing a down cast with...
- 30 Apr 2006, 16:01
- Forum: Engine
- Topic: Compiling spring (mingw and visual studio 7/8)
- Replies: 581
- Views: 173424
build it finally. main problem with .\rts.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. fixed. and place libc.lib in the list to be ignored library. now mainly problem with complieing CrashRpt. Error 1 error C2440: 'return' : cannot convert from 'const char *' to 'TCHAR *' d:\www...
- 30 Apr 2006, 06:01
- Forum: Engine
- Topic: Compiling spring (mingw and visual studio 7/8)
- Replies: 581
- Views: 173424
i got the Windows® Server 2003 R2 Platform SDK Full Download actually
http://www.microsoft.com/downloads/deta ... laylang=en
it doesn't include libc.lib too... do i have to install both version?
http://www.microsoft.com/downloads/deta ... laylang=en
it doesn't include libc.lib too... do i have to install both version?
- 28 Apr 2006, 11:30
- Forum: Engine
- Topic: Compiling spring (mingw and visual studio 7/8)
- Replies: 581
- Views: 173424
Re: Having trouble with libc.lib
I am using the free copy of Visual C++ 2005 off the Microsoft website. RTS finally compiles, but it is asking for LIBC.lib. I read greenail's instructions, but I don't understand them. Would you please give this C++ newbie a little more help? Thanks. EDIT: If anyone wants a copy of boost compiled f...