|
From: BBands <bb...@ya...> - 2004-08-05 16:14:45
|
Hello Axel,
I have been helping maintain makefile.nt for win2k and
vc6 and was the one who put the /MT parameter in the
file to acommodate the pdf term.
I thought it would be of value to have a single
makefile.nt for vc6 and .NET, so I tried your change
to /MD. Results follow:
cl /c /G5 /O2 /MD /I. /nologo /D_Windows
/DHAVE_CONFIG_H /D__MSC__ /DUSE
_MOUSE /DPM3D /DHELPFILE=\"wgnuplot.hlp\"
/DHAVE_LIBPNG /DHAVE_LIBPDF /I..\\term
/I..\\src\\libpng /I..\\src\\zlib
/I..\\src\\pdflib\\pdflib term.c
term.c
C:\PROGRA~1\MICROS~3\VC98\INCLUDE\io.h(240) : error
C2375: 'setmode' : redefinition; different linkage
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
I am happy to help if I can.
--jab
=====
John Bollinger, CFA, CMT
www.BollingerBands.com
If you advance far enough, you arrive at the beginning.
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
|