Skip to main content

Posts

VC++ 2008 link crash

I am getting the following crash in VC++2008: Linking... Embedding manifest... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation.  All rights reserved. LINK : fatal error LNK1000: Internal error during IncrBuildImage It turns out that this a bug of a VC++ 2008 linker, see hotfix 948127 from Microsoft. ~TS

Office 2007 RibbonX resources

Custom UI Editor : Custom UI Editor for Open XML file format. XML Notepad 2007 provides a simple intuitive user interface for browsing and editing XML documents. 2007 Office System: XML Schema Reference RibbonX Resources blog by Savraj Dhanjal. Customizing the 2007 Office Fluent Ribbon for Developers ( Part 1 of 3) Customizing the 2007 Office Fluent Ribbon for Developers ( Part 2 of 3) Customizing the 2007 Office Fluent Ribbon for Developers ( Part 3 of 3) 2007 Office System Document: UI Style Guide for Solutions and Add Ins VSTO version 3.0 How To Create Office COM Add-Ins by Using VBA and Office Developer ~ts

Minimal Debian Lenny install on VirtualBox

Pre-requisite: - internet connection - Virtual Box installed on host machine. This exercise will be using Vista as host. As of this writing, Debian Lenny is still at testing stage. For this exercise we will use RC1, visit http://www.debian.org/releases/testing/ for the netinstall iso. Once download is done, create a new virtual machine using Virtual Box, use the following configuration: 512 MB Memory, 120 GB HD, use Intel PRO/1000T server for the network card. For the VirtualBox networking I am using host network configuration. Once VirtualBox guest configuration is set, start the guest machine and then mount the CD-ROM image. In installer boot menu, select Graphical Install. For "Chose the Language" screen, select English or your language of choice. For the country, select whichever you are currently in. In my case, I will be using Philippines. In "Keymap to use" select "American English" or whichever is much appropriate for your system. After this s

Minimal Ubuntu Gnome Intrepid install on Virtual Box

Pre-requisite: - internet connection - Virtual Box installed on host machine. This exercise will be using Vista as host. Download server edition of Ubuntu Intrepid 8.10 from the nearest mirror. Once done, create a new virtual machine using Virtual Box, use the following configuration: 512 MB Memory, 120 GB HD, enable PAE, use Intel PRO/1000T server network. Start virtual machine of the CD-ROM. During the install sequence, select F4. Select the option which mentions about virtual machine installation. Use the default options, reboot and login to the newly install minimal system. Update the system and install aptitude, say: username@hostname:/# apt-get update username@hostname:/# apt-get safe-upgrade username@hostname:/# apt-get install aptitude Then install minimal Gnome, thus say do: username@hostname:/# aptitude install xorg gnome-core gdm gdm-themes My first install of gnome-core didn't work well. Doing username@hostname:/# apt-get update username@hostname:/# apt-get sa