Grant Rettke
2006-03-07 22:30:16 UTC
Hi,
I just successfully build SE 1.2r6 on Windows XP Pro by performing the
following
steps (and I've got a question).
Downloaded install.exe and SmartEiffel-1.2r6.tar.
Extracted the tar to c:\ and copied the install.exe into
that directory.
Added to ENV:
SMARTEIFFELDIR=C:\SmartEiffel12
SMARTEIFFELDIRECTORY=c:\SmartEiffel12
SMARTEIFFEL=%SMARTEIFFELDIR%\sys\system.se
Added the se bin dir for the path.
Went to dos
Ran vcvars32.bat for the VC++ 2003 Toolkit
set INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK\Include
set LIB=%LIB%;C:\Program Files\Microsoft Visual Studio 8\VC\lib
ran install.exe and chose defaults and then 'cl'.
Here is the question. I used VC++ 2003 to compile the app, but I ended
up using libraries and headers from VC++ 2005. Everything seemed to
work fine. I ran the pretty printer and that seemed to work fine. I'm
not familiar with MS C. Does this seem like an OK way to build it?
Are there some SE tests that I should run, or does that fact that it
compiled imply that things are OK?
I just successfully build SE 1.2r6 on Windows XP Pro by performing the
following
steps (and I've got a question).
Downloaded install.exe and SmartEiffel-1.2r6.tar.
Extracted the tar to c:\ and copied the install.exe into
that directory.
Added to ENV:
SMARTEIFFELDIR=C:\SmartEiffel12
SMARTEIFFELDIRECTORY=c:\SmartEiffel12
SMARTEIFFEL=%SMARTEIFFELDIR%\sys\system.se
Added the se bin dir for the path.
Went to dos
Ran vcvars32.bat for the VC++ 2003 Toolkit
set INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK\Include
set LIB=%LIB%;C:\Program Files\Microsoft Visual Studio 8\VC\lib
ran install.exe and chose defaults and then 'cl'.
Here is the question. I used VC++ 2003 to compile the app, but I ended
up using libraries and headers from VC++ 2005. Everything seemed to
work fine. I ran the pretty printer and that seemed to work fine. I'm
not familiar with MS C. Does this seem like an OK way to build it?
Are there some SE tests that I should run, or does that fact that it
compiled imply that things are OK?