Setting Up A Microsoft Visual C++ 6 Project to Work With EWin

This is the quick and dirty rundown of the settings in VC6 that need to be changed before EWin can begin helping to make all of your Windows application programming faster, smarter, and smilier.

  1. Download ewin.zip, and extract it somewhere.
    Here, I have chosen to extract it under "My Documents". (Don't worry if your icon for ewin.zip is different -- in this case, WinRAR has overridden the default Windows XP icon for a ZIP file.)



  2. Load Microsoft Visual C++ 6.0.



  3. Click the tab called "Projects".



  4. When you are asked "What kind of windows application would you like to create?":



  5. To the left, you should see a tree view of your workspace.



  6. You should now be in the "Project Settings" dialog.



  7. Switch to the "C/C++" tab.



  8. Remain on the "C/C++" tab.



  9. Remain on the "C/C++" tab.



  10. Switch to the "Link" tab.


Creating One of the Boring Sample Programs From the Tutorial

  1. Now we're going to create a very boring sample program using EWin.
    (You can skip all these steps if you're familiar with Visual C++ 6 and just want to get on with it.)



  2. You should now be in the "New" dialog.



  3. Your new file should open.



  4. Now we're going to build the program, to see if it compiles.



  5. You should get some messages at the bottom of your screen that look a lot like this:



  6. Now we want to execute the program, to see what it does.



  7. Voila! This is what the program looks like. It is just a blank window that does nothing. Boring!



  8. Just for the sake of completeness, the file tree for your project-that-does-nothing should look a lot like this:




Congratulations! You have set up and compiled your very first project using EWin. For further questions, consult the tutorial files that were included in ewin.zip, or go back to the main EWin page