NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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
-
Thanks Kevin - problem solved. I had added the NetWebGraph extension to the wrong procedure.
Keith