From: Carlos A Albar Diaz Newsgroups: comp.os.msdos.djgpp Subject: DLLs with RSXNDJ/Please help Date: Tue, 24 Mar 1998 01:50:09 -0800 Organization: University of California, Berkeley Lines: 15 Message-ID: NNTP-Posting-Host: haas.berkeley.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I need to create a DLL from a C++ function.It worked fine using C, but not with C++. When I use C++ the thing does not find the symbols defined in the .DEF file. Any thoughts? Another way to solve my problem would be to call (how?) the C++ function from C, and then create a DLL from the C function (I can do the last half). How do I call a C++ function from C? Thanks --------------------------------------------------------------------------- Carlos A. Albar-Diaz