void main() { hasp_handle_t handle = HASP_INVALID_HANDLE_VALUE; hasp_status_t status; const hasp_feature_t feature = HASP_DEFAULT_FID; status = hasp_login(feature, vendor_code, &handle); if(status != HASP_STATUS_OK) { printf("ERROR! Unlicensed software usage!\n"); exit(0); } evaluating_the_function_of_six_variables(func_of_6_variables,delenie); int bufsize = sizeof(best_variant); status = hasp_encrypt(handle, &best_variant, bufsize); if(status != HASP_STATUS_OK) { cout <