

When using Visual C++ 5, I get the following error message: SDL.lib : fatal error LNK1106: invalid file or disk full

Make sure you do this with all projects that you link into your application. You need to edit your project settings, go to the C++ language tab, change the listbox to "Code Generation" settings, and then change the runtime library to "Multi-threaded DLL". SDL is dynamically linked with the multi-threaded version of the Microsoft Visual C runtime. You need to install the platform SDK, as described here: When using Visual C++ I get link errors relating to MSVCRT.LIB or LIBC

When using Visual C++ I get "fatal error C1083: Cannot open include file: 'windows.h': No such file or directory" Read the file "VisualC.html" included with both the SDL Visual C++ development archive, and the SDL source archive. Visual C++ How do I use SDL with Visual C++? There is no support for Windows CE in SDL 2.0. Take a look at the file README.WinCE in the source archive for more information. SDL 1.2.5 and newer contain project files and information on building SDL 1.2 for Windows CE. SDL 1.2 is not officially supported on Windows CE, but some people have successfully built and run SDL applications on Windows CE. Developing with SDL Windows CE Can I build SDL for Windows CE? This can be unset by pushing Advanced from the General tab of the properties window and unchecking Encrypt contents check box. Windows 2000 I'm running Windows 2000 and I can't copy SDL.dll!įor some reason, archives created on Linux have the "Encrypted" property set when unpacked on Windows 2000. SDL can be built with Visual C++, Cygwin, MinGW, and Dev-C++.įor the latest information see the page about Installation. SDL 2.0.0 supports Windows XP, Windows Vista, Windows 7 and Windows 8. SDL Wiki FAQ: Windows Using SDL General What is supported?
