Hello there,

This is my case at the moment: I should create a DLL with VB that will be loaded as a MS Flight Simulator module (they are DLL's). I've read from other threads that you can't make "real" DLLs with VB but can create DLLs that are accessible as "real" librarys if there is also runtime library available.

Based on these facts, I decided to try. I've found a C++-code that show how to attach DLL as FS module. Now I'd need help with porting that short script to VB, and need a bit help. Do you have any idea how to do it?

The example C++-script can be found here: http://www.squawkbox.ca/downloads/fsmodule.zip

Any other ideas, tips or hints to this project? Is it completely impossible?

Thanks for help!

- Ville