<!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.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana color=#000080 size=1></FONT><FONT face=Verdana 
color=#000080 size=1>1000 Dank!!</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>after putting <FONT color=#000000 
size=3>__declspec(dllexport) void helloworld_setup(void) before the setup 
function,</FONT></FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1><FONT color=#000000 size=3>it 
worked fine!</FONT></FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1><FONT color=#000000 
size=3>&nbsp;</FONT></FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1>now i can bang a hello world, and 
it makes me lucky! ;-)</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>thanks to cdr and 
martin</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1>best regards! </FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>metin</DIV>
<DIV><BR></DIV></FONT>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV>&gt; PD found the dll but couldn't find the setup function.<BR>&gt; 
Probably you need to put __declspec(dllexport) in front of 
the&nbsp;<BR>&gt;&nbsp;declaration of helloworld_setup so that the name will be 
made visible to <BR>&gt; programs that load helloworld.dll.<BR><BR>&gt; Like 
this:<BR>&gt;__declspec(dllexport) void helloworld_setup(void)<BR><BR>&gt; 
Martin<BR><BR></DIV></BODY></HTML>