Is it possible to read out the Version of the DLL in Sourcecode. The Builddate/Time will also help.
#include "TdxCommon.h"
void Int_GetVersion (tVersion *ver)
struct tVersion // type definition for a software version (usually shown as [Major].[Minor].[Build]
DWORD Major //Major Version Number.
DWORD Minor //Minor Version Number.
DWORD Build //Build Number.
It’s listed in library documentation (chm file)