Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!spool.mu.edu!mips!apple!netcomsv!feustel From: feustel@netcom.COM (David Feustel) Newsgroups: comp.lang.c++ Subject: Re: MS Windows DLL generation using Borland C++ Message-ID: <1991Jun29.135519.13830@netcom.COM> Date: 29 Jun 91 13:55:19 GMT Article-I.D.: netcom.1991Jun29.135519.13830 References: <1991Jun29.001254.18186@netcom.COM> Organization: DAFCO - An OS/2 Oasis Lines: 9 I fixed the problem by making all functions explicitly exported using the _export keyword, using IMPLIB to find out what the mangled names of the C++ DLL functions were and then using the VB Alias option in the Declare statement to make the names accessible. -- David Feustel, 1930 Curdes Ave, Fort Wayne, IN 46805, (219) 482-9631 EMAIL: feustel@netcom.com I voted for Bush once. As it's turning out, once was once too often.