|
Thread: Api
-
Mar 30th, 2001, 04:09 PM
#1
Thread Starter
Addicted Member
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
-
Mar 30th, 2001, 04:17 PM
#2
Hyperactive Member
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)
-
Mar 30th, 2001, 04:26 PM
#3
Thread Starter
Addicted Member
Okay im looking at windows.h and it isnt telling me what the api calls are .
-
Mar 30th, 2001, 05:34 PM
#4
Monday Morning Lunatic
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
-
Mar 30th, 2001, 07:06 PM
#5
It's not mandatory to put it all in lower case.
-
Mar 31st, 2001, 07:41 AM
#6
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|