NetTalk Central

Author Topic: Compiling error after installing NetTalk 6.18  (Read 4044 times)

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Compiling error after installing NetTalk 6.18
« 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]

Johan de Klerk

  • Full Member
  • ***
  • Posts: 217
  • Johan de Klerk
    • View Profile
    • Designer Software
Re: Compiling error after installing NetTalk 6.18
« Reply #1 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
Clarion 10, NT 11.57

Koen Tjoa

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • Email
Re: Compiling error after installing NetTalk 6.18
« Reply #2 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

Koen Tjoa

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • Email
Re: Compiling error after installing NetTalk 6.18
« Reply #3 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Compiling error after installing NetTalk 6.18
« Reply #4 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.

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Re: Compiling error after installing NetTalk 6.18
« Reply #5 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