Ignore:
Timestamp:
2010-09-17T15:13:02+12:00 (14 years ago)
Author:
ak19
Message:

Dr Bainbridge got gssetup.exe (for the export to cdrom installer) to work again for a later version of Visual Studio: now it works with Visual Studio 9 and does not use STLPort anymore. Changed .rc reference to including afxres.h to windows.h in vcinstall.rc, and there were changes to dereferencing File elements in an STL iterator (in fileCopier.cpp). Also needed to change references to unsigned double to double since the former seems to no longer be supported in later versions of Vis Studio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs2-export-cdrom-installer/trunk/README.txt

    r15927 r22919  
    1212cannot be recompiled. (The source for it is in the "really-really-old-stuff" directory.)
    1313
    14 The gssetup.exe program can be compiled using Microsoft Visual C++ 4.2 on kohekohe:
     14The gssetup.exe program can be compiled using Microsoft Visual Studio 9.0 on the
     15Vista machine as follows:
     16[If using Microsoft Visual C++ 4.2 or older, you want to check out an older version
     17of gs2-export-cdrom-installer and follow its README instructions.]
    1518
    16 1. C:\MSDEV\bin\VCVARS32.bat
     19(0. For windows.h includes:
     20call "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.cmd")
     211. call "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
    17222. nmake /f win32.mak (in the gsinstaller directory)
    1823
    19 Note: stlport.zip is required for compiling. This file is avaible in Greenstone SVN at http://svn.greenstone.org/gsdl/trunk/packages/windows/stlport/. Download and unzip the zip file, and change the include path in win32.mak accordingly.
     24
     25
Note: See TracChangeset for help on using the changeset viewer.