NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on April 24, 2013, 01:06:42 AM

Title: safeupdate error
Post by: olu on April 24, 2013, 01:06:42 AM
I keep getting No matching prototype available when compiling and have to change


  SafeDownloader.Init(, pOnStartup, SU::MainThread)
 to

  SafeDownloader.Init(0, pOnStartup, SU::MainThread

for it to work. everytime I compile
Title: Re: safeupdate error
Post by: Bruce on April 24, 2013, 05:16:15 AM
on the Safe Update Extension,
Options tab
set the "INI file" to something,
even
''
will do.

cheers
Bruce
Title: Re: safeupdate error
Post by: olu on April 26, 2013, 07:42:11 AM
Thanks bruce that works now.