Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DLL Entry Point
Message
De
03/05/1999 18:26:25
 
Information générale
Forum:
Visual C++
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00212410
Message ID:
00214779
Vues:
23
>I have just started working on creating a simple DLL. The problem is that I work away and my books are at home!! Quite simply, what do I need to do to place an entry point for my function in a cpp to make it visible. I have used __declspec(external) but still can't get the entry point visible.
>
>I have a lot of C experience so just need a couple of lines. TIA,

Another way to do this is to create an *.def file which specifies the exportable functions. This method also alows the dll to be used by "alian" platforms such as VB and VFP. I'm not sure about the internal #ifdef.

Regards,

Jason
Jason Tryon
Senior Systems Analyst / Technical Lead
eBusiness / iPage
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform