Crystal Space
Welcome,
Guest
. Please
login
or
register
.
May 18, 2013, 06:39:28 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
9222
Posts in
2229
Topics by
5379
Members
Latest Member:
Reenaryerson
Crystal Space
Associate Projects
CEL Discussion
Running CEL in visual C++
« previous
next »
Pages:
[
1
]
Author
Topic: Running CEL in visual C++ (Read 1175 times)
Jsrduck
Newbie
Posts: 4
Running CEL in visual C++
«
on:
April 07, 2010, 09:55:40 pm »
Hello,
CrystalSpace and CEL both successfully compiled for me, but when I try to run appcelstart, I get the error:
"The program can't start because crystalspace-1.4-vc9_d.dl is missing..."
I followed the instructions and added the directory which contains this dll (for me, C:\crystalspace-src-1.4.0\out\debug9\bin) to the VC++ directories list through Tools->Options->Projects and Solutions->VC++ Directories. Yet it still can't find the dll.
Additionally, I noticed while looking at the properties that appceltst lists ..\..\..\CS\out\debug9\libs under "Additional Library Directories." This seems to assume that 1. My CrystalSpace directory is named CS (it's not) and 2. that the root CrystalSpace directory is in the same directory as CEL. I tried replacing ..\..\..\CS with $(CRYSTAL) but it didn't make any difference.
Thanks for your help,
Jordan
Logged
Crystalfur
Newbie
Posts: 30
Re: Running CEL in visual C++
«
Reply #1 on:
April 15, 2010, 05:40:26 am »
I'll give it a shot.
Given that you're on Windows (b/c you're using msvc++),
your environmental variables should look like this:
Crystal Space:
Name: Crystal
Value: C:\CS (or C:\...whatever)
CEL:
Name: CEL
Value: C:\CEL (or C:\...whater)
In VC,
Tools-->Options-->Project and Solutions-->VC++ Directories:
Under Include:
C:\CS
C:\CEL
Under Library:
C:\CS\out\release9\libs
C:\CS\out\debug9\libs
C:\CEL\out\release9\libs
C:\...
Note that the directory where you have CS installed is not necessarily that but wherever you have it located. Same is true for CEL.
Make sure to include the appropriate Preprocessor definitions and the appropriate Additional Dependancies
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Crystal Space Development
-----------------------------
=> General Crystal Space Discussion
=> Support
-----------------------------
Crystal Space Project Development
-----------------------------
=> Feature Requests
=> Plugins
=> Bug Reports
-----------------------------
Crystal Space Development
-----------------------------
=> Game Content Creation
-----------------------------
Miscellaneous
-----------------------------
=> Article/Tutorial Requests
=> Article/Tutorial Discussion
-----------------------------
Crystal Space Project Development
-----------------------------
=> Development Discussion
-----------------------------
Crystal Space Projects
-----------------------------
=> Project Discussion
=> WIP Projects
=> Finished Projects
-----------------------------
Associate Projects
-----------------------------
=> CEL Discussion
=> Crystal Core Discussion
=> CrystalBlend Discussion
-----------------------------
Crystal Space Project Development
-----------------------------
=> Google Summer of Code
-----------------------------
Associate Projects
-----------------------------
=> Apricot (Open Game)
=> Ares Project
Loading...