J
jaha
I'm currently building a gui in C# in which i'd like to use my
extensive library of C++ classes. Ideally keeping the inheritence tree
intact. Right now I'm wrapping each unmanaged C++ class with a managed
C++ class. Is this the best way to go about things? Or can I use IJW
somehow? Or something different entirely?
Thanks in Advance,
Robert Conde
extensive library of C++ classes. Ideally keeping the inheritence tree
intact. Right now I'm wrapping each unmanaged C++ class with a managed
C++ class. Is this the best way to go about things? Or can I use IJW
somehow? Or something different entirely?
Thanks in Advance,
Robert Conde