NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew on February 05, 2012, 11:52:26 PM

Title: Compiling error after installing NetTalk 6.18
Post 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]
Title: Re: Compiling error after installing NetTalk 6.18
Post by: Johan de Klerk on February 06, 2012, 02:59:17 AM
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
Title: Re: Compiling error after installing NetTalk 6.18
Post by: Koen Tjoa on February 06, 2012, 03:23:20 AM
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
Title: Re: Compiling error after installing NetTalk 6.18
Post by: Koen Tjoa on February 06, 2012, 04:48:06 PM
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
Title: Re: Compiling error after installing NetTalk 6.18
Post by: Bruce on February 06, 2012, 11:04:19 PM
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.
Title: Re: Compiling error after installing NetTalk 6.18
Post by: Matthew on February 07, 2012, 12:04:30 AM
Many thanks to all.

I have StringTheory and when I added to my dll I could compile without any errors.

Regards,
Matthew