What's up everyone? I have a quick question... This is the first time I'm really using visual C++ and can't say I've called a lot of DLL's in C++. But anyway, here's my question. I have a DLL that we use in my office in an application. Currently it's used in Lotus Notes. I have the Lotus Script that calls this dll. It's basically a CreateObject call to the dll. I want to open and call this dll in VC++ instead of Lotus. How would I go about knowing how to call this dll? I actually am pretty sure I have the code out there for the DLL. I know how to call a DLL, but I don't know how to call this one. I don't know what specifics I need to identify it. Any help would be greatly appreciated! Thanks.
Doug
Doug