This project uses Prophecy SDK for visualisation, the latest version of which you can find on Twilight3D webpage. To run this solition in your Visual Studio you should modify your project's Property Pages in the following way:
- go to Configuration Properties > C/C++ > General and add
..\phrophecysdk\includeand..\phrophecysdk\src\extlib\openexr\Halfto Additional Include Directories; - go to Configuration Properties > Linker > General and add
..\phrophecysdk\lib\visual studio .net 2003to Additional Library Directories; - go to Configuration Properties > Linker > Input and add
prcore.libandprimport.libto Additional Dependencies.
It still may rise an error due to lack of library ddraw.lib. If so, you can try to find it in Windows Kits in Program Files (x86). To attach this library to your project you should do the same steps as in the previous list. For me they were:
- go to Configuration Properties > C/C++ > General and add
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Includeto Additional Include Directories; - go to Configuration Properties > Linker > General and add
C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86to Additional Library Directories; - go to Configuration Properties > Linker > Input and add
ddraw.libto Additional Dependencies.
Controls:
- Pause/Play - Space
- Move platform - Cursor
- Quit - Escape
