<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Hacking &#124; Learn How To Hack &#187; emulation</title>
	<atom:link href="http://www.hackingaday.com/tag/emulation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackingaday.com</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 03:23:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C++ in Windows  7 with DOSbox &#124; Emulation</title>
		<link>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</link>
		<comments>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 02:17:45 +0000</pubDate>
		<dc:creator>MobileKing</dc:creator>
				<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Windows Se7ven]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[compability issues]]></category>
		<category><![CDATA[DOSbox]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html"><img align="left" hspace="5" width="125" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.

Download Borland Turbo C++
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below
(Direct Link)
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download
Before going to the details u have to create a [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>May Of them contacted me and asked How To Run Borland Turbo C++ In Windows 7 so i thought to prepare a post On it &#8230;Here it goes.</p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2392/2506203375_d431c62276.jpg" alt="2506203375 d431c62276 C++ in Windows  7 with DOSbox | Emulation" width="500" height="375" title="C++ in Windows  7 with DOSbox | Emulation" /></p>
<p><a href="https://downloads.embarcadero.com/item/24778">Download Borland Turbo C++</a><br />
Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below<br />
(Direct Link)<br />
Code:http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download</p>
<p>Before going to the details u have to create a folder (any name will do). Here we<br />
name it as Turbo</p>
<p>Copy the TC into the Turbo folder</p>
<p>Run the DOSBox 0.72 from the icon located on the desktop or from the location of<br />
the installation folder</p>
<p>Then u are presented with two screens which look like the command prompt in<br />
Windows</p>
<p>Now u are presented with two screens. One with a Z prompt. U can ignore the other<br />
screen.</p>
<p>There type the following commands at the command prompt Person:<br />
Mount [Type in any alphabet that u wish except z] [Type the source of the turbo C]<br />
press enter</p>
<p>Now , Type in the following commands after the Z prompt:<br />
Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]</p>
<p>* Now u should get a message which says: Drive D is mounted as a local directory<br />
c:\Turbo\ ***</p>
<p>Now type d: to shift to d: prompt .</p>
<p>D: cd TC [The contents inside the folder Turbo gets mounted as a virtual drive<br />
(Here D drive)</p>
<p>D: cd Bin</p>
<p>D: TC or Tc.exe [This presents u the Turbo C++3.0 screen]</p>
<p>On the Turbo C++ goto Options&gt;Directories&gt;Change the source of TC to the source<br />
directory Drinks ( i.e. virtual D: refers to original c:\Turbo\ . So make the path<br />
change to something like D:\TC\include and D:\TC\lib respectively )<br />
===========================================================<br />
In order to get the full screen use the key combination of Alt and Enter</p>
<p>When u exit from the DosBox [precisely when u unmount the virtual drive where<br />
Turbo C++ 3.0 has been mounted] all the files u have saved or made changes in<br />
Turbo C++ 3.0 will be copied into the source directory(The directory which<br />
contains TC folder)</p>
<p>It is a good idea to backup your files in the source directory prior to running<br />
DOSBox 0.72</p>
<p>For additional help go through the readme file located in the installation folder<br />
or look on the website of the DOSBox forum.</p>
<p>The above procedure has been successfully implemented on Windows Vista Ultimate 64<br />
bit &amp; is operated in Windows 7 also perfectly ! Confused</p>
<p>IMP : Don&#8217;t use shortcut keys to perform operations in TC because they might be a<br />
shortuct key for DOSBOX also . Eg : Ctrl+F9 will exit DOSBOX rather running the<br />
code</p>
<p>Still have problems in working-out ??? Mail me</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/10/delete-an-undeletable-file.html' rel='bookmark' title='Permanent Link: DELETE an Undeletable file'>DELETE an Undeletable file</a></li>
<li><a href='http://www.hackingaday.com/2009/01/how-to-hackchange-your-windows-xp-boot-screen.html' rel='bookmark' title='Permanent Link: How to hack/change your Windows XP Boot Screen'>How to hack/change your Windows XP Boot Screen</a></li>
<li><a href='http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html' rel='bookmark' title='Permanent Link: Visual Basic 6 with Windows 7 | Trick&#8230;'>Visual Basic 6 with Windows 7 | Trick&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/c-in-windows-7-with-dosbox-emulation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Basic 6 with Windows 7 &#124; Trick&#8230;</title>
		<link>http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html</link>
		<comments>http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 01:49:43 +0000</pubDate>
		<dc:creator>MobileKing</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Se7ven]]></category>
		<category><![CDATA[compability issues]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[old softwares]]></category>
		<category><![CDATA[tick]]></category>
		<category><![CDATA[virutal PC]]></category>
		<category><![CDATA[visual basic 6]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html"><img align="left" hspace="5" width="125" src="http://blogs.msdn.com/blogfiles/anderslu/WindowsLiveWriter/Windows7TestingVisualBa.0onWindowsXPMode_F84C/image_14.png" class="alignleft wp-post-image tfe" alt="" title="" /></a> Its a tug war, where the customers and Microsoft are playing around with the compatibility issues for the greatest software&#8217;s of all time. And as of now, they deny to support their own products.  After surfing around the net, I&#8217;ve found very little information regarding installation of VB6 on Windows 7. Most of [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/07/create-3-simple-fake-viruses-using-command-prompt-and-visual-basic.html' rel='bookmark' title='Permanent Link: Create 3 Simple Fake Viruses using Command Prompt and Visual Basic'>Create 3 Simple Fake Viruses using Command Prompt and Visual Basic</a></li>
<li><a href='http://www.hackingaday.com/2009/03/download-vista-transformation-pack-9-0-1.html' rel='bookmark' title='Permanent Link: Download Vista Transformation Pack 9.0.1'>Download Vista Transformation Pack 9.0.1</a></li>
<li><a href='http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html' rel='bookmark' title='Permanent Link: Install Windows 7 from USB Drive [Automatic PenDrive Setup]'>Install Windows 7 from USB Drive [Automatic PenDrive Setup]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://blogs.msdn.com/blogfiles/anderslu/WindowsLiveWriter/Windows7TestingVisualBa.0onWindowsXPMode_F84C/image_14.png" alt="image 14 Visual Basic 6 with Windows 7 | Trick... " width="640" height="419" title="Visual Basic 6 with Windows 7 | Trick... " /> Its a tug war, where the customers and Microsoft are playing around with the compatibility issues for the greatest software&#8217;s of all time. And as of now, they deny to support their own products.  After surfing around the net, I&#8217;ve found very little information regarding installation of VB6 on Windows 7. Most of the information out there is for Vista, and most of it is queries for assistance.</p>
<p>You may be wondering why someone would want to utilize VB6 on a shiny new operating system like Windows 7. Or even Vista for that matter.</p>
<p>There are about a bazillion legacy applications out there that have to be supported, and people like me who speak VB6 need to have the tools installed on our workstations in order to implement and test updates and such for these legacy applications.</p>
<p>It also helps out when I need to squirt out a quick tool for use in my daily work.</p>
<p>So without further delay, here is the process that I have used on my Windows 7 machines to install Visual Basic 6.</p>
<p>1. Turn off UAC.<br />
2. Insert Visual Studio 6 CD.<br />
3. Exit from the Autorun setup.<br />
4. Browse to the root folder of the VS6 CD.<br />
5. Right-click SETUP.EXE, select Run As Administrator.<br />
6. On this and other Program Compatibility Assistant warnings, click Run Program.<br />
7. Click Next.<br />
8. Click &#8220;I accept agreement&#8221;, then Next.<br />
9. Enter name and company information, click Next.<br />
10. Select Custom Setup, click Next.<br />
11. Click Continue, then Ok.<br />
12. Setup will &#8220;think to itself&#8221; for about 2 minutes. Processing can be verified by starting Task Manager, and checking the CPU usage of ACMSETUP.EXE.<br />
13. On the options list, select the following:<br />
* Microsoft Visual Basic 6.0<br />
* ActiveX<br />
* Data Access<br />
* Graphics</p>
<p>All other options should be unchecked. Click Continue, setup will continue.<br />
14. Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.<br />
15. If you do not have the MSDN CD, clear the checkbox on the next dialog, and click next. You&#8217;ll be warned of the lack of MSDN, but just click Yes to accept.<br />
16. Click Next to skip the installation of Installshield. This is a really old version you don&#8217;t want anyway.<br />
17. Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!<br />
18. On the next dialog, clear the checkbox for &#8220;Register Now&#8221;, and click Finish.</p>
<p>The wizard will exit, and you&#8217;re done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6.</p>
<p>I&#8217;ve not tested this on Vista, but it should work for you there as well. Give it a try, and let me know how it works!</p>
<p>Enjoy!</p>
<p>UPDATE</p>
<p>You might notice after successfully installing VB6 on Windows 7 that working in the IDE is a bit, well, sluggish. For example, resizing objects on a form is a real pain.</p>
<p>After installing VB6, you&#8217;ll want to change the compatibility settings for the IDE executable.</p>
<p>1. Using Windows Explorer, browse the location where you installed VB6. By default, the path is C:\Program Files\Microsoft Visual Studio\VB98\<br />
2. Right click the VB6.exe program file, and select properties from the context menu./li&gt;<br />
3. Click on the Compatibility tab./li&gt;<br />
4. Place a check in each of these checkboxes:<br />
* Run this program in compatibility mode for Windows XP (Service Pack 3)/li&gt;<br />
* Disable Visual Themes/li&gt;<br />
* Disable Desktop Composition/li&gt;<br />
* Disable display scaling on high DPI settings</p>
<p>After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish.</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/07/create-3-simple-fake-viruses-using-command-prompt-and-visual-basic.html' rel='bookmark' title='Permanent Link: Create 3 Simple Fake Viruses using Command Prompt and Visual Basic'>Create 3 Simple Fake Viruses using Command Prompt and Visual Basic</a></li>
<li><a href='http://www.hackingaday.com/2009/03/download-vista-transformation-pack-9-0-1.html' rel='bookmark' title='Permanent Link: Download Vista Transformation Pack 9.0.1'>Download Vista Transformation Pack 9.0.1</a></li>
<li><a href='http://www.hackingaday.com/2010/01/install-windows-7-from-usb-drive-automatic-pendrive-setup.html' rel='bookmark' title='Permanent Link: Install Windows 7 from USB Drive [Automatic PenDrive Setup]'>Install Windows 7 from USB Drive [Automatic PenDrive Setup]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2010/01/visual-basic-6-with-windows-7-trick.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>