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