Search found 3 matches

by Fastlof
Sun Sep 26, 2010 7:50 pm
Forum: Beginners Help
Topic: Problem with relative paths
Replies: 4
Views: 709

Yes, If I run the executable separately it works. Thank you so much! ;)
by Fastlof
Sun Sep 26, 2010 6:18 pm
Forum: Beginners Help
Topic: Problem with relative paths
Replies: 4
Views: 709

That way it doesn't crash (excepting the height map), but also doesn't display anything. I'm using Visual C++ 2008 Express Edition.
by Fastlof
Sun Sep 26, 2010 4:34 pm
Forum: Beginners Help
Topic: Problem with relative paths
Replies: 4
Views: 709

Problem with relative paths

I am trying to load textures to my terrain wich are in a relative directory "Textures/...". The problem is that I can compile it, but then it gives a error saying there was a problem converting the relative path to an ablsolute one. Here's on example of how I'm trying to load them:

VideoDriver ...