Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - alpha bravo

Pages: [1]
1
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 19, 2010, 02:38:41 am »
No worries Ill wait for v2.

I followed the utube tutorial and got same result.

As to searching the forum for explanations about how to build and install SFML with Visual C++ 2010, it becomes very messy trying to put it all together from snippets of information here and there. I tried that also and for a beginner nothing could be more confusing.

Thanks all the same.

2
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 18, 2010, 01:39:21 am »
I deleted all SFML and started again including downloading.
This failed.
Persisted and tried again.
This time no linker error but now get:

'Unable to start program. The application has failed to start because the application is incorrect. Review the manifest file for possible errors. Reinstalling the application may fix this problem.'

3
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 18, 2010, 12:14:10 am »
As a beginner it is extremely difficult to understand whats wrong and seek a solution.

The tutorials to load sfml are not 100% learner friendly and often involve blindly flailing around searching for the correct route. The SDL tutorials were the opposite, and most of them have a flawless step by step guide that morons like me can easily follow. This does suggest that in my 'blind flailing' at setting up SFML, I have done something wrong. Nevertheless, I have backtracked countless times but cannot pinpoint where or what that is.

   I looked again in the sfml-1.6-sdk-windows directory and found the lib files in there. Where the compiler searches for them I have no idea. Where does one find out?? Where am I supposed to move them to??

4
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 17, 2010, 02:24:13 pm »
Oh well... thanks for the responses guys.
I think I've attacked this from every angle with no luck.
I resorted to SDL which loaded up fine.

5
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 16, 2010, 01:31:44 am »
Quote
Did you specify the library's path in your project?


I believe so. In 'VC++ Directories' and then 'Library Directories'.


And the lib is shown in the sfml folder I downloaded.

6
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 16, 2010, 01:05:13 am »
I even changed systems to system as per previous post and now get

error LNK 1104: cannot open file 'sfml-system-s-d.lib'

7
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 16, 2010, 01:01:55 am »
I put the extra letter in and now get;

error LNK 1104: cannot open file 'sfml-systems-s-d.lib'

8
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 16, 2010, 12:22:39 am »
Right. Thankyou very much.
Now getting:
LINK : fatal error LNK1104: cannot open file 'sfml-systems-d.lib'

9
System / Error saying 'Clock has no member "getElapsedTime&qu
« on: September 15, 2010, 01:34:23 pm »
Ive just tried to set up the SFML with vs2010 and overcame the 'cannot open source file '  trauma, (the problem being with all the tutorials). But now after coding the sfml clock program I am getting the following error:

 " class sf:: Clock has no member "getElapsedTime"  

Obviously something missing somewhere but dont know what?
Any help would be greatly appreciated. Thank you.

Pages: [1]