This may turn out to be a bit of a C++ question but...
A while ago I established a method (with Jugoslav's help) of creating a SafeArray in C++, passing it to Fortran where it was populated with strings, and then returning to the C++ layer to extract/reference the strings.
I was wondering if there are any other more flexible string-array constructs available in C++ with which I could do the same trick? SafeArrayGetElement is a bit clumsy - "strings[i]" would be more useful. Something like an STL ? (I don't know enough about STL to know if it is 'compatible' with CVF (6.6))
Mixed Language String Arrays
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.


