What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Visual C++ 6.0 DLLs

Visual C++ 6.0 DLLs
Author: Message:
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: RE: Visual C++ 6.0 DLLs
quote:
Originally posted by RaceProUK
You can use delcspec(dllexport), so long as you also use extern "C". extern "C" disables name mangling for that function.

The trouble with using __declspec(dllexport) with extern "C" is that the function must be __cdecl in order for the symbol to export without any decoration. Why is this a problem? VB requires dll import functions to be __stdcall
09-25-2007 01:09 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Visual C++ 6.0 DLLs - by Spunky on 09-21-2007 at 08:12 PM
RE: Visual C++ 6.0 DLLs - by ShawnZ on 09-21-2007 at 08:16 PM
RE: Visual C++ 6.0 DLLs - by Spunky on 09-21-2007 at 08:18 PM
RE: Visual C++ 6.0 DLLs - by vikke on 09-21-2007 at 08:32 PM
RE: Visual C++ 6.0 DLLs - by Spunky on 09-21-2007 at 08:33 PM
RE: Visual C++ 6.0 DLLs - by vikke on 09-22-2007 at 07:21 AM
RE: Visual C++ 6.0 DLLs - by Spunky on 09-22-2007 at 05:35 PM
RE: Visual C++ 6.0 DLLs - by vikke on 09-22-2007 at 05:50 PM
RE: Visual C++ 6.0 DLLs - by Mnjul on 09-22-2007 at 06:47 PM
RE: Visual C++ 6.0 DLLs - by Spunky on 09-22-2007 at 08:34 PM
RE: Visual C++ 6.0 DLLs - by vikke on 09-22-2007 at 09:42 PM
RE: Visual C++ 6.0 DLLs - by Spunky on 09-23-2007 at 12:23 AM
RE: Visual C++ 6.0 DLLs - by vikke on 09-23-2007 at 06:02 AM
RE: Visual C++ 6.0 DLLs - by TheSteve on 09-24-2007 at 02:01 AM
RE: Visual C++ 6.0 DLLs - by RaceProUK on 09-24-2007 at 10:29 PM
RE: RE: Visual C++ 6.0 DLLs - by TheSteve on 09-25-2007 at 01:09 AM
RE: RE: RE: Visual C++ 6.0 DLLs - by Verte on 09-28-2007 at 03:12 AM
RE: Visual C++ 6.0 DLLs - by Spunky on 09-24-2007 at 11:09 PM
RE: Visual C++ 6.0 DLLs - by RaceProUK on 09-27-2007 at 07:54 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On