Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL Entry Point
Message
From
03/05/1999 18:26:25
 
General information
Forum:
Visual C++
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00212410
Message ID:
00214779
Views:
24
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform