Click here to find out how to set up Contex Sensitive help

                Well this section is for those lucky people like me who have Visual C++ 5.  What i am telling u in this section is how to set up Visual C++ 5 (under win 95) with your lovely Net Yaroze.   All my information here is from a tutorial i found that was written by Steve Dunn who wrote a tutorial about how to set it up under Windows NT, so what i have done is use that tutorial to show u how to set it up under 95.

       

 

Right, the first thing to do is set up the DJGPP enviroment which i have done by adding the following line to my autoexec.bat:

                            set DJGPP = c:/psx/DJGPP.env

        Thats it now we will go on and set up the rest of the stuff in Visual C++ 5.

 

       

 
We now have to tell developer studio where the GNU 'bin' directory is which we do by going to tools/options/directories/executable files:
 

ds_set_exe_path.jpg (20170 bytes)

  The next step is very easy, we have to open the workspace, go to File/open workspace.  Then select All Files(*.*) so we can see all the files, when u have done this go to the directory that your makefile is and select it and click Ok.  

ds_open.jpg (20829 bytes)

 

  When you have done this a message will come up telling u that this is not a Developer Makefile, just click OK:  

ds_prompt_wrap.jpg (14304 bytes)

 

  Then another box will come up and you will see that it is asking about supported platforms, i know it says Win32 but don't worry leave this box checked and click ok:  

ds_prompt_target.jpg (6600 bytes)

       

  Now what we have to do is set up the project so it compiles using the gnu compiler, to do this go to 'Project/Settings' and you will see a box pops up with all the settings.  Change it so it looks like the picture below:  

ds_build_settings.jpg (24876 bytes)

 

Now the last thing to do is add our files into our project, go to 'Project/Add to Prject/Files', and finally go to 'Build/Rebuild all'.

Ok that should be it, if it doesn't work e-mail me and i will try and help you.