Results 1 to 4 of 4

Thread: Can anyone create an API

  1. #1

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336

    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.


  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    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).

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  4. #4
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    The Dark Side of the Moon
    Posts
    448
    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
  •  



Click Here to Expand Forum to Full Width