Author Archive
VC++ .net2 application doesn’t run on Windows 2000?
Monday, September 15, 2008 1:59 No CommentsQuite often there is a problem that VC++ applications won’t run on a Windows system that doesn’t have Visual Studio installed. The two most common reasons for that are: – Missing VC++ runtime libraries You can get them directly fromo Microsoft – The application is compiled in “Debug” mode. Some application require to be build [...]
Atmel AVR – programmer hardware
Tuesday, August 19, 2008 1:32 No CommentsThe AVR is a microcontroller developed by Atmel. Its an 8-bit RISC µController based on the Harvard architecture which physically seperates the data storage memory (RAM) and the program code memory (Flash-ROM ). AVRs are classified into few family groups which differentiate in the amount of memory, I/O pins, additional instruction sets,… but they are [...]
How to change the default language in Vistual Studio 2005
Tuesday, August 19, 2008 1:12 No CommentsI ran into a problem of not knowing how to change the default language from C# to C++ in Visual Studio 2005, but finally discovered the solution which wasn’t simple and easy to find as presumed so I thought it would make a good tip for you guys reading this ;) – Go to Tools [...]