Jump to content
Tuts 4 You

How to Use API's Without Importing Them


Teddy Rogers

About This File

The include files contains declarations of structures, constants and function prototypes. And the libraries tell the linker which import libraries the program needs to link with. When you specify the import libraries to the linker, an import table is added to your program. So the question to be asked is; do you really require an import table for a program to run correctly? Technically the answer is NO. You can entirely do away with the concept of import tables. A program that doesn’t have import table doesn’t necessarily mean that the program will not use APIs. On the contrary the program will use APIs like any other 32-bit program with imports.


User Feedback

Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...