-
loading DLLs and cards.dll
Can someone tell me how to access functions in a dll (including how to load
the dll into memory) since I only have info on how to make a dll. Also, does
anyone have any info on the functions in cards.dll
-
Re: loading DLLs and cards.dll
"Roden" <rodentratman@yahoo.com> wrote:
>
>Can someone tell me how to access functions in a dll (including how to load
>the dll into memory) since I only have info on how to make a dll. Also,
does
>anyone have any info on the functions in cards.dll
>
There are many kinds of DLLs. Regular, Extended, COM, ..., and many different
ways to "load" them.
If it is a Regular DLL (basically just a library that can be 'shared') then
just include the header file for the DLL and compile while linking to the
.lib.
You probably need to get a good Windows Programming book. Since .NET has
taken Center stage there are a ton of Windows SDK/API/MFC/ATL/COM programming
books available at markdown prices.
Check out this site for an example of all the various methods of working
with DLLs.
http://www.codeproject.com/dll/
Check this site for cards.dll and some more info on using DLLs.
http://freespace.virgin.net/james.br...ls/cardtut.htm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks