NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: tglomb on February 19, 2014, 07:01:07 AM

Title: compile error on pure generated app
Post by: tglomb 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
Title: Re: compile error on pure generated app
Post by: peterH 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  ;)
Title: Re: compile error on pure generated app
Post by: urayoan 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
Title: Re: compile error on pure generated app
Post by: tglomb on February 19, 2014, 10:13:27 AM
indeed, that fixed it !
thanks for fast help, Thomas