Re: [CsMain] Problems running compiled simple tutorial (Can't find dll)

2011-07-27 Thread Rory Vander Valk

Hey,

Thanks Vincent.  Now I see I can run the program from the compiled exe file 
anywhere but running it directly after the compile through MSVC doesn't find 
the dll.  I don't know how to set any path to fix that but it is fine for now I 
can live with it as is til I know how to fix that issue.

I'm very happy I can continue through tutorials to the next big problem along 
development.

Thanks again for the responses,
Rory

> Date: Tue, 26 Jul 2011 17:52:58 +0200
> From: Vincent Knecht 
> Subject: Re: [CsMain] Problems running compiled simple tutorial (Can't
>   finddll)
> 
> 2011/7/26 Rory Vander Valk 
> 
> >  Hello,
> >
> > After lots of troubles with simple solutions I have CS compiled entirely.
> > My new problem is a system error claiming
> > crystalspace-1.4-vc9_d.dll is missing from my computer even though it is
> > sitting in my CS directory. I don't know if it's fine there or would like to
> > be in a certain subfolder, nothing about moving them in the manual.
> > I have the environmental variable set and have all of the preprocessor and
> > library settings setup in MSVC++ 2008 from the manual.
> >
> > I'm running on windows 7 if we want to blame that.
> > Another obscure thing is I see no release libraries only debug...  Not
> > really a problem anytime soon though.
> >
> > I had problems trying to use V2.0. So I'm waiting till it is considered
> > released. I found MSVC 2008 and went with the stable old 1.4 on the website.
> >
> > I hope someone has a nice solution for this, thanks in advance.
> >
> > Should I be sending these problems to the forums in the future instead?
> >
> > Sincerely,
> > Rory
> >
> 
> Hello,
> 
>   most probably you only need to add the CS directory to the PATH
> environment variable.
> 
> --
> Magic Quadrant for Content-Aware Data Loss Prevention
> Research study explores the data loss prevention market. Includes in-depth
> analysis on the changes within the DLP market, and the criteria used to
> evaluate the strengths and weaknesses of these DLP solutions.
> http://www.accelacomm.com/jaw/sfnl/114/51385063/
> 
> --
  --
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [CsMain] Problems running compiled simple tutorial (Can't find dll)

2011-07-26 Thread Vincent Knecht
2011/7/26 Rory Vander Valk 

>  Hello,
>
> After lots of troubles with simple solutions I have CS compiled entirely.
> My new problem is a system error claiming
> crystalspace-1.4-vc9_d.dll is missing from my computer even though it is
> sitting in my CS directory. I don't know if it's fine there or would like to
> be in a certain subfolder, nothing about moving them in the manual.
> I have the environmental variable set and have all of the preprocessor and
> library settings setup in MSVC++ 2008 from the manual.
>
> I'm running on windows 7 if we want to blame that.
> Another obscure thing is I see no release libraries only debug...  Not
> really a problem anytime soon though.
>
> I had problems trying to use V2.0. So I'm waiting till it is considered
> released. I found MSVC 2008 and went with the stable old 1.4 on the website.
>
> I hope someone has a nice solution for this, thanks in advance.
>
> Should I be sending these problems to the forums in the future instead?
>
> Sincerely,
> Rory
>

Hello,

  most probably you only need to add the CS directory to the PATH
environment variable.
--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [CsMain] Problems running compiled simple tutorial (Can't find dll)

2011-07-26 Thread Alin Baciu
Also, you want to add an include an lib path to 
[source_forder]/winlibs/x86/include and lib, respectively, after you 
install the libs.


On 26.07.2011 17:42, Rory Vander Valk wrote:

Hello,

After lots of troubles with simple solutions I have CS compiled 
entirely.  My new problem is a system error claiming
crystalspace-1.4-vc9_d.dll is missing from my computer even though it 
is sitting in my CS directory. I don't know if it's fine there or 
would like to be in a certain subfolder, nothing about moving them in 
the manual.
I have the environmental variable set and have all of the preprocessor 
and library settings setup in MSVC++ 2008 from the manual.


I'm running on windows 7 if we want to blame that.
Another obscure thing is I see no release libraries only debug...  Not 
really a problem anytime soon though.


I had problems trying to use V2.0. So I'm waiting till it is 
considered released. I found MSVC 2008 and went with the stable old 
1.4 on the website.


I hope someone has a nice solution for this, thanks in advance.

Should I be sending these problems to the forums in the future instead?

Sincerely,
Rory


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/


___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe



--
\/
Alin Baciu
/\
\/
AwkwardGames 
/\
@Logomorph
\/
--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [CsMain] Problems running compiled simple tutorial (Can't find dll)

2011-07-26 Thread Alin Baciu

Hi Rory,

I'm working on MSVC++ 2008, too, and it was extremely straight-forward 
for me. Downloaded the source, the corresponding cs-win23-libs for the 
version I had (working on 2.1) from 
http://www.crystalspace3d.org/downloads/cs-winlibs/ , installed it and 
built the solution. Worked like a charm. If you want a release build, 
select "Release" from the drop-down box, next to the green arrow.


Alin

On 26.07.2011 17:42, Rory Vander Valk wrote:

Hello,

After lots of troubles with simple solutions I have CS compiled 
entirely.  My new problem is a system error claiming
crystalspace-1.4-vc9_d.dll is missing from my computer even though it 
is sitting in my CS directory. I don't know if it's fine there or 
would like to be in a certain subfolder, nothing about moving them in 
the manual.
I have the environmental variable set and have all of the preprocessor 
and library settings setup in MSVC++ 2008 from the manual.


I'm running on windows 7 if we want to blame that.
Another obscure thing is I see no release libraries only debug...  Not 
really a problem anytime soon though.


I had problems trying to use V2.0. So I'm waiting till it is 
considered released. I found MSVC 2008 and went with the stable old 
1.4 on the website.


I hope someone has a nice solution for this, thanks in advance.

Should I be sending these problems to the forums in the future instead?

Sincerely,
Rory


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/


___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe



--
\/
Alin Baciu
/\
\/
AwkwardGames 
/\
@Logomorph
\/
--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe


[CsMain] Problems running compiled simple tutorial (Can't find dll)

2011-07-26 Thread Rory Vander Valk

Hello,

After lots of troubles with simple solutions I have CS compiled entirely.  My 
new problem is a system error claiming
crystalspace-1.4-vc9_d.dll is missing from my computer even though it is 
sitting in my CS directory. I don't know if it's fine there or would like to be 
in a certain subfolder, nothing about moving them in the manual.
I have the environmental variable set and have all of the preprocessor and 
library settings setup in MSVC++ 2008 from the manual.

I'm running on windows 7 if we want to blame that.
Another obscure thing is I see no release libraries only debug...  Not really a 
problem anytime soon though.


I had problems trying to use V2.0. So I'm waiting till it is considered 
released. I found MSVC 2008 and went with the stable old 1.4 on the website.

I hope someone has a nice solution for this, thanks in advance.

Should I be sending these problems to the forums in the future instead?

Sincerely,
Rory
  --
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe