Tagged Questions
1
vote
1answer
68 views
GL_UNSIGNED_SHORT_5_6_5 undeclared?
I have a problem loading a texture using SDL library.
Usually I make programs on Linux but I try to create a code that is compatible with Visual Studio also.
On Linux are everything OK but on Visual ...
0
votes
1answer
35 views
LNK 2019 errors with SDL
i recently installed SDL and VS 2010 on a new computer and im having issues with my test application. here is the code:
#include <SDL.h>
#include <SDL_opengl.h>
#undef main
int ...
0
votes
0answers
54 views
Getting debug assertion failure while running a sample SDL program using VS2010
I have just started learning SDL(Simple DirectMedia Layer) API.While compiling a sample HelloWorld app in VS2008 I got the following debug assertion failed error :
Debug Assertion Failed!
Program: ...
0
votes
1answer
37 views
Visual C++ and SDL not exporting correctly?
My main programming language is c++ and the only ide that has ever worked for me is Visual Studio. I use SDL for my graphic components and main tick, so as to make my job much easier. The thing is, ...
-1
votes
1answer
104 views
unresolved external symbol even though i think i am linking correctly (MSVC)
i have a project that is using SDL as an external library. The project uses functions such as _SDL_WM_SetCaption, _SDL_FillRect or _SDL_MapRGBA. I have told the linker to include the two libraries ...
-1
votes
1answer
35 views
VS 2010 express — identifier “fd_set” is undefined [closed]
I am programming in Visual Studio 2010 for Windows.
I do not understand why it does not recognize the type fd_set.
Am I missing a header?
0
votes
1answer
29 views
VC++ 2010 Intelisense does not see headers, but no error during compilation
I am have compiled a test program with SDL. The program compiles fine and is working, but there is no intelisense for the files that i can include.
Including them: "SDL.h" does not give me an error. ...
1
vote
1answer
104 views
Set entry point on Visual Studio Command Prompt
I'm trying to compile a simple c++ program using SDL and OpenGL. The problem is that I don't want to do that using the VS normal project. I want to compile it using the VS command prompt. I'm using ...
1
vote
2answers
456 views
Xcode Vs. Visual Studio - SDL C++
I'm self learning programming using various online tutorials and a couple of books.
Currently it's C++. I've done a bit of OpenGL and SDL in the last few days.
I have a small program that creates a ...
0
votes
2answers
97 views
SDL Not Drawing Image
I am currently using SDL to draw an image to the screen, it loads the image with no errors. But when I go to draw the image to the screen, nothing is shown. Here is my code:
Image load Function:
...
1
vote
1answer
74 views
SDL Error. OpenGL active, use SDL_GL_SwapBuffers()
I am using SDL & C++ to create a game, but whenever I try to render a bitmap I get an error saying during runtime 'OpenGL active, use SDL_GL_SwapBuffers().' But the thing is, I am using ...
0
votes
1answer
88 views
How to include SDL library in my VS 2010 project?
I encountered a problem with linking and distributing libraries in Visual Studio 2010. What I want to do:
Link my project with SDL and use its headers
Keep SDL somewhere in my project directory, so ...
2
votes
4answers
2k views
SDL.dll is missing from my computer - VS 2010
I'm trying to compile a SDL-program I've written, but when I do this error pops up:
"The program can't start because SDL.dll is missing from your computer. Try reinstalling the program to fix this ...
0
votes
1answer
290 views
LNK2019 error from SDL tutorial, but only in Visual Studio 2010
I'm doing LazyFoo's SDLTutorial setup for VS2010 and I'm having trouble getting it to cooperate. What's strange is that I can get it to work seemingly fine on VS2008.
#include "SDL.h"
int main(int ...
1
vote
2answers
91 views
Iterating through a map and deleting an element that was dynamically allocated
Here is my code:
void SurfaceManager::SurfaceManagerDelete()
{
for(map<string,SurfaceManager*>::iterator Iter = SurfaceList.begin(); Iter != SurfaceList.end(); ++Iter)
{
delete ...
1
vote
1answer
4k views
Visual C++ No operator “>>” matches these operands
I have been searching around for a solution to this for a while. I'm trying to use the ">>" and "<<" operators as shown below but keep getting the error "No operator '>>' matches these ...
0
votes
0answers
214 views
Old code rises when switching from Debug To Release in VS2010
Working on a game project in C++ built on my own engine, based on an SDL, faced a problem in a Visual Studio 2010. When building project in debug mode - everything works just fine. But, when I switch ...
0
votes
3answers
467 views
SDL strange linker error in MVS
I'm stumped trying to link the SDL libraries against a new C++ Win32 Console application in MVS 2010.
I downloaded the latest SDL development libraries, and did the usual steps:
Added the includes ...
0
votes
0answers
64 views
fatal error cannot open sdl.obj visual C++ 2010
I have downloaded the SDL for visual C++ on the sdl website, followed instructions on http://www.sdltutorials.com/sdl-tutorial-basics?CommentsPage=3#Comments Including setting the project properties ...
0
votes
1answer
370 views
How to statically compile an SDL game on Windows with VS2010
I downloaded the latest SDL HG from http://www.libsdl.org/ and compiled them using VS2010. And everything is working, but the dynamic linking is inconvenient.
I changed the project properties (in SDL ...
0
votes
1answer
315 views
SDL_main linking issue with VS2010
I've written some basic setup code for an OpenGL application:
#include <Windows.h>
#include <gl/gl.h>
#include <SDL.h>
int main()
{
SDL_Init( SDL_INIT_VIDEO );
...
0
votes
1answer
738 views
Windows 8 and SDL/GLEW
I installed windows 8 CP, and realized my program crashes on runtime:
Unhandled exception at 0x771fe754 in MyProgram.exe: 0xC0000005: Access violation.
I get this error when calling the following ...
1
vote
1answer
3k views
Using SDL_image in Visual studio 2010, with error “application was unable to start correctly 0xc000007b”
I'm trying to do the SDL tutorial here http://lazyfoo.net/SDL_tutorials/lesson03/windows/msvsnet2010e/index.php
I did everything they asked me to do, everything built correctly, but when I tried to ...
0
votes
1answer
61 views
Using ZZipLib with SDL? (Compiling SDL_rwops_zzip.c)
This question is a bit specific, but here goes: I'd like to use ZZipLib with SDL. (http://zziplib.sourceforge.net/) ZZipLib comes with a file called SDL_rwops_zzip.c that is specifically intended to ...
0
votes
4answers
813 views
Visual Studio 2010 C++ SDL game works on the computer it was compiled on, but not on any other
I have coded a game of noughts and crosses in C++ using SDL and Visual Studio 2010. I have built it in Release and it works no problem if I run the .exe on the computer I compiled it on (Windows 7 ...
0
votes
2answers
500 views
Problems blitting surface in SDL from vector of SDL_Rect
#include "main.h"
SDL_Surface* screen; //The screen Surface
SDL_Surface* Snake_Body; //The snake surface (shape to draw)
SDL_Rect rectangle1; //Red border
SDL_Rect rectangle2; //Black Board
...
1
vote
1answer
6k views
How do I make a static library Release/Debug independent in VS2010 Express?
I am programming an application and linking against SDL and OpenGL. In my code I have the following lines:
#pragma comment(lib, "sdl.lib")
#pragma comment(lib, "sdlmain.lib")
#pragma comment(lib, ...
3
votes
1answer
10k views
How would I install SDL for use with VS 2010 (C++)
I have Visual Studio 2010 installed on my Windows 7 partitio, and I would like to know how to set up SDL so that I can use it.
0
votes
5answers
374 views
Adding dll's to the project and making functions work
I have to do one project and I was given dll and a header file with implemented functions needed for the project. I was told just to add the header file to the project but this way i get unresolve ...
0
votes
4answers
2k views
Program crashing on exit
Whenever I exit my program it gives me this exception "0xC0000022: A process has requested access to an object, but has not been granted those access rights."
It breaks right at the end of a ...
0
votes
1answer
1k views
Setting up SDL on Visual Studio with CMake
My primary IDE is Visual Studio 10.0, so MSVC is my compiler. I'm building a CMake-based project, and need to install SDL and SDL_Mixer. What's the proper way to go about this, so CMake recognizes I ...
0
votes
1answer
251 views
SDL C++ Application not doing anything when built using Visual Studio 2010
I've just started using C++ again after using solely VB for a year and I wanted to try my hand at cross platform development. So I started learning to use SDL (which is very very easy thankfully) to ...

