Show Posts
|
|
Pages: [1] 2
|
|
3
|
Crystal Space Development / Support / Re: Error Compiling
|
on: September 05, 2008, 02:15:54 pm
|
|
Libcrystalspace_d.lib is an output file, when you succesfully compile libcrystalspace project. This is impossibel now for you:
"c:\program files\cs\libs\csutil\archive.cpp : fatal error C1084: Cannot read source file: 'c:\program files\cs\libs\csutil\archive.cpp': Permission denied"
Is this file nonreadbale in your system? The problem is this "permission denied" file.
|
|
|
|
|
8
|
Crystal Space Development / Support / Re: Newbie question about loading genmeshes
|
on: August 31, 2008, 10:43:45 am
|
|
ILoader->LoadMapFile("world_name") fuction loads the world file. When you in this world file puts this line:
<library>your_library_name</library>
then CS loads this library automatically with the world file.
I don't understand the your problem.
The
<plugin name="genmesh">crystalspace.mesh.loader.genmesh</plugin> means, CS will use the crystalspace.mesh.loader.genmesh plugin (standard) to load genmeshes. After this line, you can use genmeshes happily.
|
|
|
|
|
|