Intel website covering game programming stuff.
Thursday, February 17, 2011
Saturday, January 29, 2011
No Visual studio template information found. See application log in Event viewer for more details
If you get this error in Visual Studio here is the fix:
running the command 'devenv /installvstemplates'
No Visual studio template information found. See application log in Event viewer for more details
running the command 'devenv /installvstemplates'
No Visual studio template information found. See application log in Event viewer for more details
Sunday, January 23, 2011
3-min. Quickie: Compiling C++ Projects using only the Windows SDK and the Command Prompt
In case you don't want to go through the time and hassle of installing the full Visual Studio 2010.
This task is really useful if you want to perform automated builds on your own machine or you need to perform builds on a machine that doesn't need Visual Studio, such as a build server. However, this is not really a substitution for having Visual Studio for development.
This task is really useful if you want to perform automated builds on your own machine or you need to perform builds on a machine that doesn't need Visual Studio, such as a build server. However, this is not really a substitution for having Visual Studio for development.
Tuesday, June 29, 2010
First VS2010 Hotfix out
First one I've seen out although there's a bug using the debugger that I found out about at GameDev Forums.
If you're experiencing frequent “insufficient memory” errors when doing small cut or copy operations in Visual Studio 2010 RTM, please download this patch to see whether it resolves the issue.
If you're experiencing frequent “insufficient memory” errors when doing small cut or copy operations in Visual Studio 2010 RTM, please download this patch to see whether it resolves the issue.
Thursday, June 17, 2010
Divide by Zero Error
You'd think programmers would catch all those silly Divide by Zero Error errors nowadays, guess not:
Divide by Zero Error causes BSOD in Windows trying to print!
Divide by Zero Error causes BSOD in Windows trying to print!
Monday, June 14, 2010
Lambda calculus
Maybe if I read this enough times it will finally sink into my brain?
In mathematical logic and computer science, lambda calculus, also written as λ-calculus, is a formal system for function definition, function application and recursion.
In mathematical logic and computer science, lambda calculus, also written as λ-calculus, is a formal system for function definition, function application and recursion.
Subscribe to:
Posts (Atom)