Thursday, March 16, 2017 - 17:01

New V6 service build has been released. This update is highly recommended for all PC Guard V6 users!

What's new:

[*] If "Application will handle license management" option is set protection code will no longer try to load activation file on startup in case application is already activated and license extension is enabled.

Loading of activation file in this case should be handled by protected application via advanced protection interface (LoadActivationFile function).

[!] Fixed problem with log file path.

[!] Few other minor bug fixes.

[*] Improved support for Lahey Fortran applications.

[>] New protection interface error code:

PCGI_WINDOWS_SYSTEM_ERROR 28

This error code is returned in case of standard Windows system error. Please use GetLastError Windows API function to obtain actual error code.

PI_CheckForUsbDrive function will now return PCGI_WINDOWS_SYSTEM_ERROR instead of showing error and closing application in case of Windows system error. Please update your code if you are using this function in order to properly handle new error code.

[>] NEW PROTECTION INTERFACE STRUCTURE

Updated protection interface documentation and new versions of include files are also available.

[>] Interface dll has been updated. Please be sure to update existing version with this one.