<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana color=#000080 size=1>hello again,</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>now i tried to compile the 
helloworld example of the howto from johannes zmölning.</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>i'll explain my&nbsp; done 
steps:</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>i use dev-c++ for compiling the 
code.</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>first i copied the text from the 
tutorial into a file and&nbsp;named it helloworld.cpp</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1>i included it in a project, the 
m_pd.h, too.</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>then i pressed 
compile.</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>after that i got the errormessages 
:</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>In function `void 
helloworld_setup()': <BR>invalid conversion from `int' to `t_atomtype' 
<BR>initializing argument 6 of `_class* class_new(t_symbol*, void*(*)(), void 
(*)(), size_t, int, t_atomtype, ...)' <BR>[Build Error]&nbsp; [obj1.o] Error 1 
</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>than i thougth i'll do a casting 
and put (t_atomtype) before the last argument.</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>after that the messages 
were:</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>[Linker error] undefined reference 
to `post' <BR>&nbsp; [Linker error] undefined reference to `pd_new' <BR>&nbsp; 
[Linker error] undefined reference to `gensym' <BR>&nbsp; [Linker error] 
undefined reference to `class_new' <BR>&nbsp; [Linker error] undefined reference 
to `class_addbang' <BR>&nbsp; ld returned 1 exit status <BR>&nbsp;[Build 
Error]&nbsp; [obj.dll] Error 1 </FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>i don't know what i can do 
next...</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>what kind of project do i have to 
choose? dll? console?&nbsp;</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1>should i do it better in visual 
c++?</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>as&nbsp;you see, i'm not in the 
know what i'm doing. sorry for wasting you time...</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000080 size=1>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>&nbsp;</DIV></FONT></BODY></HTML>