Hi friends,

I have a new problem today.

I'm developing wrappers (C) for C++ lib.
FORTRAN client uses this C wrapper to call C++ lib features.

My problem now is, I need to pass instance of QStringList and QVector to the wrapper to get my work done.

How to go about?

Any idea?
Thanks in advance.