Click to See Complete Forum and Search --> : Can anyone create an API
Arc
Oct 31st, 2001, 11:42 PM
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.
alex_read
Nov 1st, 2001, 04:08 AM
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).
JoshT
Nov 1st, 2001, 06:18 AM
In VB, when you write a ActiveX DLL, the methods exposed for your objects could be considered an API.
JaredM
Nov 1st, 2001, 10:18 PM
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)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.