Results 1 to 6 of 6

Thread: Api

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Posts
    143
    Are the api calls I use in VB, are they the same I would use in C/C++?
    If not where is a site for C++ api's.

    Thanks

  2. #2
    Hyperactive Member Warmaster199's Avatar
    Join Date
    Aug 2000
    Location
    Canada
    Posts
    306
    All of the Windows API's are located in the Windows.h header file. Just include:

    #include <Windows.h>

    All of the API's are there... I hope this helps.
    Designer/Programmer of the Comtech Operating System(CTOS)

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Posts
    143
    Okay im looking at windows.h and it isnt telling me what the api calls are .

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    http://msdn.microsoft.com/library/default.asp
    Look at the Platform SDK

    PS: it's windows.h not Windows.h -- I know it makes no difference, but it stops you getting confused.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5
    Guest
    It's not mandatory to put it all in lower case.

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    No, but it's good practice -- I got burnt on this one when I used #include <IOStream> ...when I moved the code to Linux it stopped working
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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