SqueezeBrains SDK 1.13
check_license_configuration.c File Reference

Tutorial 11 - How to check the compatibility of a project with a license configuration. More...

#include <stdio.h>
#include "../lib/sb.h"
#include "../common/common.h"
Include dependency graph for check_license_configuration.c:

Go to the source code of this file.

Functions

int main (void)
 

Detailed Description

Tutorial 11 - How to check the compatibility of a project with a license configuration.

This tutorial explains how to check the compatibility of a specific license configuration with your project.
See License configuration compatibility for more information.

See also
sb_license_configuration_check
sb_init
sb_release
sb_free
sb_solution_get_info
sb_solution_destroy_info
sb_project_load
sb_project_destroy
sb_project_get_par
sb_project_set_par

Definition in file check_license_configuration.c.

Function Documentation

◆ main()

int main ( void  )

In the following the list of the program steps:

  1. Initialization of the SqueezeBrains library.
  2. Get the solution information
  3. For all the projects in the solution:
    • Load the project
    • Get license configuration compatibility
  4. Release the library.

Definition at line 24 of file check_license_configuration.c.

Here is the call graph for this function: