From: Michael Gonzalez User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: DJGPP and win32 dll's Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lines: 17 Message-ID: <2aWJ9.319746$NH2.22766@sccrnsc01> NNTP-Posting-Host: 12.240.204.106 X-Complaints-To: abuse AT attbi DOT com X-Trace: sccrnsc01 1039675134 12.240.204.106 (Thu, 12 Dec 2002 06:38:54 GMT) NNTP-Posting-Date: Thu, 12 Dec 2002 06:38:54 GMT Organization: AT&T Broadband Date: Thu, 12 Dec 2002 06:38:54 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a dll on a win32 box. can djgpp be used to create binaries that access the functionality contained within that dll from within a c++ project? I've looked about online for any documentation, but the only really useful information I've come across seems to indicate that msvc++ and gnu compilers mangle names differently, and therefore don't necessarily play well together. Is this (still) true, or is there a way to get my djgpp-compiled c++ code to interface with the dll in question? Thanks in advance for any help you can provide! -mike gonzalez