Welcome, Guest. Please login or register.

Author Topic: LoadModule vs LoadResident  (Read 18617 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Georg

  • Jr. Member
  • **
  • Join Date: Feb 2002
  • Posts: 90
    • Show all replies
Re: LoadModule vs LoadResident
« on: January 22, 2017, 02:37:47 PM »
Quote from: Thomas Richter;820295
I haven't designed "struct Resident" and the resident system of exec. That's the way it is. There is no "revision" information in the resident structure, only a version information:


In most residents there is revision information in rt_IdString. So you could extract it from there if the string contains (tostr(rt_Version) + "."), otherwise assume revision = 0 (unknown).