Difference between revisions of "Setup developer machine"

From MPSWiki
Jump to: navigation, search
(Created page with "#vs2013.5_pro_enu.iso or vs2013.5_ult_enu.iso #Vc_mbcsmfc.exe #Vs2013_fix_web_site_build_from_cmdline.reg #fix_web_service_build_for_Framework40.bat #install \\SIRIUS\Installs...")
 
Line 1: Line 1:
#vs2013.5_pro_enu.iso or vs2013.5_ult_enu.iso
+
#vs2013.5_ult_enu.iso
 
#Vc_mbcsmfc.exe
 
#Vc_mbcsmfc.exe
 
#Vs2013_fix_web_site_build_from_cmdline.reg
 
#Vs2013_fix_web_site_build_from_cmdline.reg

Revision as of 12:42, 2 November 2018

  1. vs2013.5_ult_enu.iso
  2. Vc_mbcsmfc.exe
  3. Vs2013_fix_web_site_build_from_cmdline.reg
  4. fix_web_service_build_for_Framework40.bat
  5. install \\SIRIUS\Installs\Work\DXSDK_Aug09.exe
  6. copy content from "\\SIRIUS\Installs\Work\FarPoint Controls\For Win7" to C:\Program Files (x86)\Farpoints\
  7. create variables in: Control Panel\All Control Panel Items\System\Advanced System Settings\Environment Variables.
    1. name: FARPOINTS_INCLUDE value: path to include folders for farpoints and spread controls. In my case: C:\Program Files (x86)\Farpoints\Inppro20\INCLUDE;C:\Program Files (x86)\Farpoints\Spread25\INCLUDE
    2. copy next folder \\SIRIUS\Installs\Work\VFortran6\Fortran_compiler\DF98 to C:\Program Files (x86)\Microsoft Visual Studio\
    3. name: FORTRAN_INCLUDE (CX only) value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft Visual Studio\DF98\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio\DF98\LIB
    4. name: FORTRAN_PATH value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft Visual Studio\DF98
    5. name: DIRECTX_SDK_PATH value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft DirectX SDK (August 2009)
    6. add next directory to PATH variable: C:\Program Files (x86)\Microsoft Visual Studio\DF98\BIN

To change MENU UPERCASE in VS2013 run "vs2013 upercase fix.reg"

RESTART MACHINE!!!