R
Ritesh Tijoriwala
Hello All,
I need to wrap/extend my C++ header file to be able to use it from Ruby.
The header file depends on other header files as well. But the only
functionality I desire to use in from Ruby is from the original header
file. Is it necessary to wrap all include header files as well or just
wrapping the main header file will do the trick..
Thanks,
Ritesh.
I need to wrap/extend my C++ header file to be able to use it from Ruby.
The header file depends on other header files as well. But the only
functionality I desire to use in from Ruby is from the original header
file. Is it necessary to wrap all include header files as well or just
wrapping the main header file will do the trick..
Thanks,
Ritesh.