Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
1 answer
208 views

Is unzipping SDL2 necessary to set it up on a Visual Studio project?

Some tutorials, such as the one on WikiHow.com, suggest to download SDL and use it without unzipping it. The instructions there read as such: Download the version for Visual C++. It is SDL2-devel-2....
George Theodosiou's user avatar
1 vote
1 answer
187 views

Game not responding on different computer with Intel graphics

I have a game that uses SDL2 and OpenGL 3.3 with Visual Studio. It runs fine on the computer that built it, but it did not work on other Windows computers. Initially, it would complain about missing ...
Eric's user avatar
  • 41
2 votes
2 answers
1k views

SDL_image entry point SDL_acosf not found in SDL2_image.dll

I tried using SDL2_image (2.0.3) with SDL2 (2.0.7) to load png files, but when I start the application I get ...
ccl's user avatar
  • 31
0 votes
1 answer
6k views

C++ and TinyXML2 Error: **this** was nullptr

I'm trying to make a video game using Microsoft Visual Studio Community 2017 and Simple DirectMedia Layer 2 (SDL 2.0.5, and SDL image loading file version 2.0.3). A map editor called 'Tiled!' was ...
Aditya Chandra's user avatar
1 vote
2 answers
3k views

Control SDL_Mix Sound Effect Volume

My game (coded in c++) uses SDL Mixer for its sound. But how do I make certain sounds louder than others. In the game's Main menu, one button is not immediately unlocked, creating a sound if you try ...
ciaran wickham's user avatar
0 votes
1 answer
1k views

Why doesn't SDL_Mixer play my audio file?

I'm coding a game in SDL2 and I'm implementing the audio system using SDL_Mixer. However, my music file won't play during the program and I don't know why. How do I get the music to play? Audio ...
ciaran wickham's user avatar
1 vote
3 answers
709 views

How to export Visual Studio game for mass distribution

I've coded a Visual Studio 2015 game in SDL2 and ran some distribution tests, I gave a user the game's .exe (the raw game with no files) and they got the error SDL2.dll is missing. How would I export ...
ContrastDev's user avatar
0 votes
1 answer
237 views

SDL2 in a VS2015/C++ panel

I'm trying to use SDL2 in a panel (VS2015/C++) and cannot find solid examples of how to connect the two. Anyone know how this is done? I've tried some code found in various places, but no luck yet. ...
RetiredNavyVet's user avatar