<!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 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>I've done all the things you suggested but now all 
I get is the following error:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier size=2>LINK : fatal error LNK1181: cannot open input 
file "pd.lib"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>But I can't find a pd.lib anywhere.&nbsp; Maybe I 
should give in on this now!!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>----- Original Message ----- </FONT>
<DIV><FONT face=Arial size=2>From: "IOhannes m zmoelnig" &lt;</FONT><A 
href="mailto:zmoelnig@iem.kug.ac.at"><FONT face=Arial 
size=2>zmoelnig@iem.kug.ac.at</FONT></A><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>To: "John Fentiman" &lt;</FONT><A 
href="mailto:jsf103@york.ac.uk"><FONT face=Arial 
size=2>jsf103@york.ac.uk</FONT></A><FONT face=Arial size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>Sent: Tuesday, February 26, 2002 3:55 
PM</FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: Re: [PD] Compiling PD 
externals</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV><FONT face=Arial 
size=2>&gt; &gt; John Fentiman wrote:<BR>&gt; &gt; <BR>&gt; &gt; I've got hold 
of zexy.dsw but still can't seem to get helloworld to<BR>&gt; &gt; 
compile.&nbsp; Am I being really stupid here??!!!&nbsp; I deleted all the 
source<BR>&gt; &gt; files and zexy.h.&nbsp; Helloworld compiles but when you try 
to compile the<BR>&gt; &gt; whole thing it just brings up the following:<BR>&gt; 
&gt; <BR>&gt; &gt; <BR>&gt; &gt; --------------------Configuration: zexy - 
Win32<BR>&gt; &gt; Release--------------------<BR>&gt; &gt; Linking...<BR>&gt; 
&gt; LINK : error LNK2001: unresolved external symbol zexy_setup<BR>&gt; &gt; 
zexy.lib : fatal error LNK1120: 1 unresolved externals<BR>&gt; &gt; LINK : fatal 
error LNK1141: failure during build of exports file<BR>&gt; &gt; Error executing 
link.exe.<BR>&gt; &gt; <BR>&gt; &gt; zexy.dll - 3 error(s), 0 warning(s)<BR>&gt; 
&gt; <BR>&gt; &gt; What am I missing out here?&nbsp; It's driving me 
crazy.&nbsp; All I want to do<BR>&gt; &gt; is write simple externals.&nbsp; Is 
it always this hard?<BR>&gt; no, you just have to make it work one 
time...<BR>&gt; <BR>&gt; go to project-&gt;properties (i think, it's called like 
this)<BR>&gt; step through all of the pages you find there, read them carefully 
and<BR>&gt; learn what they want you to teach.<BR>&gt; remove all traces of zexy 
and replace them by helloworld (or whatever)<BR>&gt; especially(!) when it comes 
to the export-function zexy_setup<BR>&gt; <BR>&gt; you should not create a 
library zexy.dll but helloworld.dll<BR>&gt; you have to export *_setup() 
-function where * is your library-name<BR>&gt; *.dll<BR>&gt; <BR>&gt; 
mfg.csd.aer<BR>&gt; IOhannes<BR>&gt; <BR>&gt; &gt; <BR>&gt; &gt; John<BR>&gt; 
&gt; <BR>&gt; &gt; &gt;<BR>&gt; </FONT></BODY></HTML>