NetTalk Central

Author Topic: Weird errors on 2 different computers  (Read 2129 times)

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Weird errors on 2 different computers
« on: June 30, 2014, 10:41:19 PM »
I have instalation of Nettalk 7.39 on one comptuer in office. On that computer, my application works well. but on laptop with exactly the same configuration of Clarion 9, and Nettalk 7.39, on compilation these errors appears, without any changes in code:

Unknown procedure label - D:\Web9\novo\Web_Roby002.clw:313,5
Field not found: _SENDFOOTER - D:\Web9\novo\Web_Roby002.clw:313,10
Unknown procedure label - D:\Web9\novo\Web_Roby002.clw:317,5
Field not found: _SENDFOOTER - D:\Web9\novo\Web_Roby002.clw:317,10
Unknown procedure label - D:\Web9\novo\Web_Roby002.clw:321,5
Field not found: _SENDFOOTER - D:\Web9\novo\Web_Roby002.clw:321,10
Unknown procedure label - D:\Web9\novo\Web_Roby002.clw:339,5
Field not found: _SENDFOOTER - D:\Web9\novo\Web_Roby002.clw:339,10
Unknown procedure label - D:\Web9\novo\Web_Roby002.clw:343,5

And much more  :o
Thanks in advance...

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Weird errors on 2 different computers
« Reply #1 on: July 01, 2014, 10:06:25 PM »
if you look at web_roby002.clw does the code look right?
Perhaps post that here if you're not sure.

cheers
Bruce

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Re: Weird errors on 2 different computers
« Reply #2 on: July 01, 2014, 11:26:57 PM »
I found how to sort this. I recently copied RunTimeSettins prrocedure from example web3. In one copy of main application, there is no problem, but in laptop  to avoid these errors, I just remove it and add it again and problem solved...