I'm taking a look at putting an extention onto large c++ library.

My first 2 minute attempt was to just run h2xs on the top .h file.
I only got the std hoopla, but nothing from the .h

Does h2xs handle enum's?

In the library there are 200+ classes. Multiple hierarchy of inheritance. Only an iterator template is used. Tis should be
easey to deal with (just not use it :) )


After looking at the documentation perldoc perlxs I see that I will probably need to do the typemap.

Since there are so many classes I need to write a script to write the typemap. DOES ANYONE HAVE ANYTHING LIKE THIS? I need to beg, borrow or plagerize, I'm not proud :)

BTW I trying to put OpenAcces from SI2 into perl.

THere already is a tcl and a python.

I can use all the

--
   ___  _ ____       ___       __  __
  / _ )(_) / /_ __  / _ \___ _/ /_/ /____  ___
 / _  / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/   \_,_/\__/\__/\___/_//_/
           /___/
Texas Instruments ASIC Circuit Design Methodlogy Group
Dallas, Texas, 214-480-4455,  [EMAIL PROTECTED]



Reply via email to