Show Posts
|
|
Pages: [1] 2
|
|
1
|
Associate Projects / CrystalBlend Discussion / Re: Start and build problems
|
on: February 10, 2006, 08:25:30 pm
|
|
I modified the start_goodhardware.cmd file that it fits for WindowsXP and should also work other OS that prefer the former style :
cd prg ver | Find "XP" >NUL If Not ErrorLevel 1 GOTO :WinXP GOTO :OtherOS :WinXP Echo OS is Windows XP set CRYSTAL=%cd% set CEL=%cd% crystalblend.exe normalmap.blend -mode=1024x768 -silent GOTO :EOF :OtherOS Echo OtherOS set CRYSTAL . set CEL . crystalblend.exe normalmap.blend -mode=1024x768 -silent :EOF
Have a nice weekend -Ernie
|
|
|
|
|
5
|
Associate Projects / CrystalBlend Discussion / Start and build problems
|
on: February 10, 2006, 11:37:19 am
|
|
Hi,
I wanted to try crystalblend and downloaded the lite version. when I wanted to start I got the following error: - g:\cs\sndmanager.dll plugin compiler does not match application compiler VisulaC != GCC.
So I downloaded the current cvs version and wanted to build it as described in the README. I got the following error : fatal error C1083: cant open include file : "config.h": No such file or directory e:\Download\KI\crystalblend_win32_0.02\crystalblend\src\readblend\dnapp\variable.cpp 1
can someone help ?
Thx Ernie
|
|
|
|
|
11
|
Associate Projects / CEL Discussion / problem to start CEL applications - files not found in vfs
|
on: February 08, 2006, 02:55:51 pm
|
|
Hi,
when I try to start the CEL app I get the following errors:
1. with CelTst : cannot open map file 'cally.cal3d' on vfs
2. with WalkTut : cannot open map file 'walktut.box' on vfs
I have the latest cvs CEL and the pseudostabel CS version installed. Using the current cvs version of CS crashes the CEL app with an unhandled execption in the app.
please help...
thx
|
|
|
|
|
14
|
Crystal Space Development / Support / Re: Cant find Maze sourcecode in `apps/tutorial/mazing'
|
on: February 07, 2006, 09:44:12 pm
|
|
Just downloaded the cvs files and get the following error when I want to build the maze app with windowsXP and visual studio 2005:
g:\vc projects\cs_test1\maze\gamestuff.cpp(543) : error C2664: 'iGeneralFactoryState::GenerateSphere': conversion of parameter 1 from 'csEllipsoid' to 'const csSphere isnt possible because: converting from 'csEllipsoid' to 'const csSphere' isnt possible. g:\vc projects\cs_test1\maze\gamestuff.cpp(613) : error C2039: 'EnableZSort': is no element of 'iParticlesFactoryState'
I translated the error message from german to english and hope I did it OK...
|
|
|
|
|
|