The NT port works, but has not been tested extensively.
Currently, under NT4.0 with
Cygnus GNU-win32 (version b19.1), prebuilt Cygnwin32 X11R6 binaries and an X server, we can run
pigi
, the Ptolemy Interactive Graphical Interface.
There are two NT ports: nt4
and nt4.vc
.
nt4
PTARCH
environment variable is set to nt4
,
then we build with Cygnus GNU-win32, which is a port of the GNU tools
to Windows. nt4
is easier to port because Cygnus GNU-win32
allows us to use the Unix GNU makefiles in the regular distribution.
The nt4
port requires that Cygnus GNU-win32 be present.
The port was done with version b19
of GNU-win32.
nt4.vc
PTARCH
is set to nt4.vc
, then we use
Microsoft Windows Visual C++ 5.0. This port relies on using
makefile.vc
files which are MS VC++ versions of the
usually makefile
s.
The nt4.vc
port does not yet work, there
are problems creating dlls. The nt4.vc
port
has not been built recently, and probably does not work.
nt4.vc
port be completed?
nt4
port has higher priority, so after
pigi
works under nt4
, we may start
work on the nt4.vc
port.