NetTalk Central

Author Topic: Which version are the examples?  (Read 2618 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Which version are the examples?
« on: December 09, 2011, 03:59:00 PM »
After going back and forth between the examples and my app I just noticed something and I wonder which is which?

In the webhandler, My app uses ThisWebWorker.ProcessRequest(p_ReqString) in the process code
the examples use   p_web.ProcessRequest(p_ReqString).

Chris
Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Which version are the examples?
« Reply #1 on: December 09, 2011, 11:37:31 PM »
On the weHandler procedure you can set the name of the object.
It's a good idea to set it to p_web. That default changed a long time ago, but if your app was created before the change then you need to change that manually.

cheers
Bruce