Wednesday, January 12, 2011
Fixing Master Boot Record (MBR) in Windows XP without the recovery console (equivalent of fdisk /mbr on XP)
The solution to this problem is given here: http://eivind.dataweb.no/?p=13. In essence the solution is to use a utility named MBRFix available here: http://www.sysint.no/products/Download/tabid/536/language/nb-NO/Default.aspx
Howto for CPPUNIT
Good information about using CPPUNIT is available at:
http://blog.csdn.net/snowphy/archive/2004/10/22/146766.aspx
http://www.uow.edu.au/~nabg/222/Lectures/P3UnittestingforC++.pdf
An important point is to using macros with which you can specify custom message for describing the error. In the following example, use the second macro instead of the first and so on:
http://blog.csdn.net/snowphy/archive/2004/10/22/146766.aspx
http://www.uow.edu.au/~nabg/222/Lectures/P3UnittestingforC++.pdf
An important point is to using macros with which you can specify custom message for describing the error. In the following example, use the second macro instead of the first and so on:
- CPPUNIT_ASSERT(condition)
Assertions that a condition is true. - CPPUNIT_ASSERT_MESSAGE(message, condition)
Assertion with a user specified message.
I deleted Linux partition and now Windows XP does not boots
I am just getting a grub prompt. Tried to use Windows setup disk, but it went forward and gave blue screen. The following steps found at: http://www.linuxquestions.org/questions/linux-software-2/booting-windows-from-the-grub-prompt-275446 fixed the problem.
root (hd0,0)
makeactive
chainloader --force +1
boot
root (hd0,0)
makeactive
chainloader --force +1
boot
Subscribe to:
Comments (Atom)