I'm biting the bullet to learn Visual Basic, because its just to productive to ignore. But a major priority with me will be finding a way to make use of the many stand alone DLLs I've written in VC++. Some of these contain C type functions, and others contain C++ classes, and I always import them at run time using the LoadLibrary() and associated API calls. If anyone can point me to some articles or books that specifically deal with this, I'd appreciate it! I'd hate to have to go back and re-work those DLLs if possible, but I'll do whatever I have to do. I'm sure I'm not alone in this, but I've found very little on the subject.

Please forgive me if I cross-post this in the VC++ section.

* * *
* Second Star to the Right *