1
SFML projects / Re: SFML Game Engine for Android
« on: November 19, 2019, 07:44:45 am »
Can you please provide a githup link for your engine and the other stuff.
Thanks a lot.
Thanks a lot.
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.
Found SFML: D:\_1_PRIVATE_\_SFML2_110610\include
CMake Error at cmake/Macros.cmake:55 (csfml_parse_arguments):
Syntax error in cmake code at
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/cmake/Macros.cmake:55
when parsing string
SOURCES;D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Clock.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/ClockStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Clock.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Mutex.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/MutexStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Mutex.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Sleep.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Sleep.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/Thread.cpp;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/src/SFML/System/ThreadStruct.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Thread.h;
D:/_1_PRIVATE_/_SFML2_110610/bindings/c/include/SFML/System/Types.h;
DEPENDS;debug;D:\_1_PRIVATE_\_SFML2_110610\SFML2_build\lib\Debug;
optimized;D:\_1_PRIVATE_\_SFML2_110610\SFML2_build\lib\Release
Invalid escape sequence \_
Call Stack (most recent call first):
src/SFML/System/CMakeLists.txt:22 (csfml_add_library)
Configuring incomplete, errors occurred!
I don't. Make sure you've first built the C++ static libraries.
Hmm no, everything is fine and compiles properly. Did you try a "rebuild all" ?
It's going to be fixed this evening. Sorry.
Which compiler ? Which OS ?
Why can't you write a function in your app to do it yourself?
It returns a float, not an integer. If you want milliseconds just multiply by 1000.
I still don't understand, sorry :|
float sf::Clock::GetElapsedTime ( ) const
Get the time elapsed since last reset.
Returns:
Time elapsed, in seconds