Hi, I'm Paul, but you can also call me Todd and I won't get upset.
Paul.Todd | 04 April, 2008 21:47
This little structure is useful for communicating version information.
Amongst things, it is used to check the client and the server versions are compatible as well as being used as part of the sis installer versioning
Now what will the following print?
const TVersion ver(192,278,20070403);
RDebug::Printf(_L("%d.%d.%d"), ver.iMajor, ver.iMinor, ver.iBuild);
Hi, I'm Paul, but you can also call me Todd and I won't get upset.