Show Posts
|
|
Pages: [1]
|
|
1
|
Crystal Space Development / Support / Re: CEL for vc2003 (7.1)?
|
on: June 02, 2006, 12:10:10 pm
|
|
I had about 10 folders spead across 2 desktops, all saying CEL. in my haste I chose the wrong one. its kind of like getting a plumber to fix your oven, cause I'm a modeler, not a coder, but I'm trying.....
|
|
|
|
|
5
|
Crystal Space Development / Support / CEL for vc2003 (7.1)?
|
on: June 02, 2006, 11:25:58 am
|
|
hi, is there a CEL that can be compiled with vc2003? the releases are all for a newer version, I have vc2003 installed and get conflicts when I install 2005 express on the same machine. thanks for any response.
|
|
|
|
|
7
|
Crystal Space Development / Support / Re: 19 errors!!
|
on: June 01, 2006, 09:20:51 pm
|
|
it seems that because I have 2005 express on the same machine, these errors are arising. I uninstalled the 2005 express, and the solution compiled beautifully
---------------------- Done ----------------------
Build: 197 succeeded, 0 failed, 0 skipped
|
|
|
|
|
9
|
Crystal Space Development / Support / 19 errors!!
|
on: June 01, 2006, 06:16:38 pm
|
|
hello all. I dlled the sdk, updated via cvs, ran the "wkstypical.sln" in the "C:\CS\mk\msvc71" dir, and got 19 errors!! here is a copy:
------ Build started: Project: libcrystalspace, Configuration: Release Win32 ------
Compiling... winprintf.cpp ..\..\include\csgeom\math.h(104) : error C3861: '_finite': identifier not found, even with argument-dependent lookup ..\..\include\csgeom\math.h(118) : error C3861: '_finite': identifier not found, even with argument-dependent lookup \CS\libs\csutil\win32\winprintf.cpp(63) : error C3861: '_isatty': identifier not found, even with argument-dependent lookup \CS\libs\csutil\win32\winprintf.cpp(67) : error C3861: '_get_osfhandle': identifier not found, even with argument-dependent lookup syspath.cpp \CS\libs\csutil\syspath.cpp(169) : error C3861: '_access': identifier not found, even with argument-dependent lookup \CS\libs\csutil\syspath.cpp(183) : error C3861: '_access': identifier not found, even with argument-dependent lookup snprintf.cpp ..\..\include\csgeom\math.h(104) : error C3861: '_finite': identifier not found, even with argument-dependent lookup ..\..\include\csgeom\math.h(118) : error C3861: '_finite': identifier not found, even with argument-dependent lookup mmapio.cpp ..\..\include\csgeom\math.h(104) : error C3861: '_finite': identifier not found, even with argument-dependent lookup ..\..\include\csgeom\math.h(118) : error C3861: '_finite': identifier not found, even with argument-dependent lookup memfile.cpp ..\..\include\csgeom\math.h(104) : error C3861: '_finite': identifier not found, even with argument-dependent lookup ..\..\include\csgeom\math.h(118) : error C3861: '_finite': identifier not found, even with argument-dependent lookup csstring.cpp ..\..\include\csgeom\math.h(104) : error C3861: '_finite': identifier not found, even with argument-dependent lookup ..\..\include\csgeom\math.h(118) : error C3861: '_finite': identifier not found, even with argument-dependent lookup renderbuffer.cpp ..\..\include\csgeom\math.h(104) : error C3861: '_finite': identifier not found, even with argument-dependent lookup ..\..\include\csgeom\math.h(118) : error C3861: '_finite': identifier not found, even with argument-dependent lookup polyclip.cpp ..\..\include\csgeom\math.h(104) : error C3861: '_finite': identifier not found, even with argument-dependent lookup ..\..\include\csgeom\math.h(118) : error C3861: '_finite': identifier not found, even with argument-dependent lookup Generating Code...
Build log was saved at "file://c:\Cs\out\release71\build\libcrystalspace\\BuildLog.htm" libcrystalspace - 18 error(s), 0 warning(s)
------ Build started: Project: app3ds2lev, Configuration: Release Win32 ------
Linking... LINK : fatal error LNK1181: cannot open input file '\cs\out\release71\libs\libcrystalspace.lib'
Build log was saved at "file://c:\Cs\out\release71\build\app3ds2lev\\BuildLog.htm" app3ds2lev - 1 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 2 failed, 0 skipped
whats happening??
|
|
|
|
|
|