Greetings Everyone.
I\'m currently writing a multi-language programe in C, C++ and fortran on UNIX, unfortunatly I run into \"Segmentation Error\" when I try and execute
You can't do that. Vector class is not the same as a C-like array.
You must convert it to a regular C array before passing it to CFE function.
Edit: Apparently my answer is wrong. Check Neil's post.