NetTalk Central

Author Topic: Adding FM3 to my app  (Read 5551 times)

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Adding FM3 to my app
« Reply #15 on: January 16, 2012, 10:16:52 PM »
John
AFAIK to use FM3 you need to
1. Run a the app without FM3 to ensure that all files are in sync with the dictionary
2. add fm3
3. compile and run the app which creates a upg file with the current (clean) status of all the files
4. After any changes FM3 will update from the base correct state and update the upg file

What I think you have done is have tables which are not in sync with the current dictionary and no base upg file.

This certainly is the way I have always worked (doesn't mean I'm right, but I've never had a problem).
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11194
    • View Profile
Re: Adding FM3 to my app
« Reply #16 on: January 17, 2012, 12:34:36 AM »
Terry is right.