Wiki Page Content

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-07-23 05:37:01
Size: 1505
Editor: SheenaSmith
Comment: create page, add content (7/14 changeset 4529)
Revision 5 as of 2010-08-29 19:51:23
Size: 474
Editor: SheenaSmith
Comment: update content (w/ Sam)
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||

== Return Value ==
<<Color2(green,Is this section empty or does it return X.Y.Z?)>>
Line 41: Line 23:
 .[[SDL_VERSION]]
 .[[SDL_VERSION_ATLEAST]]
Line 44: Line 24:

== Related Functions ==
 .[[SDL_GetVersion]]

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