Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-07-23 18:58:39
Size: 1518
Editor: SheenaSmith
Comment: minor change
Revision 3 as of 2010-08-29 19:49:55
Size: 569
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 6: Line 5:
Use this macro to ^get the current SDL version number (major.minor.patchlevel)^.
 ''-or-''
A macro that produces the current SDL version number (major.minor.patchlevel)

<<Color2(green,Is this whatever is currently in use? what was compiled against? or what the most recent available is? It is unclear. Does this just pull a number for each part using VERSIONNUM but then report them all together? How is this different from SDL_VERSION?)>>
Use this macro to get the SDL version number that you compiled against.
Line 16: Line 11:
SDL_COMPILEDVERSION \
 SDL_VERSIONNUM(SDL_MAJOR_VERSION,
                SDL_MINOR_VERSION,
                SDL_PATCHLEVEL)
SDL_COMPILEDVERSION
Line 21: Line 13:

<<Color2(green,Do you want this listed like a function (as above) or all on one line since it is not a function?)>>

== Macro Parameters ==
||'''SDL_MAJOR_VERSION'''||the major version number||
||'''SDL_MINOR_VERSION'''||the minor version number||
||'''SDL_PATCHLEVEL'''||the update version number (patchlevel)||

== Return Value ==
<<Color2(green,Is this section empty or does it return X.Y.Z?)>>

SDL_COMPILEDVERSION

Use this macro to get the SDL version number that you compiled against.

Syntax

SDL_COMPILEDVERSION

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVersion

None: SDL_COMPILEDVERSION (last edited 2010-08-29 19:51:23 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit