| The header files would be csound.h and whatever other CSOUND API header files csound.h includes (such as cfgvar.h), together with the interfaces/filebuilding.h file. That's all. The generated C++ file should go into the interfaces directory.
Best to put the generated code all into one CppSound.hpp file, which would contain definitions (method bodies) as well as declarations. It might also need SWIG directives such as you in the CsoundVST headers.
Thanks,
Mike
-----Original Message-----
From: Steven Yi
Sent: Oct 24, 2005 12:18 PM
To: csound-devel@lists.sourceforge.net
Subject: Re: [Cs-dev] Another Build Error
Hi Michael,
This seems like not too difficult a task to write a python script to
do that could be called from the SConstruct file. Maybe we can work
together on one through CVS? If you can direct me towards what header
file to take a stab at, I can give it a first go (I'm working on
another python script today for UDO stuff to work similar to CPAN now,
so am in a Python script mindset at the moment). Also, what directory
this should script should live in, as well as where it should write to
would be helpful for me to know.
steven
> I would be nice if there were a tool to read a "C" header file with the pattern of taking a struct as first argument and automatically generating the corresponding C++ class.
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |