Larry: Could you trap the date/time stamp of the DLL to figure out if it's "current"?
Karen > No, there's also a build number associated with the RBENGINE76.DLL that is > running along with the EXE. It's that information I want to extract, > regardless of the versioning information I'm using for my EXE, so that I can > determine whether certain forms will load properly or not. > > That is, my application's version might be at 1.1.0.0 and yet I want to know > that I'm running with the engine from 6/16 (so I can use those new PROPERTY > commands and other cool stuff from that release). > > I can do this by either copying the R:Base release info into my EXE build > information (but then I can't release interim builds between R:Base releases) > or by creating some kind of correspondence table between _my_ release numbers > and the engines they were built against (which sounds like an awful lot of > work). > -- > Larry > > -- > Larry

