NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Keith on October 09, 2013, 06:42:34 PM

Title: Insight Graphing - Warning messages
Post by: Keith on October 09, 2013, 06:42:34 PM
Hi, just coming to grips with IG.  I started up a new NT app with IG global included and compiled - ok.

I added the Web Graph Extension to a procedure, no other mods and compiled, I got three warning messages - 'Label duplicated, second used' for ANS, PACKET and PACKETLEN.

Is this circumventable?

Thanks

Keith
Title: Re: Insight Graphing - Warning messages
Post by: kevin plummer on October 09, 2013, 07:54:34 PM
Does the example work ok? What sort of procedure did you add it to? That extension needs to be attached to a normal windows procedure not a web one. Also, don't forget you need these files in your exe folder LIBPNG.DLL and ZLIB.DLL
Title: Re: Insight Graphing - Warning messages
Post by: Keith on October 10, 2013, 05:00:33 PM
Thanks Kevin - problem solved.  I had added the NetWebGraph extension to the wrong procedure.

Keith