Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/srvgudba_0655.htm]
You are here:

...

     Retrieve version information and do not display.
long lVersion;
int iMajorRel;
int iMinorRel;
 
lVersion = LceVersion(FALSE, NULL);
iMajorRel = HIWORD(lVersion);
iMinorRel = LOWORD(lVersion);