readme.VisualStudio 799 B

12345678910111213141516171819
  1. 1. read readme.SDL2
  2. 2. There is prebuilt solution for VS2010 with Demo example:
  3. =================================================================================================
  4. - open solution from oxygine-framework\examples\Demo\win32\
  5. - select project Demo and set it "as startup project"
  6. - set working directory for Demo project to:
  7. oxygine-framework\examples\Demo\data\
  8. - copy all required dlls to this folder
  9. oxygine-framework\examples\Demo\data\
  10. it is SDL2.dll and dlls from oxygine-framework\oxygine\third_party\win32\libraries\
  11. - if you don't have directx sdk installed then find open SDL_config_windows.h and comment it:
  12. //#define SDL_AUDIO_DRIVER_XAUDIO2 1
  13. - ready! run!
  14. =================================================================================================