|
-
Nov 1st, 2001, 12:42 AM
#1
Thread Starter
PowerPoster
Can anyone create an API
Is Microsoft the only one able to Create API calls or can anyone create a new API call. Considering they know what the heck they are doing.
Like with Windows XP. Are there a certain number of API calls that are sent with the OS or can programmers add to them and create new ones as well.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Nov 1st, 2001, 05:08 AM
#2
You can create your own API's.
Seagate and Delphi are 2 programs which have their own ones.
You can't add to the windows API's though,what I am on about here is a set of calls or functions contained in one or more Dll files which are specific to one or more of your own programs (i.e. the Seagate API's are only useful when writing apps which use parts of crystal reports or seagate info for example).
-
Nov 1st, 2001, 07:18 AM
#3
Black Cat
In VB, when you write a ActiveX DLL, the methods exposed for your objects could be considered an API.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Nov 1st, 2001, 11:18 PM
#4
Hyperactive Member
The API's main purpose in VB is to get access to the core operating system functions. So you're limited to what the OS has in its arsenal. (Yeah you can create APIs, but not Window's APIs)
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
|
Click Here to Expand Forum to Full Width
|