Quote Originally Posted by Schmidt View Post
...
Just out of interest - is the C/C++ Dll only a small helper to speed some things up on the VB-side?
(in this case there'd be a lot of things one can do with regards to fast string-processing directly in VB6,
which will perhaps beat what you currently have in VC++)

Or is the VB-Dll-interface only a small window into a "long existing, very broad and very complex C++ lib, which is used also in other contexts by other languages"?

What does your C++ Dll do currently (if you are allowed to tell us that much).

Olaf
Many thanks Olaf as usual for your reply. No, I have not any constraint on performance, so I looked for a working solution even if slow.

Thanks a lot again, :-)

Cri