Check that your MPR files exist and are properly registered.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Check that your MPR files exist and are properly registered.

Carl Gundel-2
What exactly does this mean?
 
    Check that your MPR files exist and are properly registered.
 
-Carl

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Check that your MPR files exist and are properly registered.

Richard Sargent
Administrator
On Monday, June 29, 2015 at 10:36:46 AM UTC-7, Carl Gundel wrote:
What exactly does this mean?
 
    Check that your MPR files exist and are properly registered.

Is this in context of your previous question?
"NLS Error (VA).  Missing group named: 'AbtNlsTraMsgGrp'.  Check that your MPR files exist and are properly registered."

Depending on what you are doing, you may still be referencing NLS messages. In a development .ini file, you would find a section like:
[NLS Config]
ignoreCache=
defaultMessagesLocale=
nlspath=C:\Program Files (x86)\Instantiations\VA Smalltalk\8.6\nls861

Does your runtime .ini file have such a section and are the NLS files present in the specified directory?

 
-Carl

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Check that your MPR files exist and are properly registered.

John O'Keefe-3
For MPR files there are additional requirements:
  1. The application defining the MPR (for your example, this is the application containing the _PRAGMA_AbtNlsTraMsgGrp class method) must have an abtExternalizedStringBuildingInfo class method to identify the MPR file associated with the message group.
  2. The run time package must contain the AbtNlsCfsSupportApp since this app contains the code that processes the abtExternalizedStringBuildingInfo information and populates the message group.
John

On Monday, June 29, 2015 at 2:19:11 PM UTC-4, Richard Sargent wrote:
On Monday, June 29, 2015 at 10:36:46 AM UTC-7, Carl Gundel wrote:
What exactly does this mean?
 
    Check that your MPR files exist and are properly registered.

Is this in context of your previous question?
"NLS Error (VA).  Missing group named: 'AbtNlsTraMsgGrp'.  Check that your MPR files exist and are properly registered."

Depending on what you are doing, you may still be referencing NLS messages. In a development .ini file, you would find a section like:
[NLS Config]
ignoreCache=
defaultMessagesLocale=
nlspath=C:\Program Files (x86)\Instantiations\VA Smalltalk\8.6\nls861

Does your runtime .ini file have such a section and are the NLS files present in the specified directory?

 
-Carl

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.