NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew on February 05, 2012, 11:52:26 PM
-
Hello,
I have multi-dll application in ABC and after installing NetTalk 6.18 I have some errors while compiling dll. I attach the list of errors.
When I install the previous version of NetTalk (6.17) then I can compile without any errors.
P.S. I have the latest version of StringTheory (1.54)
Any advice?
Regards,
Matthew
[attachment deleted by admin]
-
Hi Matthew,
I have also reported it to Bruce.
My short term solution at this stage is to just add the StringTheory global template to my Data-Dll.
It compiles fine after adding it.
Hope this helps.
Regards
Johan de Klerk
-
Hi All,
I have the same problem when compiling in NT 6.18. In 6.14 my data DLL compiled fine.
Unfortunate I don’t have StringTheory (yet) so that is not a workaround for now. Maybe best solution is to revert until Bruce has the change to solve the problem. Sure in NT 6.17 there are no such problems?
Cheers,
Koen
-
Hi All,
I got a quick work-around from Bruce to be able to compile my application without StringTheory. That is fine for now.
Cheers,
Koen
-
if you don't have StringTheory, then the following serves as a work-around;
in \clarion8\accessory\libsrc\win (or \clarion6\libsrc)
files;
NetSMPP.Inc and NetSmppBase.Inc
add ST to the top line, so it becomes
!ABCIncludeFile(NETTALKST)
you will then likley need to re-start clarion.
-
Many thanks to all.
I have StringTheory and when I added to my dll I could compile without any errors.
Regards,
Matthew