NetTalk Central

Author Topic: compile error on pure generated app  (Read 1801 times)

tglomb

  • Jr. Member
  • **
  • Posts: 78
    • View Profile
    • AObit Software
    • Email
compile error on pure generated app
« on: February 19, 2014, 07:01:07 AM »
only dct and then wizarded make, C90, NT 7.35
the errors are:
1. Prototype is: WEBSERVER(<NETWEBSERVER>)
2. Illegal reference assignment or equivalence
3. Unknown identifier: PSERVER
all in procedure "WebServer", but I think only the first is relevant. Code is:
!!! <summary>
!!! Generated from procedure template - Window
!!! </summary>
WebServer PROCEDURE                               <---- here is the error !!!

WebLog               GROUP,PRE(web)                        !
EnableLogging        LONG(1)                               !
LastGet              STRING(4096)                          !
LastPost             STRING(4096)                          !
StartDate            LONG                                  !

Any hints ?
TIA, Thomas

peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
Re: compile error on pure generated app
« Reply #1 on: February 19, 2014, 07:36:26 AM »
Hi Thomas,

Open the webserver procedure and close it again. That should fix it.

Peter

PS. I got this advice from Bruce and I don't have a clue about what's happening. But it worked  ;)

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: compile error on pure generated app
« Reply #2 on: February 19, 2014, 07:53:55 AM »
Thomas:

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=5246.msg20786#new

That explains the error Peter is talking about. Nothing related to NetTalk but Calrion 9 instead.

Cheers

tglomb

  • Jr. Member
  • **
  • Posts: 78
    • View Profile
    • AObit Software
    • Email
Re: compile error on pure generated app
« Reply #3 on: February 19, 2014, 10:13:27 AM »
indeed, that fixed it !
thanks for fast help, Thomas