How to process .def file



How to process the .def files created by python script
written by James Henstridge??

Actually we are a trying to port Gtk libraries to
ocatve language and as you know the main task is to
parse .def files and generate .cpp files(glue code) so
that gtk functions can be called from octave and
return values can be handled by octave.

We are using DEFUN_DLD route for that.If you know a
better method ,your suggestions are more than welcome.

So..the main task will be to process that .def file
and create .cpp files so that each function will have
an entry point(via DEFUN_DLD).
Any pointers,links on how to do the .def file processing??


		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]