NetTalk Central

Author Topic: Nettalk object and dll versions do not match  (Read 3201 times)

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Nettalk object and dll versions do not match
« on: April 10, 2014, 09:55:12 PM »
I just upgraded to Nettalk 8 and the new compiled program will not run. It is giving me an error 90 - Nettalk object and dll do not match. What files is the program not matching? I moved the new web folder into place.

Nettalk 8.07 with Clarion 8

Thanks
Ken Watts

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Nettalk object and dll versions do not match
« Reply #1 on: April 10, 2014, 10:11:18 PM »
Hi Ken,

I've just done a quick install here of the 8.07 build into Clarion 8, and run one of the examples - and it seems to be ok, so I think the build itself is ok.

The object is the CLW files - these are compiled into your data DLL (if you are doing a multi-dll / app setup) or into your exe in the case of a single app.

The DLL is ClaNet.DLL which will be in the \clarion8\accessory\bin folder

By default the DLL will be copied tothe application folder (unless you have turned that feature off, of the local DLL was locked at the time of the compile.)

So my suggestions are;
a) If you are doing a multi-dll system make sure everything was recompiled.
b) delete the clanet.dll from the application folder
c) recompile the app (just the exe will do) and the DLL should re-appear in the app folder - and it should have a data of 10 april.

Cheers
Bruce