NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: oggy on March 11, 2014, 01:58:21 AM
-
Recently these errors start to ruin my day(s), without no obvious reason, for me at last....
Error picture in attachment.
I use Clarion 9 + Nettalk 7.37, StringTheory 2, WinEvent, SelfService, templates...
Regards, Ozren.
[attachment deleted by admin]
-
looks like you are using the wrong clarion-version of WinEvent and NetTalk in your current clarion install.
Did you recently update these?
-
My app is data-dll-ed... In data dll and in exe app, the version of all templates is same.. 100%...
[attachment deleted by admin]
-
so what did you change?
did you install updates of WinEvent and NetTalk recently?
-
Yes, I install Nettalk 7.37 two days ago....
-
Maybe you changed the app from Local mode to DLL mode? I've noticed that sometimes when that happens the Solution contains both the Local mode and DLL mode versions of the NetTalk Lib (and indeed possibly other Libs as well).
You can remove all the Libs from the solution, and recompile.
cheers
Bruce
-
Hi Bruce. My app is strictly in dll mode, from the begininng. I find the reason for this errors, but I cannot say how its happened... In the solution items, libraries, there is Clanetl.lib, Clafm3l.lib, ClaWel.lib.... I removed it, and after compile its ok. But, after reloading application, there is same libs again in solution items?!?
Where and why its linked in my app, i dont know?!ยจ?
Regards, Ozren
-
If you go to Project / Options - is the app currently in DLL mode or LIB mode?
did you recently upgrade the app from Clarion 6?
cheers
Bruce
-
App is converted from C6 about 3 years ago, and it is always in dll mode...
I manage to sort this problem: export whole application to txa and create new one from txa... For now it is ok :-X