<div dir="ltr">I finally got some stuff happening with Stk (on Mac OS/X) and I am stoked to move forward with some more elaborate structures.  I&#39;m also going to try to learn Chuck as I prefer some level of abstraction, at least when dealing with typical structures.  I am going to take a stab at creating some derived classes also.<div><br></div><div>I&#39;d like to use an IDE for Stk C++ rather than just a plain text editor because I make too many stupid mistakes like deleting brackets that are really hard to find otherwise.  I am familiar with using Eclipse and integrated Git tools already for Java/xText/xTend, so in spite of lots of people apparently hating Eclipse for C++ I am actually OK with it.</div><div><br></div><div>Except for ONE LITTLE THING which just happens to be FATAL!</div><div><br></div><div>I am trying to compile, for example, projects/effects/effect.cpp</div><div><br></div><div>I&#39;ve configured include paths so that everything seems to work except:</div><div><br></div><div><img src="cid:ii_1571a886a71800e7" alt="Inline image 1" width="545" height="96"><br></div><div><br></div><div>these two references to functions in messager.cpp come back as &quot;unresolved&quot;.  I commented those functions out and it compiles, but then the program isn&#39;t very useful.</div><div><br></div><div>The Messager.h file is in the path and those functions are called out there so I am not sure what is going on.  Plus, all other class references in my code seem to be getting resolved.  I have this problem on both Linux and Mac OS.</div><div><br></div></div>