Oxygen Basic
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Latest OxygenBasic.zip at GitHub
(Click on the Wizard)
Home
Help
Search
Login
Register
Oxygen Basic
»
Programming
»
Problems & Solutions
»
C Header Files
« previous
next »
Print
Pages: [
1
]
Author
Topic: C Header Files (Read 1011 times)
0 Members and 1 Guest are viewing this topic.
JRS
Guest
C Header Files
«
on:
May 07, 2018, 10:13:01 PM »
I'm confused. If
O2
can use
C
header files as include files, why isn't this feature being used to access the
WinAPI
rather than using the O2 skeleton include files users are struggling with now?
Logged
Charles Pegge
Guest
Re: C Header Files
«
Reply #1 on:
May 08, 2018, 02:02:12 AM »
Hi John,
A full set of API C headers is very large. The major difference is that type mismatches are not detected at compile-time. So the programmer must be thorough in looking up the descriptions of unfamiliar calls.
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Programming
»
Problems & Solutions
»
C Header Files