NetTalk Central

Author Topic: NT8.02 GEN:Unknown Variable '%gPacket' compile error  (Read 3190 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
NT8.02 GEN:Unknown Variable '%gPacket' compile error
« on: March 24, 2014, 03:08:04 AM »
Hi Bruce
I upgrade from NT 7.35 to NT8.02 , to stringtheory 2.04 and Xfile2.51. When I start compiling my Windows apps I getting the following error  GEN: Unknown Variable '%gPacket' and other <EOF> errors.

I use Conditional netweb prototypes in my normal windows apps like reports. I do have about 27 windows dll's to compile before I can start compiling my netweb apps to get NT8 working.

I read the release notes but no reference to Packet problems in the windows apps.

Regards
Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NT8.02 GEN:Unknown Variable '%gPacket' compile error
« Reply #1 on: March 24, 2014, 05:07:36 AM »
sounds like your install did not go right.
Try unregistering the template, re-installing, and re-registering the template.

cheers
Bruce

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Re: NT8.02 GEN:Unknown Variable '%gPacket' compile error
« Reply #2 on: March 24, 2014, 05:16:55 AM »
Hi Bruce

In my windows apps only the Nettalk extension was loaded in Global extensions. I add the 'Activate Nettalk Web Server' extension and then follow the procedures in your release notes.

All my windows apps compile clean now.

Tanks
Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NT8.02 GEN:Unknown Variable '%gPacket' compile error
« Reply #3 on: March 24, 2014, 05:37:46 AM »
you must have a netweb"something" procedure in the app then right?
I don't think the normal "other objects" use %gpacket, as far as I'm aware.

maybe a netweb extension to a report or graph procedure.

cheers
Bruce

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Re: NT8.02 GEN:Unknown Variable '%gPacket' compile error
« Reply #4 on: March 24, 2014, 05:50:02 AM »
Yes a NetwebPage

cheers
Johan