StarBurn SDK (Software Development Kit)
ContentsIndexHome
Example

This example checks for the toolkit version. 

 

// Somewhere in the data region
ULONG l__ULONG__Version;

// Get toolkit version
l__ULONG__Version = 
StarBurn_GetVersion();

// Check for correct number
if ( l__ULONG__Version < SUPPORTED_VERSION_NUMBER )
{
// Handle error here...
}
Copyright (c) 2001-2006 Rocket Division Software. All rights reserved.