NetTalk Central

Author Topic: safeupdate error  (Read 2333 times)

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
safeupdate error
« 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
« Last Edit: April 24, 2013, 02:12:14 AM by olu »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: safeupdate error
« Reply #1 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

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
Re: safeupdate error
« Reply #2 on: April 26, 2013, 07:42:11 AM »
Thanks bruce that works now.