On Sun, 7 Jan 2007, Georg Holzmann wrote:
okay - so now I have a c++ question: when I try to link the single externals, I always get the error (e.g.) load_object: Symbol "h_vector_setup" not found but I link against the object with this funcion (and it's no problem if I compile it as a pd-library) - has anyone an idea what can be wrong here ? Because I also added adaptive to the buildsys, which is plain C, and there I link the objects in the same way and it works ...
Are you really sure that it's not a question of using extern "C" {...}; declarations to turn off overloading of names so that it stays compatible with C ?
Maybe you added the h_vector_setup() decl within a big extern "C" block and didn't notice?
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada