<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<P>Hello,</P>
<P><FONT face=Arial size=2>yes.&nbsp; another compiling problem for the 
list.</FONT></P>
<P><FONT face=Arial size=2>i found this message in the archive and am having the 
exact same diffficulties.&nbsp;&nbsp;i could not&nbsp;find a response to his 
question.&nbsp; can anyone help?</FONT></P>
<P>&nbsp;</P>
<P>thanks,</P>
<P>andy</P>
<P>_____________<BR>Just trying to compile for NT the externals objects included 
on <BR>the documentation with VC++ 6.0. I modified some paths of the 
<BR>makefile (see below), but still having an error when typing: <BR>C:\Program 
Files\Microsoft Visual Studio\VC98\Bin&gt;nmake -f c:\pd\doc\6.externs\m 
<BR>akefile pd_nt <BR>NMAKE : fatal error U1073: don't know how to make 
'foo1.dll' <BR>Stop. <BR></P>
<P>Sorry, any help? <BR>
<P>Ricardo. <BR># ----------------------- NT ----------------------- <BR>
<P>pd_nt: foo1.dll foo2.dll dspobj~.dll <BR>
<P>.SUFFIXES: .dll <BR>
<P>PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo <BR>VC="C:\Program Files\Microsoft 
Visual Studio\Vc98" <BR>
<P>PDNTINCLUDE = /I. /I\tcl\include /I C:\pd\src /I$(VC)\include <BR>
<P>PDNTLDIR = $(VC)\lib <BR>PDNTLIB = $(PDNTLDIR)\libc.lib \ 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(PDNTLDIR)\oldnames.lib \ 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(PDNTLDIR)\kernel32.lib \ 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;C:\pd\bin\pd.lib <BR>
<P>.c.dll: <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cl $(PDNTCFLAGS) 
$(PDNTINCLUDE) /c $*.c <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;link 
/dll /export:$*_setup $*.obj $(PDNTLIB) <BR></P>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></FONT></DIV></BODY></HTML>