<!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>well, before suspecting the compiler,</FONT></DIV>
<DIV><FONT face=Arial size=2>there are two "common sense" reasons for this error 
:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>a/ is the compiled extern found by 
Pd??</FONT></DIV>
<DIV><FONT face=Arial size=2>( there should be a -path option to the location 
</FONT></DIV>
<DIV><FONT face=Arial size=2>of the extern )</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>b/ is the <STRONG>dspobj_tilde_setup</STRONG> 
exported in the extern ??</FONT></DIV>
<DIV><FONT face=Arial size=2>it happened to me when you build your extern 
as</FONT></DIV>
<DIV><FONT face=Arial size=2>a pd built-in object, this function should not be 
declared <STRONG>static</STRONG>.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you meet these requirements, maybe it's a 
compiler problem.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Yves/</FONT></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: "Olaf Matthes" &lt;</FONT><A 
href="mailto:olaf.matthes@gmx.de"><FONT face=Arial 
size=2>olaf.matthes@gmx.de</FONT></A><FONT face=Arial size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>To: "pd-list" &lt;</FONT><A 
href="mailto:pd-list@iem.kug.ac.at"><FONT face=Arial 
size=2>pd-list@iem.kug.ac.at</FONT></A><FONT face=Arial size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>Sent: Sunday, November 18, 2001 2:28 
PM</FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: [PD] compiling objects</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV><FONT face=Arial 
size=2>&gt; Hi list,<BR>&gt; <BR>&gt; I'm planning to write a tilde object and 
tried to compile the dspobj~<BR>&gt; example included with pd. I do not have VC 
6.0 but use Borland C++<BR>&gt; Builder 3.0 instead (running Win98). I managed 
to get it compiled but pd<BR>&gt; displays the following error message when I 
try to use it:<BR>&gt; <BR>&gt; load_object: Symbol "dspobj_tilde_setup" not 
found<BR>&gt; &nbsp;dspobj~<BR>&gt; ... couldn't create<BR>&gt; <BR>&gt; 
<BR>&gt; Is this due to the 'wrong' compiler (Borland instead of Microsoft) 
or<BR>&gt; are there any settings in C++ Builder I have to change? Would it work 
if<BR>&gt; I recompile pd with my compiler?<BR>&gt; <BR>&gt; ...any help how to 
get started is very appreciated!<BR>&gt; <BR>&gt; <BR>&gt; Olaf<BR>&gt; <BR>&gt; 
<BR>&gt; <BR>&gt; </FONT></BODY></HTML>