Show Posts
|
|
Pages: 1 2 [3] 4 5
|
|
32
|
Crystal Space Development / General Crystal Space Discussion / Precompiled VC8 SDK, is a good idea?
|
on: July 28, 2006, 04:15:05 pm
|
Hi all! Compiling CS is not hard, but many people have issues to do this. I maked an experimeriental precompiled SDK for VisualC++ Express (vc8). You can download here: http://w3.cablenet.hu/maxjoco/cs/cs-bin-package-2006-07-07-vc8-sdk_rel001.rar I make the SDK better and update daily, and make support for CEL, when some people needs this. When nobody interesting, I don't wanna work for nothing. About the package: svn version 2006. 07-.07. (I use this version). Contains all debug and release dll-s and libs, all apps and tools compiled in release mode, and apps sources(without project files,this is a todo). You need the latest cs win32 library package too , with msvc8 support. Read the installing notes for more information.
|
|
|
|
|
34
|
Crystal Space Development / Support / Re: Python Plugin?
|
on: July 26, 2006, 07:29:30 am
|
|
The MSVC8 solution file doesn't contains project files for python plugin and module,but he MSVC71 solution have it. You can convert this to MSVC 8 solution easily, just open it and MSVC Express makes the conversion.
|
|
|
|
|
35
|
Crystal Space Development / Support / Re: trouble compiling CS
|
on: July 26, 2006, 07:14:35 am
|
|
This is not a beta version, but your error message is not a beta-only problem. Try the MS remover tool, then reinstall your MSVC, maybe help.
A question: You can't compile only CS or you can't compile any win32 application?
|
|
|
|
|
38
|
Crystal Space Development / General Crystal Space Discussion / Re: which version to use
|
on: July 24, 2006, 07:58:47 am
|
|
Where did you find that huge download? I can't find it. It shouldn't be that big so I would like to know which url exactly has that size.
Some older daily snapshot had this size (they contained debug data, I don't know, why). The newer packages(including latest) has the correct size.
|
|
|
|
|
40
|
Crystal Space Development / Support / Re: CS questions, etc.
|
on: July 24, 2006, 07:44:53 am
|
|
1. Is it possible to get binaries for CS that aren't just for artists and what is the disadvantage versus compiling it yourself.
No, the only way is compiling from source.
2. Could trying to compile a different version of CS (say, from the CVS) change my chances of it compiling properly? (See the thread "trouble compiling CS" to see what errors I got.
Ok, I go to this tpoic.
|
|
|
|
|
43
|
Crystal Space Development / Support / Re: How do I convert from a Linux CS project to a Windows one?
|
on: July 06, 2006, 07:50:23 pm
|
No, but you have a lot of libraries in the directory. I don't know which ones you have to take exactly.
I copied EVERY dll in the CS directory (I did a quick search) and when I tried to run the EXE it said that the dlls didn't match (visualC != gcc). Any idea what THIS means?  That means, you must compile the CS itself and yout app wit the same compiler (gcc or visualC). You cannot use a VisualC compiled Cs app with gcc compiled dll-s.
|
|
|
|
|
|