-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When programming in sdl.net on close my app will crash with a vshost32-clr2 error. It stops happening (sometimes) when i close visual studio and reopen the project.
Does anyone have any idea why this happens?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
With plain old sdl in C i would copy the dlls i need into the exe directory and was able to run without install.
Now i am using sdl.net. I tried doing that but had no luck. Not even a clue to what dlls are missing as i did in the old C way. How can i have users run my sdl app without installation?
>>> More
-
as seen on Game Development
- Search for 'Game Development'
Hi all! I'm trying to animate a player object in my 2D grid when the user clicks somewhere in the screen.
I got the following 4 variables:
oX (Current player position X)
oY (Current player position Y)
dX (Destination X)
dY (Destination Y)
How can I make sure the player moves in a straight line…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone know how to move my SDL.net video surface around the screen programtically?
Surface videoContext = Video.SetVideoMode(1024, 768, 32, false, false, false, true, true);
var a = System.Windows.Forms.Control.FromHandle(Video.WindowHandle);
var b = System.Windows.Forms.NativeWindow.FromHandle(Video…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I'm looking to get the palette of an 8-bit surface in SDL.NET if possible, or (more than likely) using Tao.SDL. This is because I want to do palette swapping with the palette directly, instead of blitting surfaces together to replace colours like how you would do it with a 32-bit surface.
I've gotten…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I realize there are dozens of "apt-get update: failure to fetch" questions (I read through all I could find), but my present circumstance is unique to 12.04 and it affects all sources; not just launchpad. Additionally, I've tried several different servers in Europe and the U.S. as well as the "main…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I realize there are dozens of "apt-get update: failure to fetch" questions (I read through all I could find), but my present circumstance is unique to 12.04 and it affects all sources; not just launchpad. Additionally, I've tried several different servers in Europe and the U.S. as well as the "main…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
The .NET Framework version 4 includes enhancements for ASP.NET 4 in targeted areas. Visual Studio 2010 and Microsoft Visual Web Developer Express also include enhancements and new features for improved Web development. This document provides an overview of many of the new features that are included…
>>> More
-
as seen on Simple Talk
- Search for 'Simple Talk'
By now you may well have noticed that .NET Reflector 6 and .NET Reflector Pro are out in the wild. The official launch happened today, although we actually put the software out last Thursday as part of a phased release plan to ensure that everything went smoothly today which, so far, it seems to have…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I installed Redmine and run it in Apache2 with the Passenger module.
Apache2 boots, Passenger module gets loaded and the Redmine welcome page is shown, however when trying to login or navigate to other parts of the Redmine site, the browser keeps loading and loading and loading forever, although the…
>>> More